namespace DevelopAssistant.AddIn.DatabaseDocument{partial class MainForm{/// <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(){System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));this.btnApply = new ICSharpCode.WinFormsUI.Controls.NButton();this.label1 = new System.Windows.Forms.Label();this.dataGridView1 = new ICSharpCode.WinFormsUI.Controls.NDataGridView();this.label2 = new System.Windows.Forms.Label();this.NProgressBar = new System.Windows.Forms.Panel();this.label4 = new System.Windows.Forms.Label();this.label3 = new System.Windows.Forms.Label();this.checkBox1 = new System.Windows.Forms.CheckBox();this.panel1 = new System.Windows.Forms.Panel();this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();this.colID = new System.Windows.Forms.DataGridViewTextBoxColumn();this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();this.colType = new System.Windows.Forms.DataGridViewTextBoxColumn();this.colDescribtion = new System.Windows.Forms.DataGridViewTextBoxColumn();((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();this.NProgressBar.SuspendLayout();this.panel1.SuspendLayout();this.SuspendLayout();//// btnApply//this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));this.btnApply.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);this.btnApply.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;this.btnApply.BorderColor = System.Drawing.SystemColors.ControlDark;this.btnApply.FouseBorderColor = System.Drawing.Color.Orange;this.btnApply.FouseColor = System.Drawing.Color.White;this.btnApply.Foused = false;this.btnApply.FouseTextColor = System.Drawing.Color.Black;this.btnApply.Icon = null;this.btnApply.IconLayoutType = ICSharpCode.WinFormsUI.Controls.IconLayoutType.MiddleLeft;this.btnApply.Location = new System.Drawing.Point(600, 359);this.btnApply.Name = "btnApply";this.btnApply.Radius = 0;this.btnApply.Size = new System.Drawing.Size(75, 33);this.btnApply.TabIndex = 0;this.btnApply.Text = "生成";this.btnApply.UnableIcon = null;this.btnApply.UseVisualStyleBackColor = true;this.btnApply.Click += new System.EventHandler(this.btnApply_Click);//// label1//this.label1.AutoSize = true;this.label1.Location = new System.Drawing.Point(12, 10);this.label1.Name = "label1";this.label1.Size = new System.Drawing.Size(98, 18);this.label1.TabIndex = 1;this.label1.Text = "选择的是:";//// dataGridView1//this.dataGridView1.AllowUserToAddRows = false;this.dataGridView1.AllowUserToDeleteRows = false;this.dataGridView1.AllowUserToResizeColumns = false;this.dataGridView1.AllowUserToResizeRows = false;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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 4, 0, 4);dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {this.colCheck,this.colID,this.colName,this.colType,this.colDescribtion});this.dataGridView1.DatetimeFormat = "yyyy-MM-dd HH:mm:ss";this.dataGridView1.EnableHeadersVisualStyles = false;this.dataGridView1.Location = new System.Drawing.Point(12, 30);this.dataGridView1.Name = "dataGridView1";this.dataGridView1.RowHeadersVisible = false;this.dataGridView1.RowHeadersWidth = 62;this.dataGridView1.RowTemplate.Height = 23;this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;this.dataGridView1.ShowRowNumber = false;this.dataGridView1.Size = new System.Drawing.Size(663, 320);this.dataGridView1.TabIndex = 2;//// label2//this.label2.AutoSize = true;this.label2.Location = new System.Drawing.Point(76, 10);this.label2.Name = "label2";this.label2.Size = new System.Drawing.Size(62, 18);this.label2.TabIndex = 3;this.label2.Text = "label2";//// NProgressBar//this.NProgressBar.Controls.Add(this.label4);this.NProgressBar.Controls.Add(this.label3);this.NProgressBar.Location = new System.Drawing.Point(200, 139);this.NProgressBar.Name = "NProgressBar";this.NProgressBar.Size = new System.Drawing.Size(204, 78);this.NProgressBar.TabIndex = 4;//// label4//this.label4.Location = new System.Drawing.Point(3, 7);this.label4.Name = "label4";this.label4.Size = new System.Drawing.Size(198, 32);this.label4.TabIndex = 1;this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;//// label3//this.label3.Location = new System.Drawing.Point(3, 42);this.label3.Name = "label3";this.label3.Size = new System.Drawing.Size(198, 29);this.label3.TabIndex = 0;this.label3.Text = "正在获取数据库表";this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;//// checkBox1//this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));this.checkBox1.AutoSize = true;this.checkBox1.Location = new System.Drawing.Point(13, 363);this.checkBox1.Name = "checkBox1";this.checkBox1.Size = new System.Drawing.Size(70, 22);this.checkBox1.TabIndex = 5;this.checkBox1.Text = "全选";this.checkBox1.UseVisualStyleBackColor = true;this.checkBox1.Click += new System.EventHandler(this.checkBox1_Click);//// panel1//this.panel1.Controls.Add(this.label1);this.panel1.Controls.Add(this.checkBox1);this.panel1.Controls.Add(this.label2);this.panel1.Controls.Add(this.NProgressBar);this.panel1.Controls.Add(this.btnApply);this.panel1.Controls.Add(this.dataGridView1);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(687, 404);this.panel1.TabIndex = 6;//// colCheck//this.colCheck.FalseValue = "False";this.colCheck.HeaderText = "选择";this.colCheck.IndeterminateValue = "False";this.colCheck.MinimumWidth = 8;this.colCheck.Name = "colCheck";this.colCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;this.colCheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;this.colCheck.TrueValue = "True";this.colCheck.Width = 60;//// colID//this.colID.DataPropertyName = "id";this.colID.HeaderText = "编号";this.colID.MinimumWidth = 8;this.colID.Name = "colID";this.colID.Width = 150;//// colName//this.colName.DataPropertyName = "table_name";this.colName.HeaderText = "名称";this.colName.MinimumWidth = 8;this.colName.Name = "colName";this.colName.Width = 150;//// colType//this.colType.DataPropertyName = "table_type";this.colType.HeaderText = "类型";this.colType.MinimumWidth = 8;this.colType.Name = "colType";this.colType.Width = 150;//// colDescribtion//this.colDescribtion.DataPropertyName = "table_comment";this.colDescribtion.HeaderText = "描述";this.colDescribtion.MinimumWidth = 8;this.colDescribtion.Name = "colDescribtion";this.colDescribtion.Width = 150;//// MainForm//this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;this.ClientSize = new System.Drawing.Size(687, 404);this.Controls.Add(this.panel1);this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));this.Name = "MainForm";this.Text = "Form1";this.Load += new System.EventHandler(this.MainForm_Load);((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();this.NProgressBar.ResumeLayout(false);this.panel1.ResumeLayout(false);this.panel1.PerformLayout();this.ResumeLayout(false);}#endregionprivate ICSharpCode.WinFormsUI.Controls.NButton btnApply;private System.Windows.Forms.Label label1;private ICSharpCode.WinFormsUI.Controls.NDataGridView dataGridView1;private System.Windows.Forms.Label label2;private System.Windows.Forms.Panel NProgressBar;private System.Windows.Forms.Label label3;private System.Windows.Forms.CheckBox checkBox1;private System.Windows.Forms.Label label4;private System.Windows.Forms.Panel panel1;private System.Windows.Forms.DataGridViewCheckBoxColumn colCheck;private System.Windows.Forms.DataGridViewTextBoxColumn colID;private System.Windows.Forms.DataGridViewTextBoxColumn colName;private System.Windows.Forms.DataGridViewTextBoxColumn colType;private System.Windows.Forms.DataGridViewTextBoxColumn colDescribtion;}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
1. 开源生态
2. 协作、人、软件
3. 评估模型