namespace Launcher.Install { partial class frmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkBoxParameters = new System.Windows.Forms.CheckBox(); this.buttonInstall = new System.Windows.Forms.Button(); this.buttonClose = new System.Windows.Forms.Button(); this.checkBoxStartSetup = new System.Windows.Forms.CheckBox(); this.buttonSetup = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(10, 10, 5, 5); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dataGridView1.ColumnHeadersHeight = 30; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CheckColumn, this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6, this.Column7, this.Column8, this.Column9, this.Column10}); this.dataGridView1.EnableHeadersVisualStyles = false; this.dataGridView1.Location = new System.Drawing.Point(28, 24); this.dataGridView1.Margin = new System.Windows.Forms.Padding(4); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.ShowEditingIcon = false; this.dataGridView1.Size = new System.Drawing.Size(519, 244); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); // // CheckColumn // this.CheckColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.CheckColumn.HeaderText = "Column0"; this.CheckColumn.Name = "CheckColumn"; this.CheckColumn.Width = 78; // // Column1 // this.Column1.HeaderText = "Column1"; this.Column1.Name = "Column1"; // // Column2 // this.Column2.HeaderText = "Column2"; this.Column2.Name = "Column2"; // // Column3 // this.Column3.HeaderText = "Column3"; this.Column3.Name = "Column3"; // // Column4 // this.Column4.HeaderText = "Column4"; this.Column4.Name = "Column4"; // // Column5 // this.Column5.HeaderText = "Column5"; this.Column5.Name = "Column5"; // // Column6 // this.Column6.HeaderText = "Column6"; this.Column6.Name = "Column6"; // // Column7 // this.Column7.HeaderText = "Column7"; this.Column7.Name = "Column7"; // // Column8 // this.Column8.HeaderText = "Column8"; this.Column8.Name = "Column8"; // // Column9 // this.Column9.HeaderText = "Column9"; this.Column9.Name = "Column9"; // // Column10 // this.Column10.HeaderText = "Column10"; this.Column10.Name = "Column10"; // // checkBoxParameters // this.checkBoxParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxParameters.AutoSize = true; this.checkBoxParameters.Location = new System.Drawing.Point(28, 289); this.checkBoxParameters.Margin = new System.Windows.Forms.Padding(4); this.checkBoxParameters.Name = "checkBoxParameters"; this.checkBoxParameters.Size = new System.Drawing.Size(207, 21); this.checkBoxParameters.TabIndex = 1; this.checkBoxParameters.Text = "禁止后台安装,人工干预安装过程"; this.checkBoxParameters.UseVisualStyleBackColor = true; // // buttonInstall // this.buttonInstall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonInstall.Location = new System.Drawing.Point(379, 283); this.buttonInstall.Name = "buttonInstall"; this.buttonInstall.Size = new System.Drawing.Size(81, 33); this.buttonInstall.TabIndex = 2; this.buttonInstall.Text = "下载安装(&D)"; this.buttonInstall.UseVisualStyleBackColor = true; this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click); // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.Location = new System.Drawing.Point(466, 283); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(81, 33); this.buttonClose.TabIndex = 3; this.buttonClose.Text = "关 闭(&C)"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // checkBoxStartSetup // this.checkBoxStartSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.checkBoxStartSetup.AutoSize = true; this.checkBoxStartSetup.Checked = true; this.checkBoxStartSetup.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxStartSetup.Location = new System.Drawing.Point(238, 289); this.checkBoxStartSetup.Margin = new System.Windows.Forms.Padding(4); this.checkBoxStartSetup.Name = "checkBoxStartSetup"; this.checkBoxStartSetup.Size = new System.Drawing.Size(123, 21); this.checkBoxStartSetup.TabIndex = 4; this.checkBoxStartSetup.Text = "下载完成开始安装"; this.checkBoxStartSetup.UseVisualStyleBackColor = true; this.checkBoxStartSetup.Click += new System.EventHandler(this.checkBoxStartSetup_Click); // // buttonSetup // this.buttonSetup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSetup.Location = new System.Drawing.Point(292, 283); this.buttonSetup.Name = "buttonSetup"; this.buttonSetup.Size = new System.Drawing.Size(81, 33); this.buttonSetup.TabIndex = 5; this.buttonSetup.Text = "安 装(&S)"; this.buttonSetup.UseVisualStyleBackColor = true; this.buttonSetup.Visible = false; this.buttonSetup.Click += new System.EventHandler(this.buttonSetup_Click); // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(576, 333); this.Controls.Add(this.buttonSetup); this.Controls.Add(this.checkBoxStartSetup); this.Controls.Add(this.buttonClose); this.Controls.Add(this.buttonInstall); this.Controls.Add(this.checkBoxParameters); this.Controls.Add(this.dataGridView1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.CheckBox checkBoxParameters; private System.Windows.Forms.Button buttonInstall; private System.Windows.Forms.Button buttonClose; private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.CheckBox checkBoxStartSetup; private System.Windows.Forms.Button buttonSetup; } }