| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968 |
- namespace VberAdmin.WinForm
- {
- partial class VberForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|