namespace 补片 { partial class FrmMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); this.btnSend = new System.Windows.Forms.Button(); this.btnSet = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.lblTitle = new System.Windows.Forms.Label(); this.tlpContent = new System.Windows.Forms.TableLayoutPanel(); this.txtSendMSG = new System.Windows.Forms.TextBox(); this.grpContent = new System.Windows.Forms.GroupBox(); this.palContent = new System.Windows.Forms.Panel(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.tlpContent.SuspendLayout(); this.grpContent.SuspendLayout(); this.SuspendLayout(); // // btnSend // this.btnSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnSend.Dock = System.Windows.Forms.DockStyle.Fill; this.btnSend.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255))))); this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSend.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold); this.btnSend.ForeColor = System.Drawing.Color.WhiteSmoke; this.btnSend.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnSend.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnSend.Location = new System.Drawing.Point(653, 467); this.btnSend.Margin = new System.Windows.Forms.Padding(2); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(198, 40); this.btnSend.TabIndex = 0; this.btnSend.Text = "下发补片"; this.btnSend.UseVisualStyleBackColor = false; this.btnSend.Click += new System.EventHandler(this.lblSend_Click); this.btnSend.Enter += new System.EventHandler(this.Button_MouseEnter); this.btnSend.Leave += new System.EventHandler(this.Button_MouseLeave); this.btnSend.MouseEnter += new System.EventHandler(this.Button_MouseEnter); this.btnSend.MouseLeave += new System.EventHandler(this.Button_MouseLeave); // // btnSet // this.btnSet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnSet.Dock = System.Windows.Forms.DockStyle.Fill; this.btnSet.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255))))); this.btnSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSet.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold); this.btnSet.ForeColor = System.Drawing.Color.WhiteSmoke; this.btnSet.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnSet.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnSet.Location = new System.Drawing.Point(451, 467); this.btnSet.Margin = new System.Windows.Forms.Padding(2); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(198, 40); this.btnSet.TabIndex = 1; this.btnSet.Text = "设置"; this.btnSet.UseVisualStyleBackColor = false; this.btnSet.Visible = false; this.btnSet.Click += new System.EventHandler(this.lblSetParam_Click); this.btnSet.Enter += new System.EventHandler(this.Button_MouseEnter); this.btnSet.Leave += new System.EventHandler(this.Button_MouseLeave); this.btnSet.MouseEnter += new System.EventHandler(this.Button_MouseEnter); this.btnSet.MouseLeave += new System.EventHandler(this.Button_MouseLeave); // // btnClose // this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.btnClose.Dock = System.Windows.Forms.DockStyle.Fill; this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255))))); this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.WhiteSmoke; this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnClose.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnClose.Location = new System.Drawing.Point(47, 467); this.btnClose.Margin = new System.Windows.Forms.Padding(2); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(198, 40); this.btnClose.TabIndex = 3; this.btnClose.Text = "关闭程序"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); this.btnClose.Enter += new System.EventHandler(this.Button_MouseEnter); this.btnClose.Leave += new System.EventHandler(this.Button_MouseLeave); this.btnClose.MouseEnter += new System.EventHandler(this.Button_MouseEnter); this.btnClose.MouseLeave += new System.EventHandler(this.Button_MouseLeave); // // lblTitle // this.lblTitle.AutoSize = true; this.tlpContent.SetColumnSpan(this.lblTitle, 4); this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(173)))), ((int)(((byte)(254))))); this.lblTitle.Location = new System.Drawing.Point(48, 0); this.lblTitle.Name = "lblTitle"; this.tlpContent.SetRowSpan(this.lblTitle, 2); this.lblTitle.Size = new System.Drawing.Size(802, 54); this.lblTitle.TabIndex = 11; this.lblTitle.Text = "北玻望美补片下发程序"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.lblTitle.Click += new System.EventHandler(this.lblTitle_Click); this.lblTitle.DoubleClick += new System.EventHandler(this.lblTitle_DoubleClick); // // tlpContent // this.tlpContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(234)))), ((int)(((byte)(255))))); this.tlpContent.ColumnCount = 6; this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.5F)); this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.5F)); this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.5F)); this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.5F)); this.tlpContent.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5F)); this.tlpContent.Controls.Add(this.lblTitle, 1, 0); this.tlpContent.Controls.Add(this.btnClose, 1, 3); this.tlpContent.Controls.Add(this.btnSend, 4, 3); this.tlpContent.Controls.Add(this.btnSet, 3, 3); this.tlpContent.Controls.Add(this.txtSendMSG, 1, 4); this.tlpContent.Controls.Add(this.grpContent, 1, 2); this.tlpContent.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpContent.Location = new System.Drawing.Point(0, 0); this.tlpContent.Name = "tlpContent"; this.tlpContent.RowCount = 5; this.tlpContent.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F)); this.tlpContent.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.937984F)); this.tlpContent.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 73.83721F)); this.tlpContent.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F)); this.tlpContent.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F)); this.tlpContent.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpContent.Size = new System.Drawing.Size(901, 556); this.tlpContent.TabIndex = 0; // // txtSendMSG // this.tlpContent.SetColumnSpan(this.txtSendMSG, 4); this.txtSendMSG.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSendMSG.Location = new System.Drawing.Point(48, 512); this.txtSendMSG.Multiline = true; this.txtSendMSG.Name = "txtSendMSG"; this.txtSendMSG.ReadOnly = true; this.txtSendMSG.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtSendMSG.Size = new System.Drawing.Size(802, 41); this.txtSendMSG.TabIndex = 12; this.txtSendMSG.Visible = false; this.txtSendMSG.TextChanged += new System.EventHandler(this.txtSendMSG_TextChanged); // // grpContent // this.tlpContent.SetColumnSpan(this.grpContent, 4); this.grpContent.Controls.Add(this.palContent); this.grpContent.Dock = System.Windows.Forms.DockStyle.Fill; this.grpContent.Location = new System.Drawing.Point(45, 54); this.grpContent.Margin = new System.Windows.Forms.Padding(0); this.grpContent.Name = "grpContent"; this.grpContent.Size = new System.Drawing.Size(808, 411); this.grpContent.TabIndex = 17; this.grpContent.TabStop = false; // // palContent // this.palContent.AutoScroll = true; this.palContent.Dock = System.Windows.Forms.DockStyle.Fill; this.palContent.Location = new System.Drawing.Point(3, 25); this.palContent.Margin = new System.Windows.Forms.Padding(0); this.palContent.Name = "palContent"; this.palContent.Size = new System.Drawing.Size(802, 383); this.palContent.TabIndex = 16; // // notifyIcon1 // this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "补片下发程序"; this.notifyIcon1.Visible = true; // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(901, 556); this.Controls.Add(this.tlpContent); this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "FrmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "下发补片"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing); this.Load += new System.EventHandler(this.FrmMain_Load); this.tlpContent.ResumeLayout(false); this.tlpContent.PerformLayout(); this.grpContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnSend; private System.Windows.Forms.Button btnSet; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.TableLayoutPanel tlpContent; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Panel palContent; private System.Windows.Forms.TextBox txtSendMSG; private System.Windows.Forms.GroupBox grpContent; private System.Windows.Forms.NotifyIcon notifyIcon1; } }