namespace VberAdmin.WinForm { partial class VberForm { /// /// 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.Windows.Forms.Button btnStart; System.Windows.Forms.Button btnClose; System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VberForm)); this.pHeader = new System.Windows.Forms.Panel(); this.label16 = new System.Windows.Forms.Label(); this.lab_version = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.pFooter = new System.Windows.Forms.Panel(); this.label13 = new System.Windows.Forms.Label(); this.cReplace = new System.Windows.Forms.CheckBox(); this.panel2 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.cController = new System.Windows.Forms.CheckBox(); this.cView = new System.Windows.Forms.CheckBox(); this.cServiceInterface = new System.Windows.Forms.CheckBox(); this.cService = new System.Windows.Forms.CheckBox(); this.cUpdateDto = new System.Windows.Forms.CheckBox(); this.cListDto = new System.Windows.Forms.CheckBox(); this.cCreateDto = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.tExtFilePath = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.tPathView = new System.Windows.Forms.TextBox(); this.tPathController = new System.Windows.Forms.TextBox(); this.tPathDto = new System.Windows.Forms.TextBox(); this.tPathService = new System.Windows.Forms.TextBox(); this.tFileName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panle = new System.Windows.Forms.Panel(); this.cPrimarykey = new System.Windows.Forms.ComboBox(); this.columnViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.label14 = new System.Windows.Forms.Label(); this.tClassName = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.tModalTitle = new System.Windows.Forms.TextBox(); this.tPageTitle = new System.Windows.Forms.TextBox(); this.tProjectName = new System.Windows.Forms.TextBox(); this.cMulitSearch = new System.Windows.Forms.CheckBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.tPathParent = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.dgvColumns = new System.Windows.Forms.DataGridView(); this.IsGenreated = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.columnNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.attrTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isModalDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.isRequiredDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.IsTable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.IsSearch = new System.Windows.Forms.DataGridViewCheckBoxColumn(); btnStart = new System.Windows.Forms.Button(); btnClose = new System.Windows.Forms.Button(); this.pHeader.SuspendLayout(); this.pFooter.SuspendLayout(); this.panel2.SuspendLayout(); this.panel4.SuspendLayout(); this.panel1.SuspendLayout(); this.panle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.columnViewModelBindingSource)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvColumns)).BeginInit(); this.SuspendLayout(); // // btnStart // btnStart.BackColor = System.Drawing.Color.Transparent; btnStart.FlatAppearance.BorderSize = 2; btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat; btnStart.ForeColor = System.Drawing.Color.White; btnStart.Location = new System.Drawing.Point(696, 20); btnStart.Margin = new System.Windows.Forms.Padding(7); btnStart.Name = "btnStart"; btnStart.Size = new System.Drawing.Size(175, 54); btnStart.TabIndex = 2; btnStart.Text = "生成代码"; btnStart.UseVisualStyleBackColor = false; btnStart.Click += new System.EventHandler(this.btnStart_Click); // // btnClose // btnClose.BackColor = System.Drawing.Color.Transparent; btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; btnClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); btnClose.FlatAppearance.BorderSize = 2; btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; btnClose.ForeColor = System.Drawing.Color.Gainsboro; btnClose.Location = new System.Drawing.Point(992, 18); btnClose.Margin = new System.Windows.Forms.Padding(7); btnClose.Name = "btnClose"; btnClose.Size = new System.Drawing.Size(175, 54); btnClose.TabIndex = 1; btnClose.Text = "关闭窗口"; btnClose.UseVisualStyleBackColor = false; btnClose.Click += new System.EventHandler(this.btnClose_Click); // // pHeader // this.pHeader.BackColor = System.Drawing.Color.DarkOrange; this.pHeader.Controls.Add(this.label16); this.pHeader.Controls.Add(this.lab_version); this.pHeader.Controls.Add(this.label1); this.pHeader.Dock = System.Windows.Forms.DockStyle.Top; this.pHeader.Location = new System.Drawing.Point(0, 0); this.pHeader.Margin = new System.Windows.Forms.Padding(7); this.pHeader.Name = "pHeader"; this.pHeader.Size = new System.Drawing.Size(1867, 90); this.pHeader.TabIndex = 0; this.pHeader.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Title_MouseDown); // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Location = new System.Drawing.Point(1550, 37); this.label16.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(124, 27); this.label16.TabIndex = 7; this.label16.Text = "Version:"; this.label16.UseMnemonic = false; // // lab_version // this.lab_version.AutoSize = true; this.lab_version.BackColor = System.Drawing.Color.Transparent; this.lab_version.Location = new System.Drawing.Point(1670, 37); this.lab_version.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.lab_version.Name = "lab_version"; this.lab_version.Size = new System.Drawing.Size(192, 27); this.lab_version.TabIndex = 6; this.lab_version.Text = "4.0 (.NET6)"; this.lab_version.UseMnemonic = false; this.lab_version.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Title_MouseDown); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("等线", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(47, 25); this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(634, 45); this.label1.TabIndex = 5; this.label1.Text = "VberAdmin 代码生成器 [.NET6]"; this.label1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Title_MouseDown); // // pFooter // this.pFooter.BackColor = System.Drawing.Color.DarkOrange; this.pFooter.Controls.Add(this.label13); this.pFooter.Controls.Add(btnStart); this.pFooter.Controls.Add(btnClose); this.pFooter.Controls.Add(this.cReplace); this.pFooter.Dock = System.Windows.Forms.DockStyle.Bottom; this.pFooter.ForeColor = System.Drawing.SystemColors.ControlLight; this.pFooter.Location = new System.Drawing.Point(0, 855); this.pFooter.Margin = new System.Windows.Forms.Padding(7); this.pFooter.Name = "pFooter"; this.pFooter.Size = new System.Drawing.Size(1867, 90); this.pFooter.TabIndex = 1; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.ForeColor = System.Drawing.Color.OrangeRed; this.label13.Location = new System.Drawing.Point(1619, 32); this.label13.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(236, 27); this.label13.TabIndex = 4; this.label13.Text = "Generate By Yue."; // // cReplace // this.cReplace.AutoSize = true; this.cReplace.BackColor = System.Drawing.Color.Transparent; this.cReplace.Checked = true; this.cReplace.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.cReplace.FlatAppearance.CheckedBackColor = System.Drawing.Color.White; this.cReplace.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cReplace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cReplace.ForeColor = System.Drawing.Color.White; this.cReplace.Location = new System.Drawing.Point(439, 27); this.cReplace.Margin = new System.Windows.Forms.Padding(7); this.cReplace.Name = "cReplace"; this.cReplace.Size = new System.Drawing.Size(176, 31); this.cReplace.TabIndex = 8; this.cReplace.Text = "覆盖原文件"; this.cReplace.UseVisualStyleBackColor = false; // // panel2 // this.panel2.Controls.Add(this.panel4); this.panel2.Controls.Add(this.panel1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 90); this.panel2.Margin = new System.Windows.Forms.Padding(7); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1867, 254); this.panel2.TabIndex = 4; // // panel4 // this.panel4.BackColor = System.Drawing.Color.AntiqueWhite; this.panel4.Controls.Add(this.cController); this.panel4.Controls.Add(this.cView); this.panel4.Controls.Add(this.cServiceInterface); this.panel4.Controls.Add(this.cService); this.panel4.Controls.Add(this.cUpdateDto); this.panel4.Controls.Add(this.cListDto); this.panel4.Controls.Add(this.cCreateDto); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(1426, 0); this.panel4.Margin = new System.Windows.Forms.Padding(7); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(441, 254); this.panel4.TabIndex = 1; // // cController // this.cController.AutoSize = true; this.cController.Checked = true; this.cController.CheckState = System.Windows.Forms.CheckState.Checked; this.cController.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cController.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cController.ForeColor = System.Drawing.Color.Firebrick; this.cController.Location = new System.Drawing.Point(28, 202); this.cController.Margin = new System.Windows.Forms.Padding(7); this.cController.Name = "cController"; this.cController.Size = new System.Drawing.Size(180, 37); this.cController.TabIndex = 14; this.cController.Text = "Controller"; this.cController.UseVisualStyleBackColor = true; // // cView // this.cView.AutoSize = true; this.cView.Checked = true; this.cView.CheckState = System.Windows.Forms.CheckState.Checked; this.cView.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cView.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cView.ForeColor = System.Drawing.Color.Firebrick; this.cView.Location = new System.Drawing.Point(254, 202); this.cView.Margin = new System.Windows.Forms.Padding(7); this.cView.Name = "cView"; this.cView.Size = new System.Drawing.Size(109, 37); this.cView.TabIndex = 13; this.cView.Text = "View"; this.cView.UseVisualStyleBackColor = true; // // cServiceInterface // this.cServiceInterface.AutoSize = true; this.cServiceInterface.Checked = true; this.cServiceInterface.CheckState = System.Windows.Forms.CheckState.Checked; this.cServiceInterface.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cServiceInterface.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cServiceInterface.ForeColor = System.Drawing.Color.Firebrick; this.cServiceInterface.Location = new System.Drawing.Point(28, 158); this.cServiceInterface.Margin = new System.Windows.Forms.Padding(7); this.cServiceInterface.Name = "cServiceInterface"; this.cServiceInterface.Size = new System.Drawing.Size(300, 37); this.cServiceInterface.TabIndex = 12; this.cServiceInterface.Text = "IApplicationService"; this.cServiceInterface.UseVisualStyleBackColor = true; // // cService // this.cService.AutoSize = true; this.cService.Checked = true; this.cService.CheckState = System.Windows.Forms.CheckState.Checked; this.cService.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cService.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cService.ForeColor = System.Drawing.Color.Firebrick; this.cService.Location = new System.Drawing.Point(28, 112); this.cService.Margin = new System.Windows.Forms.Padding(7); this.cService.Name = "cService"; this.cService.Size = new System.Drawing.Size(292, 37); this.cService.TabIndex = 11; this.cService.Text = "ApplicationService"; this.cService.UseVisualStyleBackColor = true; // // cUpdateDto // this.cUpdateDto.AutoSize = true; this.cUpdateDto.Checked = true; this.cUpdateDto.CheckState = System.Windows.Forms.CheckState.Checked; this.cUpdateDto.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cUpdateDto.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cUpdateDto.ForeColor = System.Drawing.Color.Firebrick; this.cUpdateDto.Location = new System.Drawing.Point(28, 63); this.cUpdateDto.Margin = new System.Windows.Forms.Padding(7); this.cUpdateDto.Name = "cUpdateDto"; this.cUpdateDto.Size = new System.Drawing.Size(193, 37); this.cUpdateDto.TabIndex = 10; this.cUpdateDto.Text = "UpdateDto"; this.cUpdateDto.UseVisualStyleBackColor = true; // // cListDto // this.cListDto.AutoSize = true; this.cListDto.Checked = true; this.cListDto.CheckState = System.Windows.Forms.CheckState.Checked; this.cListDto.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cListDto.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cListDto.ForeColor = System.Drawing.Color.Firebrick; this.cListDto.Location = new System.Drawing.Point(28, 22); this.cListDto.Margin = new System.Windows.Forms.Padding(7); this.cListDto.Name = "cListDto"; this.cListDto.Size = new System.Drawing.Size(139, 37); this.cListDto.TabIndex = 9; this.cListDto.Text = "ListDto"; this.cListDto.UseVisualStyleBackColor = true; // // cCreateDto // this.cCreateDto.AutoSize = true; this.cCreateDto.Checked = true; this.cCreateDto.CheckState = System.Windows.Forms.CheckState.Checked; this.cCreateDto.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(255))))); this.cCreateDto.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cCreateDto.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cCreateDto.ForeColor = System.Drawing.Color.Firebrick; this.cCreateDto.Location = new System.Drawing.Point(226, 22); this.cCreateDto.Margin = new System.Windows.Forms.Padding(7); this.cCreateDto.Name = "cCreateDto"; this.cCreateDto.Size = new System.Drawing.Size(183, 37); this.cCreateDto.TabIndex = 8; this.cCreateDto.Text = "CreateDto"; this.cCreateDto.UseVisualStyleBackColor = true; // // panel1 // this.panel1.BackColor = System.Drawing.Color.AntiqueWhite; this.panel1.Controls.Add(this.tExtFilePath); this.panel1.Controls.Add(this.label15); this.panel1.Controls.Add(this.tPathView); this.panel1.Controls.Add(this.tPathController); this.panel1.Controls.Add(this.tPathDto); this.panel1.Controls.Add(this.tPathService); this.panel1.Controls.Add(this.tFileName); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(7); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1426, 254); this.panel1.TabIndex = 0; // // tExtFilePath // this.tExtFilePath.BackColor = System.Drawing.Color.AliceBlue; this.tExtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tExtFilePath.ForeColor = System.Drawing.Color.Red; this.tExtFilePath.Location = new System.Drawing.Point(812, 20); this.tExtFilePath.Margin = new System.Windows.Forms.Padding(7); this.tExtFilePath.Name = "tExtFilePath"; this.tExtFilePath.Size = new System.Drawing.Size(583, 31); this.tExtFilePath.TabIndex = 36; this.tExtFilePath.TextChanged += new System.EventHandler(this.tExtFilePath_TextChanged); // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.ForeColor = System.Drawing.Color.Red; this.label15.Location = new System.Drawing.Point(581, 20); this.label15.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(234, 33); this.label15.TabIndex = 35; this.label15.Text = "EXT-FilePath:"; // // tPathView // this.tPathView.BackColor = System.Drawing.Color.AntiqueWhite; this.tPathView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tPathView.ForeColor = System.Drawing.Color.OrangeRed; this.tPathView.Location = new System.Drawing.Point(203, 202); this.tPathView.Margin = new System.Windows.Forms.Padding(7); this.tPathView.Name = "tPathView"; this.tPathView.Size = new System.Drawing.Size(1192, 31); this.tPathView.TabIndex = 34; // // tPathController // this.tPathController.BackColor = System.Drawing.Color.AntiqueWhite; this.tPathController.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tPathController.ForeColor = System.Drawing.Color.OrangeRed; this.tPathController.Location = new System.Drawing.Point(203, 158); this.tPathController.Margin = new System.Windows.Forms.Padding(7); this.tPathController.Name = "tPathController"; this.tPathController.Size = new System.Drawing.Size(1192, 31); this.tPathController.TabIndex = 33; // // tPathDto // this.tPathDto.BackColor = System.Drawing.Color.AntiqueWhite; this.tPathDto.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tPathDto.ForeColor = System.Drawing.Color.OrangeRed; this.tPathDto.Location = new System.Drawing.Point(203, 112); this.tPathDto.Margin = new System.Windows.Forms.Padding(7); this.tPathDto.Name = "tPathDto"; this.tPathDto.Size = new System.Drawing.Size(1192, 31); this.tPathDto.TabIndex = 32; // // tPathService // this.tPathService.BackColor = System.Drawing.Color.AntiqueWhite; this.tPathService.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tPathService.ForeColor = System.Drawing.Color.OrangeRed; this.tPathService.Location = new System.Drawing.Point(203, 68); this.tPathService.Margin = new System.Windows.Forms.Padding(7); this.tPathService.Name = "tPathService"; this.tPathService.Size = new System.Drawing.Size(1192, 31); this.tPathService.TabIndex = 31; // // tFileName // this.tFileName.BackColor = System.Drawing.Color.AntiqueWhite; this.tFileName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tFileName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64))))); this.tFileName.Location = new System.Drawing.Point(203, 22); this.tFileName.Margin = new System.Windows.Forms.Padding(7); this.tFileName.Name = "tFileName"; this.tFileName.Size = new System.Drawing.Size(364, 31); this.tFileName.TabIndex = 30; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.Firebrick; this.label6.Location = new System.Drawing.Point(33, 22); this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(174, 33); this.label6.TabIndex = 28; this.label6.Text = "FileName:"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.Firebrick; this.label5.Location = new System.Drawing.Point(23, 158); this.label5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(183, 33); this.label5.TabIndex = 27; this.label5.Text = "Controller:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.Firebrick; this.label4.Location = new System.Drawing.Point(93, 202); this.label4.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 33); this.label4.TabIndex = 26; this.label4.Text = "View:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.Firebrick; this.label3.Location = new System.Drawing.Point(112, 112); this.label3.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(97, 33); this.label3.TabIndex = 25; this.label3.Text = "Dto:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.Firebrick; this.label2.Location = new System.Drawing.Point(65, 68); this.label2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(142, 33); this.label2.TabIndex = 24; this.label2.Text = "Service:"; // // panle // this.panle.BackColor = System.Drawing.Color.AntiqueWhite; this.panle.Controls.Add(this.cPrimarykey); this.panle.Controls.Add(this.label14); this.panle.Controls.Add(this.tClassName); this.panle.Controls.Add(this.label11); this.panle.Controls.Add(this.tModalTitle); this.panle.Controls.Add(this.tPageTitle); this.panle.Controls.Add(this.tProjectName); this.panle.Controls.Add(this.cMulitSearch); this.panle.Controls.Add(this.label10); this.panle.Controls.Add(this.label9); this.panle.Controls.Add(this.label8); this.panle.Controls.Add(this.tPathParent); this.panle.Controls.Add(this.label7); this.panle.Dock = System.Windows.Forms.DockStyle.Left; this.panle.Location = new System.Drawing.Point(0, 344); this.panle.Margin = new System.Windows.Forms.Padding(7); this.panle.Name = "panle"; this.panle.Size = new System.Drawing.Size(602, 511); this.panle.TabIndex = 5; // // cPrimarykey // this.cPrimarykey.BackColor = System.Drawing.Color.AntiqueWhite; this.cPrimarykey.DataSource = this.columnViewModelBindingSource; this.cPrimarykey.DisplayMember = "ColumnName"; this.cPrimarykey.Font = new System.Drawing.Font("等线", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cPrimarykey.ForeColor = System.Drawing.Color.Orange; this.cPrimarykey.FormattingEnabled = true; this.cPrimarykey.Location = new System.Drawing.Point(238, 292); this.cPrimarykey.Margin = new System.Windows.Forms.Padding(7); this.cPrimarykey.Name = "cPrimarykey"; this.cPrimarykey.Size = new System.Drawing.Size(324, 45); this.cPrimarykey.TabIndex = 48; this.cPrimarykey.ValueMember = "ColumnName"; // // columnViewModelBindingSource // this.columnViewModelBindingSource.DataSource = typeof(VberAdmin.Models.ColumnViewModel); // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.ForeColor = System.Drawing.Color.Firebrick; this.label14.Location = new System.Drawing.Point(23, 371); this.label14.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(193, 36); this.label14.TabIndex = 47; this.label14.Text = "父菜单路径:"; // // tClassName // this.tClassName.BackColor = System.Drawing.Color.AntiqueWhite; this.tClassName.Font = new System.Drawing.Font("等线", 11F); this.tClassName.ForeColor = System.Drawing.Color.Orange; this.tClassName.Location = new System.Drawing.Point(203, 90); this.tClassName.Margin = new System.Windows.Forms.Padding(7); this.tClassName.Name = "tClassName"; this.tClassName.Size = new System.Drawing.Size(359, 42); this.tClassName.TabIndex = 46; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.ForeColor = System.Drawing.Color.Firebrick; this.label11.Location = new System.Drawing.Point(23, 101); this.label11.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(161, 36); this.label11.TabIndex = 45; this.label11.Text = "类 名 称:"; // // tModalTitle // this.tModalTitle.BackColor = System.Drawing.Color.AntiqueWhite; this.tModalTitle.Font = new System.Drawing.Font("等线", 11F); this.tModalTitle.ForeColor = System.Drawing.Color.Orange; this.tModalTitle.Location = new System.Drawing.Point(238, 225); this.tModalTitle.Margin = new System.Windows.Forms.Padding(7); this.tModalTitle.Name = "tModalTitle"; this.tModalTitle.Size = new System.Drawing.Size(324, 42); this.tModalTitle.TabIndex = 44; // // tPageTitle // this.tPageTitle.BackColor = System.Drawing.Color.AntiqueWhite; this.tPageTitle.Font = new System.Drawing.Font("等线", 11F); this.tPageTitle.ForeColor = System.Drawing.Color.Orange; this.tPageTitle.Location = new System.Drawing.Point(203, 158); this.tPageTitle.Margin = new System.Windows.Forms.Padding(7); this.tPageTitle.Name = "tPageTitle"; this.tPageTitle.Size = new System.Drawing.Size(359, 42); this.tPageTitle.TabIndex = 43; // // tProjectName // this.tProjectName.BackColor = System.Drawing.Color.AntiqueWhite; this.tProjectName.Font = new System.Drawing.Font("等线", 11F); this.tProjectName.ForeColor = System.Drawing.Color.Orange; this.tProjectName.Location = new System.Drawing.Point(203, 22); this.tProjectName.Margin = new System.Windows.Forms.Padding(7); this.tProjectName.Name = "tProjectName"; this.tProjectName.Size = new System.Drawing.Size(359, 42); this.tProjectName.TabIndex = 42; // // cMulitSearch // this.cMulitSearch.AutoSize = true; this.cMulitSearch.Checked = true; this.cMulitSearch.CheckState = System.Windows.Forms.CheckState.Checked; this.cMulitSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cMulitSearch.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cMulitSearch.ForeColor = System.Drawing.Color.Firebrick; this.cMulitSearch.Location = new System.Drawing.Point(56, 454); this.cMulitSearch.Margin = new System.Windows.Forms.Padding(7); this.cMulitSearch.Name = "cMulitSearch"; this.cMulitSearch.Size = new System.Drawing.Size(418, 40); this.cMulitSearch.TabIndex = 39; this.cMulitSearch.Text = "页面查询是否多条件查询"; this.cMulitSearch.UseVisualStyleBackColor = true; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.ForeColor = System.Drawing.Color.Firebrick; this.label10.Location = new System.Drawing.Point(23, 34); this.label10.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(159, 36); this.label10.TabIndex = 38; this.label10.Text = "项目名称:"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.ForeColor = System.Drawing.Color.Firebrick; this.label9.Location = new System.Drawing.Point(23, 236); this.label9.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(193, 36); this.label9.TabIndex = 37; this.label9.Text = "模态框标题:"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.ForeColor = System.Drawing.Color.Firebrick; this.label8.Location = new System.Drawing.Point(23, 169); this.label8.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(159, 36); this.label8.TabIndex = 36; this.label8.Text = "页面标题:"; // // tPathParent // this.tPathParent.BackColor = System.Drawing.Color.AntiqueWhite; this.tPathParent.Font = new System.Drawing.Font("等线", 11F); this.tPathParent.ForeColor = System.Drawing.Color.Orange; this.tPathParent.Location = new System.Drawing.Point(238, 360); this.tPathParent.Margin = new System.Windows.Forms.Padding(7); this.tPathParent.Name = "tPathParent"; this.tPathParent.Size = new System.Drawing.Size(324, 42); this.tPathParent.TabIndex = 35; this.tPathParent.Text = "不包含Pages"; this.tPathParent.Enter += new System.EventHandler(this.tPathParent_GotFocus); this.tPathParent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tPathParent_KeyPress); this.tPathParent.Leave += new System.EventHandler(this.tPathParent_LostFocus); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.Firebrick; this.label7.Location = new System.Drawing.Point(23, 304); this.label7.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(193, 36); this.label7.TabIndex = 29; this.label7.Text = "自定义主键:"; // // panel3 // this.panel3.Controls.Add(this.dgvColumns); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(602, 344); this.panel3.Margin = new System.Windows.Forms.Padding(7); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1265, 511); this.panel3.TabIndex = 6; // // dgvColumns // this.dgvColumns.AutoGenerateColumns = false; this.dgvColumns.BackgroundColor = System.Drawing.Color.AntiqueWhite; this.dgvColumns.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvColumns.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Orange; dataGridViewCellStyle1.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Orange; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvColumns.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvColumns.ColumnHeadersHeight = 45; this.dgvColumns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvColumns.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.IsGenreated, this.columnNameDataGridViewTextBoxColumn, this.attrTypeDataGridViewTextBoxColumn, this.commentDataGridViewTextBoxColumn, this.isModalDataGridViewCheckBoxColumn, this.isRequiredDataGridViewCheckBoxColumn, this.IsTable, this.IsSearch}); this.dgvColumns.DataSource = this.columnViewModelBindingSource; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(220))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvColumns.DefaultCellStyle = dataGridViewCellStyle3; this.dgvColumns.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvColumns.EnableHeadersVisualStyles = false; this.dgvColumns.GridColor = System.Drawing.Color.DarkOrange; this.dgvColumns.Location = new System.Drawing.Point(0, 0); this.dgvColumns.Margin = new System.Windows.Forms.Padding(7); this.dgvColumns.Name = "dgvColumns"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.PeachPuff; dataGridViewCellStyle4.Font = new System.Drawing.Font("等线", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.OrangeRed; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.SeaShell; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.OrangeRed; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvColumns.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgvColumns.RowHeadersVisible = false; this.dgvColumns.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders; dataGridViewCellStyle5.BackColor = System.Drawing.Color.PeachPuff; dataGridViewCellStyle5.ForeColor = System.Drawing.Color.OrangeRed; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.PeachPuff; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.DarkOrange; this.dgvColumns.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvColumns.RowTemplate.Height = 40; this.dgvColumns.Size = new System.Drawing.Size(1265, 511); this.dgvColumns.TabIndex = 0; // // IsGenreated // this.IsGenreated.DataPropertyName = "IsGenreated"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.ForeColor = System.Drawing.Color.DarkOrange; dataGridViewCellStyle2.NullValue = false; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.DarkOrange; this.IsGenreated.DefaultCellStyle = dataGridViewCellStyle2; this.IsGenreated.HeaderText = "生成"; this.IsGenreated.MinimumWidth = 100; this.IsGenreated.Name = "IsGenreated"; this.IsGenreated.Width = 100; // // columnNameDataGridViewTextBoxColumn // this.columnNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.columnNameDataGridViewTextBoxColumn.DataPropertyName = "ColumnName"; this.columnNameDataGridViewTextBoxColumn.HeaderText = "属性名称"; this.columnNameDataGridViewTextBoxColumn.MinimumWidth = 80; this.columnNameDataGridViewTextBoxColumn.Name = "columnNameDataGridViewTextBoxColumn"; this.columnNameDataGridViewTextBoxColumn.ReadOnly = true; // // attrTypeDataGridViewTextBoxColumn // this.attrTypeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.attrTypeDataGridViewTextBoxColumn.DataPropertyName = "AttrType"; this.attrTypeDataGridViewTextBoxColumn.HeaderText = "属性类型"; this.attrTypeDataGridViewTextBoxColumn.MinimumWidth = 80; this.attrTypeDataGridViewTextBoxColumn.Name = "attrTypeDataGridViewTextBoxColumn"; this.attrTypeDataGridViewTextBoxColumn.ReadOnly = true; // // commentDataGridViewTextBoxColumn // this.commentDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.commentDataGridViewTextBoxColumn.DataPropertyName = "Comment"; this.commentDataGridViewTextBoxColumn.HeaderText = "中文名称"; this.commentDataGridViewTextBoxColumn.MinimumWidth = 80; this.commentDataGridViewTextBoxColumn.Name = "commentDataGridViewTextBoxColumn"; // // isModalDataGridViewCheckBoxColumn // this.isModalDataGridViewCheckBoxColumn.DataPropertyName = "IsModal"; this.isModalDataGridViewCheckBoxColumn.HeaderText = "编辑"; this.isModalDataGridViewCheckBoxColumn.MinimumWidth = 80; this.isModalDataGridViewCheckBoxColumn.Name = "isModalDataGridViewCheckBoxColumn"; this.isModalDataGridViewCheckBoxColumn.Width = 100; // // isRequiredDataGridViewCheckBoxColumn // this.isRequiredDataGridViewCheckBoxColumn.DataPropertyName = "IsRequired"; this.isRequiredDataGridViewCheckBoxColumn.HeaderText = "必填"; this.isRequiredDataGridViewCheckBoxColumn.MinimumWidth = 100; this.isRequiredDataGridViewCheckBoxColumn.Name = "isRequiredDataGridViewCheckBoxColumn"; this.isRequiredDataGridViewCheckBoxColumn.Width = 100; // // IsTable // this.IsTable.DataPropertyName = "IsTable"; this.IsTable.HeaderText = "表格"; this.IsTable.MinimumWidth = 100; this.IsTable.Name = "IsTable"; this.IsTable.Width = 100; // // IsSearch // this.IsSearch.DataPropertyName = "IsSearch"; this.IsSearch.HeaderText = "查询"; this.IsSearch.MinimumWidth = 100; this.IsSearch.Name = "IsSearch"; this.IsSearch.Width = 100; // // VberForm // this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 27F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(184)))), ((int)(((byte)(255))))); this.CancelButton = btnClose; this.ClientSize = new System.Drawing.Size(1867, 945); this.Controls.Add(this.panel3); this.Controls.Add(this.panle); this.Controls.Add(this.panel2); this.Controls.Add(this.pHeader); this.Controls.Add(this.pFooter); this.ForeColor = System.Drawing.SystemColors.ButtonFace; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(7); this.Name = "VberForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Iwb代码生成器"; this.TopMost = true; this.Load += new System.EventHandler(this.Form_Load); this.pHeader.ResumeLayout(false); this.pHeader.PerformLayout(); this.pFooter.ResumeLayout(false); this.pFooter.PerformLayout(); this.panel2.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panle.ResumeLayout(false); this.panle.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.columnViewModelBindingSource)).EndInit(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvColumns)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pHeader; private System.Windows.Forms.Panel pFooter; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panle; private System.Windows.Forms.CheckBox cReplace; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.DataGridView dgvColumns; private System.Windows.Forms.BindingSource columnViewModelBindingSource; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.CheckBox cController; private System.Windows.Forms.CheckBox cView; private System.Windows.Forms.CheckBox cServiceInterface; private System.Windows.Forms.CheckBox cService; private System.Windows.Forms.CheckBox cUpdateDto; private System.Windows.Forms.CheckBox cListDto; private System.Windows.Forms.CheckBox cCreateDto; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox tPathView; private System.Windows.Forms.TextBox tPathController; private System.Windows.Forms.TextBox tPathDto; private System.Windows.Forms.TextBox tPathService; private System.Windows.Forms.TextBox tFileName; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tPathParent; private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckBox cMulitSearch; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox tModalTitle; private System.Windows.Forms.TextBox tPageTitle; private System.Windows.Forms.TextBox tProjectName; private System.Windows.Forms.TextBox tClassName; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label13; private System.Windows.Forms.ComboBox cPrimarykey; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label lab_version; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tExtFilePath; private System.Windows.Forms.Label label15; private System.Windows.Forms.DataGridViewCheckBoxColumn IsGenreated; private System.Windows.Forms.DataGridViewTextBoxColumn columnNameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn attrTypeDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn commentDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isModalDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isRequiredDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn IsTable; private System.Windows.Forms.DataGridViewCheckBoxColumn IsSearch; private System.Windows.Forms.Label label16; } }