| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- namespace Lecall
- {
- partial class FrmMain
- {
- /// <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 Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.tbtbnSet = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tbnDebug = new System.Windows.Forms.ToolStripButton();
- this.panel1 = new System.Windows.Forms.Panel();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.toolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tbtbnSet,
- this.toolStripSeparator1,
- this.tbnDebug});
- this.toolStrip1.Location = new System.Drawing.Point(0, 513);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(865, 25);
- this.toolStrip1.TabIndex = 0;
- this.toolStrip1.Text = "toolStrip1";
- //
- // tbtbnSet
- //
- this.tbtbnSet.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.tbtbnSet.AutoToolTip = false;
- this.tbtbnSet.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tbtbnSet.Image = ((System.Drawing.Image)(resources.GetObject("tbtbnSet.Image")));
- this.tbtbnSet.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tbtbnSet.Name = "tbtbnSet";
- this.tbtbnSet.Size = new System.Drawing.Size(60, 22);
- this.tbtbnSet.Text = "基础设置";
- this.tbtbnSet.Click += new System.EventHandler(this.tbtbnSet_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tbnDebug
- //
- this.tbnDebug.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.tbnDebug.AutoToolTip = false;
- this.tbnDebug.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tbnDebug.Image = ((System.Drawing.Image)(resources.GetObject("tbnDebug.Image")));
- this.tbnDebug.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tbnDebug.Name = "tbnDebug";
- this.tbnDebug.Size = new System.Drawing.Size(60, 22);
- this.tbnDebug.Text = "调试模式";
- this.tbnDebug.Click += new System.EventHandler(this.tbnDebug_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(865, 513);
- this.panel1.TabIndex = 1;
- //
- // FrmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(865, 538);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.toolStrip1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.HelpButton = true;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.KeyPreview = true;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "FrmMain";
- this.Text = "河南华谊乐呼呼叫中心V5.0.0";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
- this.Load += new System.EventHandler(this.Form1_Load);
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton tbtbnSet;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tbnDebug;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.ToolTip toolTip1;
- }
- }
|