123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- namespace XmdsBattleClientWin32.Battle
- {
- partial class BattlePanelContainer
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BattlePanelContainer));
- this.toolStripFunc = new System.Windows.Forms.ToolStrip();
- this.btn_Chat = new System.Windows.Forms.ToolStripButton();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btn_TC = new System.Windows.Forms.ToolStripButton();
- this.toolStripFunc.SuspendLayout();
- this.SuspendLayout();
- //
- // toolStripFunc
- //
- this.toolStripFunc.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.toolStripFunc.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStripFunc.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_Chat,
- this.btn_TC});
- this.toolStripFunc.Location = new System.Drawing.Point(0, 453);
- this.toolStripFunc.Name = "toolStripFunc";
- this.toolStripFunc.Size = new System.Drawing.Size(902, 28);
- this.toolStripFunc.TabIndex = 0;
- this.toolStripFunc.Text = "toolStrip1";
- //
- // btn_Chat
- //
- this.btn_Chat.AutoSize = false;
- this.btn_Chat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.btn_Chat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btn_Chat.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_Chat.Image = ((System.Drawing.Image)(resources.GetObject("btn_Chat.Image")));
- this.btn_Chat.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_Chat.Name = "btn_Chat";
- this.btn_Chat.Size = new System.Drawing.Size(30, 25);
- this.btn_Chat.Text = "聊";
- this.btn_Chat.ToolTipText = "聊天";
- this.btn_Chat.Click += new System.EventHandler(this.btn_Chat_Click);
- //
- // panel1
- //
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(902, 453);
- this.panel1.TabIndex = 1;
- //
- // btn_TC
- //
- this.btn_TC.AutoSize = false;
- this.btn_TC.BackColor = System.Drawing.Color.Aqua;
- this.btn_TC.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btn_TC.Image = ((System.Drawing.Image)(resources.GetObject("btn_TC.Image")));
- this.btn_TC.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btn_TC.Name = "btn_TC";
- this.btn_TC.Size = new System.Drawing.Size(30, 25);
- this.btn_TC.Text = "TC";
- this.btn_TC.ToolTipText = "TC模拟器";
- this.btn_TC.Click += new System.EventHandler(this.btn_TC_Click);
- //
- // BattlePanelContainer
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.toolStripFunc);
- this.Name = "BattlePanelContainer";
- this.Size = new System.Drawing.Size(902, 481);
- this.toolStripFunc.ResumeLayout(false);
- this.toolStripFunc.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStrip toolStripFunc;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.ToolStripButton btn_Chat;
- private System.Windows.Forms.ToolStripButton btn_TC;
- }
- }
|