namespace HStation.Desktop { partial class CloseWarningCtrl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CloseWarningCtrl)); this.buttonOK = new System.Windows.Forms.Button(); this.lblInfo = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.radioButtonMinimize = new System.Windows.Forms.RadioButton(); this.radioButtonCloss = new System.Windows.Forms.RadioButton(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // buttonOK // this.buttonOK.BackColor = System.Drawing.Color.Blue; this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.Yes; this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonOK.ForeColor = System.Drawing.Color.White; this.buttonOK.Location = new System.Drawing.Point(413, 157); this.buttonOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(124, 42); this.buttonOK.TabIndex = 3; this.buttonOK.Text = " 确定"; this.buttonOK.UseVisualStyleBackColor = false; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // lblInfo // this.lblInfo.AutoSize = true; this.lblInfo.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInfo.Location = new System.Drawing.Point(21, 24); this.lblInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(186, 16); this.lblInfo.TabIndex = 1; this.lblInfo.Text = "点击关闭按钮的作用是?"; // // buttonCancel // this.buttonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.No; this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonCancel.ForeColor = System.Drawing.Color.White; this.buttonCancel.Location = new System.Drawing.Point(569, 157); this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(124, 42); this.buttonCancel.TabIndex = 4; this.buttonCancel.Text = "取消"; this.buttonCancel.UseVisualStyleBackColor = false; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // radioButtonMinimize // this.radioButtonMinimize.AutoSize = true; this.radioButtonMinimize.Checked = true; this.radioButtonMinimize.Font = new System.Drawing.Font("楷体", 14.25F); this.radioButtonMinimize.Location = new System.Drawing.Point(70, 55); this.radioButtonMinimize.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonMinimize.Name = "radioButtonMinimize"; this.radioButtonMinimize.Size = new System.Drawing.Size(157, 23); this.radioButtonMinimize.TabIndex = 0; this.radioButtonMinimize.TabStop = true; this.radioButtonMinimize.Text = " 最小化到托盘"; this.radioButtonMinimize.UseVisualStyleBackColor = true; // // radioButtonCloss // this.radioButtonCloss.AutoSize = true; this.radioButtonCloss.Font = new System.Drawing.Font("楷体", 14.25F); this.radioButtonCloss.Location = new System.Drawing.Point(70, 88); this.radioButtonCloss.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.radioButtonCloss.Name = "radioButtonCloss"; this.radioButtonCloss.Size = new System.Drawing.Size(117, 23); this.radioButtonCloss.TabIndex = 1; this.radioButtonCloss.Text = " 立即关闭"; this.radioButtonCloss.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(70, 157); this.checkBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(186, 18); this.checkBox1.TabIndex = 2; this.checkBox1.Text = " 下次不再提示,按照此次执行"; this.checkBox1.UseVisualStyleBackColor = true; // // label2 // this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label2.Location = new System.Drawing.Point(24, 149); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(674, 3); this.label2.TabIndex = 5; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(358, 5); this.pictureBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(369, 130); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 9; this.pictureBox2.TabStop = false; // // CloseWarningCtrl // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.radioButtonCloss); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.label2); this.Controls.Add(this.radioButtonMinimize); this.Controls.Add(this.lblInfo); this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.checkBox1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "CloseWarningCtrl"; this.Size = new System.Drawing.Size(731, 215); this.Load += new System.EventHandler(this.CloseWarningCtrl_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Label lblInfo; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.RadioButton radioButtonMinimize; private System.Windows.Forms.RadioButton radioButtonCloss; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.PictureBox pictureBox2; } }