VberForm.Designer.cs 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968
  1. namespace VberAdmin.WinForm
  2. {
  3. partial class VberForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.Button btnStart;
  30. System.Windows.Forms.Button btnClose;
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VberForm));
  37. this.pHeader = new System.Windows.Forms.Panel();
  38. this.label16 = new System.Windows.Forms.Label();
  39. this.lab_version = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.pFooter = new System.Windows.Forms.Panel();
  42. this.label13 = new System.Windows.Forms.Label();
  43. this.cReplace = new System.Windows.Forms.CheckBox();
  44. this.panel2 = new System.Windows.Forms.Panel();
  45. this.panel4 = new System.Windows.Forms.Panel();
  46. this.cController = new System.Windows.Forms.CheckBox();
  47. this.cView = new System.Windows.Forms.CheckBox();
  48. this.cServiceInterface = new System.Windows.Forms.CheckBox();
  49. this.cService = new System.Windows.Forms.CheckBox();
  50. this.cUpdateDto = new System.Windows.Forms.CheckBox();
  51. this.cListDto = new System.Windows.Forms.CheckBox();
  52. this.cCreateDto = new System.Windows.Forms.CheckBox();
  53. this.panel1 = new System.Windows.Forms.Panel();
  54. this.tExtFilePath = new System.Windows.Forms.TextBox();
  55. this.label15 = new System.Windows.Forms.Label();
  56. this.tPathView = new System.Windows.Forms.TextBox();
  57. this.tPathController = new System.Windows.Forms.TextBox();
  58. this.tPathDto = new System.Windows.Forms.TextBox();
  59. this.tPathService = new System.Windows.Forms.TextBox();
  60. this.tFileName = new System.Windows.Forms.TextBox();
  61. this.label6 = new System.Windows.Forms.Label();
  62. this.label5 = new System.Windows.Forms.Label();
  63. this.label4 = new System.Windows.Forms.Label();
  64. this.label3 = new System.Windows.Forms.Label();
  65. this.label2 = new System.Windows.Forms.Label();
  66. this.panle = new System.Windows.Forms.Panel();
  67. this.cPrimarykey = new System.Windows.Forms.ComboBox();
  68. this.columnViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
  69. this.label14 = new System.Windows.Forms.Label();
  70. this.tClassName = new System.Windows.Forms.TextBox();
  71. this.label11 = new System.Windows.Forms.Label();
  72. this.tModalTitle = new System.Windows.Forms.TextBox();
  73. this.tPageTitle = new System.Windows.Forms.TextBox();
  74. this.tProjectName = new System.Windows.Forms.TextBox();
  75. this.cMulitSearch = new System.Windows.Forms.CheckBox();
  76. this.label10 = new System.Windows.Forms.Label();
  77. this.label9 = new System.Windows.Forms.Label();
  78. this.label8 = new System.Windows.Forms.Label();
  79. this.tPathParent = new System.Windows.Forms.TextBox();
  80. this.label7 = new System.Windows.Forms.Label();
  81. this.panel3 = new System.Windows.Forms.Panel();
  82. this.dgvColumns = new System.Windows.Forms.DataGridView();
  83. this.IsGenreated = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  84. this.columnNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.attrTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.isModalDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  88. this.isRequiredDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  89. this.IsTable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  90. this.IsSearch = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  91. btnStart = new System.Windows.Forms.Button();
  92. btnClose = new System.Windows.Forms.Button();
  93. this.pHeader.SuspendLayout();
  94. this.pFooter.SuspendLayout();
  95. this.panel2.SuspendLayout();
  96. this.panel4.SuspendLayout();
  97. this.panel1.SuspendLayout();
  98. this.panle.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.columnViewModelBindingSource)).BeginInit();
  100. this.panel3.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.dgvColumns)).BeginInit();
  102. this.SuspendLayout();
  103. //
  104. // btnStart
  105. //
  106. btnStart.BackColor = System.Drawing.Color.Transparent;
  107. btnStart.FlatAppearance.BorderSize = 2;
  108. btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  109. btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  110. btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  111. btnStart.ForeColor = System.Drawing.Color.White;
  112. btnStart.Location = new System.Drawing.Point(696, 20);
  113. btnStart.Margin = new System.Windows.Forms.Padding(7);
  114. btnStart.Name = "btnStart";
  115. btnStart.Size = new System.Drawing.Size(175, 54);
  116. btnStart.TabIndex = 2;
  117. btnStart.Text = "生成代码";
  118. btnStart.UseVisualStyleBackColor = false;
  119. btnStart.Click += new System.EventHandler(this.btnStart_Click);
  120. //
  121. // btnClose
  122. //
  123. btnClose.BackColor = System.Drawing.Color.Transparent;
  124. btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  125. btnClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  126. btnClose.FlatAppearance.BorderSize = 2;
  127. btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  128. btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  129. btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  130. btnClose.ForeColor = System.Drawing.Color.Gainsboro;
  131. btnClose.Location = new System.Drawing.Point(992, 18);
  132. btnClose.Margin = new System.Windows.Forms.Padding(7);
  133. btnClose.Name = "btnClose";
  134. btnClose.Size = new System.Drawing.Size(175, 54);
  135. btnClose.TabIndex = 1;
  136. btnClose.Text = "关闭窗口";
  137. btnClose.UseVisualStyleBackColor = false;
  138. btnClose.Click += new System.EventHandler(this.btnClose_Click);
  139. //
  140. // pHeader
  141. //
  142. this.pHeader.BackColor = System.Drawing.Color.DarkOrange;
  143. this.pHeader.Controls.Add(this.label16);
  144. this.pHeader.Controls.Add(this.lab_version);
  145. this.pHeader.Controls.Add(this.label1);
  146. this.pHeader.Dock = System.Windows.Forms.DockStyle.Top;
  147. this.pHeader.Location = new System.Drawing.Point(0, 0);
  148. this.pHeader.Margin = new System.Windows.Forms.Padding(7);
  149. this.pHeader.Name = "pHeader";
  150. this.pHeader.Size = new System.Drawing.Size(1867, 90);
  151. this.pHeader.TabIndex = 0;
  152. this.pHeader.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Title_MouseDown);
  153. //
  154. // label16
  155. //
  156. this.label16.AutoSize = true;
  157. this.label16.BackColor = System.Drawing.Color.Transparent;
  158. this.label16.Location = new System.Drawing.Point(1550, 37);
  159. this.label16.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  160. this.label16.Name = "label16";
  161. this.label16.Size = new System.Drawing.Size(124, 27);
  162. this.label16.TabIndex = 7;
  163. this.label16.Text = "Version:";
  164. this.label16.UseMnemonic = false;
  165. //
  166. // lab_version
  167. //
  168. this.lab_version.AutoSize = true;
  169. this.lab_version.BackColor = System.Drawing.Color.Transparent;
  170. this.lab_version.Location = new System.Drawing.Point(1670, 37);
  171. this.lab_version.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  172. this.lab_version.Name = "lab_version";
  173. this.lab_version.Size = new System.Drawing.Size(192, 27);
  174. this.lab_version.TabIndex = 6;
  175. this.lab_version.Text = "4.0 (.NET6)";
  176. this.lab_version.UseMnemonic = false;
  177. this.lab_version.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Title_MouseDown);
  178. //
  179. // label1
  180. //
  181. this.label1.AutoSize = true;
  182. this.label1.BackColor = System.Drawing.Color.Transparent;
  183. this.label1.Font = new System.Drawing.Font("等线", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.label1.ForeColor = System.Drawing.Color.White;
  185. this.label1.Location = new System.Drawing.Point(47, 25);
  186. this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  187. this.label1.Name = "label1";
  188. this.label1.Size = new System.Drawing.Size(634, 45);
  189. this.label1.TabIndex = 5;
  190. this.label1.Text = "VberAdmin 代码生成器 [.NET6]";
  191. this.label1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Title_MouseDown);
  192. //
  193. // pFooter
  194. //
  195. this.pFooter.BackColor = System.Drawing.Color.DarkOrange;
  196. this.pFooter.Controls.Add(this.label13);
  197. this.pFooter.Controls.Add(btnStart);
  198. this.pFooter.Controls.Add(btnClose);
  199. this.pFooter.Controls.Add(this.cReplace);
  200. this.pFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
  201. this.pFooter.ForeColor = System.Drawing.SystemColors.ControlLight;
  202. this.pFooter.Location = new System.Drawing.Point(0, 855);
  203. this.pFooter.Margin = new System.Windows.Forms.Padding(7);
  204. this.pFooter.Name = "pFooter";
  205. this.pFooter.Size = new System.Drawing.Size(1867, 90);
  206. this.pFooter.TabIndex = 1;
  207. //
  208. // label13
  209. //
  210. this.label13.AutoSize = true;
  211. this.label13.BackColor = System.Drawing.Color.Transparent;
  212. this.label13.ForeColor = System.Drawing.Color.OrangeRed;
  213. this.label13.Location = new System.Drawing.Point(1619, 32);
  214. this.label13.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  215. this.label13.Name = "label13";
  216. this.label13.Size = new System.Drawing.Size(236, 27);
  217. this.label13.TabIndex = 4;
  218. this.label13.Text = "Generate By Yue.";
  219. //
  220. // cReplace
  221. //
  222. this.cReplace.AutoSize = true;
  223. this.cReplace.BackColor = System.Drawing.Color.Transparent;
  224. this.cReplace.Checked = true;
  225. this.cReplace.CheckState = System.Windows.Forms.CheckState.Indeterminate;
  226. this.cReplace.FlatAppearance.CheckedBackColor = System.Drawing.Color.White;
  227. this.cReplace.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  228. this.cReplace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.cReplace.ForeColor = System.Drawing.Color.White;
  230. this.cReplace.Location = new System.Drawing.Point(439, 27);
  231. this.cReplace.Margin = new System.Windows.Forms.Padding(7);
  232. this.cReplace.Name = "cReplace";
  233. this.cReplace.Size = new System.Drawing.Size(176, 31);
  234. this.cReplace.TabIndex = 8;
  235. this.cReplace.Text = "覆盖原文件";
  236. this.cReplace.UseVisualStyleBackColor = false;
  237. //
  238. // panel2
  239. //
  240. this.panel2.Controls.Add(this.panel4);
  241. this.panel2.Controls.Add(this.panel1);
  242. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  243. this.panel2.Location = new System.Drawing.Point(0, 90);
  244. this.panel2.Margin = new System.Windows.Forms.Padding(7);
  245. this.panel2.Name = "panel2";
  246. this.panel2.Size = new System.Drawing.Size(1867, 254);
  247. this.panel2.TabIndex = 4;
  248. //
  249. // panel4
  250. //
  251. this.panel4.BackColor = System.Drawing.Color.AntiqueWhite;
  252. this.panel4.Controls.Add(this.cController);
  253. this.panel4.Controls.Add(this.cView);
  254. this.panel4.Controls.Add(this.cServiceInterface);
  255. this.panel4.Controls.Add(this.cService);
  256. this.panel4.Controls.Add(this.cUpdateDto);
  257. this.panel4.Controls.Add(this.cListDto);
  258. this.panel4.Controls.Add(this.cCreateDto);
  259. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  260. this.panel4.Location = new System.Drawing.Point(1426, 0);
  261. this.panel4.Margin = new System.Windows.Forms.Padding(7);
  262. this.panel4.Name = "panel4";
  263. this.panel4.Size = new System.Drawing.Size(441, 254);
  264. this.panel4.TabIndex = 1;
  265. //
  266. // cController
  267. //
  268. this.cController.AutoSize = true;
  269. this.cController.Checked = true;
  270. this.cController.CheckState = System.Windows.Forms.CheckState.Checked;
  271. this.cController.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  272. this.cController.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.cController.ForeColor = System.Drawing.Color.Firebrick;
  274. this.cController.Location = new System.Drawing.Point(28, 202);
  275. this.cController.Margin = new System.Windows.Forms.Padding(7);
  276. this.cController.Name = "cController";
  277. this.cController.Size = new System.Drawing.Size(180, 37);
  278. this.cController.TabIndex = 14;
  279. this.cController.Text = "Controller";
  280. this.cController.UseVisualStyleBackColor = true;
  281. //
  282. // cView
  283. //
  284. this.cView.AutoSize = true;
  285. this.cView.Checked = true;
  286. this.cView.CheckState = System.Windows.Forms.CheckState.Checked;
  287. this.cView.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  288. this.cView.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.cView.ForeColor = System.Drawing.Color.Firebrick;
  290. this.cView.Location = new System.Drawing.Point(254, 202);
  291. this.cView.Margin = new System.Windows.Forms.Padding(7);
  292. this.cView.Name = "cView";
  293. this.cView.Size = new System.Drawing.Size(109, 37);
  294. this.cView.TabIndex = 13;
  295. this.cView.Text = "View";
  296. this.cView.UseVisualStyleBackColor = true;
  297. //
  298. // cServiceInterface
  299. //
  300. this.cServiceInterface.AutoSize = true;
  301. this.cServiceInterface.Checked = true;
  302. this.cServiceInterface.CheckState = System.Windows.Forms.CheckState.Checked;
  303. this.cServiceInterface.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  304. this.cServiceInterface.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.cServiceInterface.ForeColor = System.Drawing.Color.Firebrick;
  306. this.cServiceInterface.Location = new System.Drawing.Point(28, 158);
  307. this.cServiceInterface.Margin = new System.Windows.Forms.Padding(7);
  308. this.cServiceInterface.Name = "cServiceInterface";
  309. this.cServiceInterface.Size = new System.Drawing.Size(300, 37);
  310. this.cServiceInterface.TabIndex = 12;
  311. this.cServiceInterface.Text = "IApplicationService";
  312. this.cServiceInterface.UseVisualStyleBackColor = true;
  313. //
  314. // cService
  315. //
  316. this.cService.AutoSize = true;
  317. this.cService.Checked = true;
  318. this.cService.CheckState = System.Windows.Forms.CheckState.Checked;
  319. this.cService.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  320. this.cService.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.cService.ForeColor = System.Drawing.Color.Firebrick;
  322. this.cService.Location = new System.Drawing.Point(28, 112);
  323. this.cService.Margin = new System.Windows.Forms.Padding(7);
  324. this.cService.Name = "cService";
  325. this.cService.Size = new System.Drawing.Size(292, 37);
  326. this.cService.TabIndex = 11;
  327. this.cService.Text = "ApplicationService";
  328. this.cService.UseVisualStyleBackColor = true;
  329. //
  330. // cUpdateDto
  331. //
  332. this.cUpdateDto.AutoSize = true;
  333. this.cUpdateDto.Checked = true;
  334. this.cUpdateDto.CheckState = System.Windows.Forms.CheckState.Checked;
  335. this.cUpdateDto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  336. this.cUpdateDto.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.cUpdateDto.ForeColor = System.Drawing.Color.Firebrick;
  338. this.cUpdateDto.Location = new System.Drawing.Point(28, 63);
  339. this.cUpdateDto.Margin = new System.Windows.Forms.Padding(7);
  340. this.cUpdateDto.Name = "cUpdateDto";
  341. this.cUpdateDto.Size = new System.Drawing.Size(193, 37);
  342. this.cUpdateDto.TabIndex = 10;
  343. this.cUpdateDto.Text = "UpdateDto";
  344. this.cUpdateDto.UseVisualStyleBackColor = true;
  345. //
  346. // cListDto
  347. //
  348. this.cListDto.AutoSize = true;
  349. this.cListDto.Checked = true;
  350. this.cListDto.CheckState = System.Windows.Forms.CheckState.Checked;
  351. this.cListDto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  352. this.cListDto.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.cListDto.ForeColor = System.Drawing.Color.Firebrick;
  354. this.cListDto.Location = new System.Drawing.Point(28, 22);
  355. this.cListDto.Margin = new System.Windows.Forms.Padding(7);
  356. this.cListDto.Name = "cListDto";
  357. this.cListDto.Size = new System.Drawing.Size(139, 37);
  358. this.cListDto.TabIndex = 9;
  359. this.cListDto.Text = "ListDto";
  360. this.cListDto.UseVisualStyleBackColor = true;
  361. //
  362. // cCreateDto
  363. //
  364. this.cCreateDto.AutoSize = true;
  365. this.cCreateDto.Checked = true;
  366. this.cCreateDto.CheckState = System.Windows.Forms.CheckState.Checked;
  367. this.cCreateDto.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
  368. this.cCreateDto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  369. this.cCreateDto.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.cCreateDto.ForeColor = System.Drawing.Color.Firebrick;
  371. this.cCreateDto.Location = new System.Drawing.Point(226, 22);
  372. this.cCreateDto.Margin = new System.Windows.Forms.Padding(7);
  373. this.cCreateDto.Name = "cCreateDto";
  374. this.cCreateDto.Size = new System.Drawing.Size(183, 37);
  375. this.cCreateDto.TabIndex = 8;
  376. this.cCreateDto.Text = "CreateDto";
  377. this.cCreateDto.UseVisualStyleBackColor = true;
  378. //
  379. // panel1
  380. //
  381. this.panel1.BackColor = System.Drawing.Color.AntiqueWhite;
  382. this.panel1.Controls.Add(this.tExtFilePath);
  383. this.panel1.Controls.Add(this.label15);
  384. this.panel1.Controls.Add(this.tPathView);
  385. this.panel1.Controls.Add(this.tPathController);
  386. this.panel1.Controls.Add(this.tPathDto);
  387. this.panel1.Controls.Add(this.tPathService);
  388. this.panel1.Controls.Add(this.tFileName);
  389. this.panel1.Controls.Add(this.label6);
  390. this.panel1.Controls.Add(this.label5);
  391. this.panel1.Controls.Add(this.label4);
  392. this.panel1.Controls.Add(this.label3);
  393. this.panel1.Controls.Add(this.label2);
  394. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  395. this.panel1.Location = new System.Drawing.Point(0, 0);
  396. this.panel1.Margin = new System.Windows.Forms.Padding(7);
  397. this.panel1.Name = "panel1";
  398. this.panel1.Size = new System.Drawing.Size(1426, 254);
  399. this.panel1.TabIndex = 0;
  400. //
  401. // tExtFilePath
  402. //
  403. this.tExtFilePath.BackColor = System.Drawing.Color.AliceBlue;
  404. this.tExtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.None;
  405. this.tExtFilePath.ForeColor = System.Drawing.Color.Red;
  406. this.tExtFilePath.Location = new System.Drawing.Point(812, 20);
  407. this.tExtFilePath.Margin = new System.Windows.Forms.Padding(7);
  408. this.tExtFilePath.Name = "tExtFilePath";
  409. this.tExtFilePath.Size = new System.Drawing.Size(583, 31);
  410. this.tExtFilePath.TabIndex = 36;
  411. this.tExtFilePath.TextChanged += new System.EventHandler(this.tExtFilePath_TextChanged);
  412. //
  413. // label15
  414. //
  415. this.label15.AutoSize = true;
  416. this.label15.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.label15.ForeColor = System.Drawing.Color.Red;
  418. this.label15.Location = new System.Drawing.Point(581, 20);
  419. this.label15.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  420. this.label15.Name = "label15";
  421. this.label15.Size = new System.Drawing.Size(234, 33);
  422. this.label15.TabIndex = 35;
  423. this.label15.Text = "EXT-FilePath:";
  424. //
  425. // tPathView
  426. //
  427. this.tPathView.BackColor = System.Drawing.Color.AntiqueWhite;
  428. this.tPathView.BorderStyle = System.Windows.Forms.BorderStyle.None;
  429. this.tPathView.ForeColor = System.Drawing.Color.OrangeRed;
  430. this.tPathView.Location = new System.Drawing.Point(203, 202);
  431. this.tPathView.Margin = new System.Windows.Forms.Padding(7);
  432. this.tPathView.Name = "tPathView";
  433. this.tPathView.Size = new System.Drawing.Size(1192, 31);
  434. this.tPathView.TabIndex = 34;
  435. //
  436. // tPathController
  437. //
  438. this.tPathController.BackColor = System.Drawing.Color.AntiqueWhite;
  439. this.tPathController.BorderStyle = System.Windows.Forms.BorderStyle.None;
  440. this.tPathController.ForeColor = System.Drawing.Color.OrangeRed;
  441. this.tPathController.Location = new System.Drawing.Point(203, 158);
  442. this.tPathController.Margin = new System.Windows.Forms.Padding(7);
  443. this.tPathController.Name = "tPathController";
  444. this.tPathController.Size = new System.Drawing.Size(1192, 31);
  445. this.tPathController.TabIndex = 33;
  446. //
  447. // tPathDto
  448. //
  449. this.tPathDto.BackColor = System.Drawing.Color.AntiqueWhite;
  450. this.tPathDto.BorderStyle = System.Windows.Forms.BorderStyle.None;
  451. this.tPathDto.ForeColor = System.Drawing.Color.OrangeRed;
  452. this.tPathDto.Location = new System.Drawing.Point(203, 112);
  453. this.tPathDto.Margin = new System.Windows.Forms.Padding(7);
  454. this.tPathDto.Name = "tPathDto";
  455. this.tPathDto.Size = new System.Drawing.Size(1192, 31);
  456. this.tPathDto.TabIndex = 32;
  457. //
  458. // tPathService
  459. //
  460. this.tPathService.BackColor = System.Drawing.Color.AntiqueWhite;
  461. this.tPathService.BorderStyle = System.Windows.Forms.BorderStyle.None;
  462. this.tPathService.ForeColor = System.Drawing.Color.OrangeRed;
  463. this.tPathService.Location = new System.Drawing.Point(203, 68);
  464. this.tPathService.Margin = new System.Windows.Forms.Padding(7);
  465. this.tPathService.Name = "tPathService";
  466. this.tPathService.Size = new System.Drawing.Size(1192, 31);
  467. this.tPathService.TabIndex = 31;
  468. //
  469. // tFileName
  470. //
  471. this.tFileName.BackColor = System.Drawing.Color.AntiqueWhite;
  472. this.tFileName.BorderStyle = System.Windows.Forms.BorderStyle.None;
  473. this.tFileName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
  474. this.tFileName.Location = new System.Drawing.Point(203, 22);
  475. this.tFileName.Margin = new System.Windows.Forms.Padding(7);
  476. this.tFileName.Name = "tFileName";
  477. this.tFileName.Size = new System.Drawing.Size(364, 31);
  478. this.tFileName.TabIndex = 30;
  479. //
  480. // label6
  481. //
  482. this.label6.AutoSize = true;
  483. this.label6.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.label6.ForeColor = System.Drawing.Color.Firebrick;
  485. this.label6.Location = new System.Drawing.Point(33, 22);
  486. this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  487. this.label6.Name = "label6";
  488. this.label6.Size = new System.Drawing.Size(174, 33);
  489. this.label6.TabIndex = 28;
  490. this.label6.Text = "FileName:";
  491. //
  492. // label5
  493. //
  494. this.label5.AutoSize = true;
  495. this.label5.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.label5.ForeColor = System.Drawing.Color.Firebrick;
  497. this.label5.Location = new System.Drawing.Point(23, 158);
  498. this.label5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  499. this.label5.Name = "label5";
  500. this.label5.Size = new System.Drawing.Size(183, 33);
  501. this.label5.TabIndex = 27;
  502. this.label5.Text = "Controller:";
  503. //
  504. // label4
  505. //
  506. this.label4.AutoSize = true;
  507. this.label4.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.label4.ForeColor = System.Drawing.Color.Firebrick;
  509. this.label4.Location = new System.Drawing.Point(93, 202);
  510. this.label4.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  511. this.label4.Name = "label4";
  512. this.label4.Size = new System.Drawing.Size(112, 33);
  513. this.label4.TabIndex = 26;
  514. this.label4.Text = "View:";
  515. //
  516. // label3
  517. //
  518. this.label3.AutoSize = true;
  519. this.label3.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  520. this.label3.ForeColor = System.Drawing.Color.Firebrick;
  521. this.label3.Location = new System.Drawing.Point(112, 112);
  522. this.label3.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  523. this.label3.Name = "label3";
  524. this.label3.Size = new System.Drawing.Size(97, 33);
  525. this.label3.TabIndex = 25;
  526. this.label3.Text = "Dto:";
  527. //
  528. // label2
  529. //
  530. this.label2.AutoSize = true;
  531. this.label2.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.label2.ForeColor = System.Drawing.Color.Firebrick;
  533. this.label2.Location = new System.Drawing.Point(65, 68);
  534. this.label2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  535. this.label2.Name = "label2";
  536. this.label2.Size = new System.Drawing.Size(142, 33);
  537. this.label2.TabIndex = 24;
  538. this.label2.Text = "Service:";
  539. //
  540. // panle
  541. //
  542. this.panle.BackColor = System.Drawing.Color.AntiqueWhite;
  543. this.panle.Controls.Add(this.cPrimarykey);
  544. this.panle.Controls.Add(this.label14);
  545. this.panle.Controls.Add(this.tClassName);
  546. this.panle.Controls.Add(this.label11);
  547. this.panle.Controls.Add(this.tModalTitle);
  548. this.panle.Controls.Add(this.tPageTitle);
  549. this.panle.Controls.Add(this.tProjectName);
  550. this.panle.Controls.Add(this.cMulitSearch);
  551. this.panle.Controls.Add(this.label10);
  552. this.panle.Controls.Add(this.label9);
  553. this.panle.Controls.Add(this.label8);
  554. this.panle.Controls.Add(this.tPathParent);
  555. this.panle.Controls.Add(this.label7);
  556. this.panle.Dock = System.Windows.Forms.DockStyle.Left;
  557. this.panle.Location = new System.Drawing.Point(0, 344);
  558. this.panle.Margin = new System.Windows.Forms.Padding(7);
  559. this.panle.Name = "panle";
  560. this.panle.Size = new System.Drawing.Size(602, 511);
  561. this.panle.TabIndex = 5;
  562. //
  563. // cPrimarykey
  564. //
  565. this.cPrimarykey.BackColor = System.Drawing.Color.AntiqueWhite;
  566. this.cPrimarykey.DataSource = this.columnViewModelBindingSource;
  567. this.cPrimarykey.DisplayMember = "ColumnName";
  568. this.cPrimarykey.Font = new System.Drawing.Font("等线", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.cPrimarykey.ForeColor = System.Drawing.Color.Orange;
  570. this.cPrimarykey.FormattingEnabled = true;
  571. this.cPrimarykey.Location = new System.Drawing.Point(238, 292);
  572. this.cPrimarykey.Margin = new System.Windows.Forms.Padding(7);
  573. this.cPrimarykey.Name = "cPrimarykey";
  574. this.cPrimarykey.Size = new System.Drawing.Size(324, 45);
  575. this.cPrimarykey.TabIndex = 48;
  576. this.cPrimarykey.ValueMember = "ColumnName";
  577. //
  578. // columnViewModelBindingSource
  579. //
  580. this.columnViewModelBindingSource.DataSource = typeof(VberAdmin.Models.ColumnViewModel);
  581. //
  582. // label14
  583. //
  584. this.label14.AutoSize = true;
  585. this.label14.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  586. this.label14.ForeColor = System.Drawing.Color.Firebrick;
  587. this.label14.Location = new System.Drawing.Point(23, 371);
  588. this.label14.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  589. this.label14.Name = "label14";
  590. this.label14.Size = new System.Drawing.Size(193, 36);
  591. this.label14.TabIndex = 47;
  592. this.label14.Text = "父菜单路径:";
  593. //
  594. // tClassName
  595. //
  596. this.tClassName.BackColor = System.Drawing.Color.AntiqueWhite;
  597. this.tClassName.Font = new System.Drawing.Font("等线", 11F);
  598. this.tClassName.ForeColor = System.Drawing.Color.Orange;
  599. this.tClassName.Location = new System.Drawing.Point(203, 90);
  600. this.tClassName.Margin = new System.Windows.Forms.Padding(7);
  601. this.tClassName.Name = "tClassName";
  602. this.tClassName.Size = new System.Drawing.Size(359, 42);
  603. this.tClassName.TabIndex = 46;
  604. //
  605. // label11
  606. //
  607. this.label11.AutoSize = true;
  608. this.label11.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.label11.ForeColor = System.Drawing.Color.Firebrick;
  610. this.label11.Location = new System.Drawing.Point(23, 101);
  611. this.label11.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  612. this.label11.Name = "label11";
  613. this.label11.Size = new System.Drawing.Size(161, 36);
  614. this.label11.TabIndex = 45;
  615. this.label11.Text = "类 名 称:";
  616. //
  617. // tModalTitle
  618. //
  619. this.tModalTitle.BackColor = System.Drawing.Color.AntiqueWhite;
  620. this.tModalTitle.Font = new System.Drawing.Font("等线", 11F);
  621. this.tModalTitle.ForeColor = System.Drawing.Color.Orange;
  622. this.tModalTitle.Location = new System.Drawing.Point(238, 225);
  623. this.tModalTitle.Margin = new System.Windows.Forms.Padding(7);
  624. this.tModalTitle.Name = "tModalTitle";
  625. this.tModalTitle.Size = new System.Drawing.Size(324, 42);
  626. this.tModalTitle.TabIndex = 44;
  627. //
  628. // tPageTitle
  629. //
  630. this.tPageTitle.BackColor = System.Drawing.Color.AntiqueWhite;
  631. this.tPageTitle.Font = new System.Drawing.Font("等线", 11F);
  632. this.tPageTitle.ForeColor = System.Drawing.Color.Orange;
  633. this.tPageTitle.Location = new System.Drawing.Point(203, 158);
  634. this.tPageTitle.Margin = new System.Windows.Forms.Padding(7);
  635. this.tPageTitle.Name = "tPageTitle";
  636. this.tPageTitle.Size = new System.Drawing.Size(359, 42);
  637. this.tPageTitle.TabIndex = 43;
  638. //
  639. // tProjectName
  640. //
  641. this.tProjectName.BackColor = System.Drawing.Color.AntiqueWhite;
  642. this.tProjectName.Font = new System.Drawing.Font("等线", 11F);
  643. this.tProjectName.ForeColor = System.Drawing.Color.Orange;
  644. this.tProjectName.Location = new System.Drawing.Point(203, 22);
  645. this.tProjectName.Margin = new System.Windows.Forms.Padding(7);
  646. this.tProjectName.Name = "tProjectName";
  647. this.tProjectName.Size = new System.Drawing.Size(359, 42);
  648. this.tProjectName.TabIndex = 42;
  649. //
  650. // cMulitSearch
  651. //
  652. this.cMulitSearch.AutoSize = true;
  653. this.cMulitSearch.Checked = true;
  654. this.cMulitSearch.CheckState = System.Windows.Forms.CheckState.Checked;
  655. this.cMulitSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  656. this.cMulitSearch.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.cMulitSearch.ForeColor = System.Drawing.Color.Firebrick;
  658. this.cMulitSearch.Location = new System.Drawing.Point(56, 454);
  659. this.cMulitSearch.Margin = new System.Windows.Forms.Padding(7);
  660. this.cMulitSearch.Name = "cMulitSearch";
  661. this.cMulitSearch.Size = new System.Drawing.Size(418, 40);
  662. this.cMulitSearch.TabIndex = 39;
  663. this.cMulitSearch.Text = "页面查询是否多条件查询";
  664. this.cMulitSearch.UseVisualStyleBackColor = true;
  665. //
  666. // label10
  667. //
  668. this.label10.AutoSize = true;
  669. this.label10.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  670. this.label10.ForeColor = System.Drawing.Color.Firebrick;
  671. this.label10.Location = new System.Drawing.Point(23, 34);
  672. this.label10.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  673. this.label10.Name = "label10";
  674. this.label10.Size = new System.Drawing.Size(159, 36);
  675. this.label10.TabIndex = 38;
  676. this.label10.Text = "项目名称:";
  677. //
  678. // label9
  679. //
  680. this.label9.AutoSize = true;
  681. this.label9.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.label9.ForeColor = System.Drawing.Color.Firebrick;
  683. this.label9.Location = new System.Drawing.Point(23, 236);
  684. this.label9.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  685. this.label9.Name = "label9";
  686. this.label9.Size = new System.Drawing.Size(193, 36);
  687. this.label9.TabIndex = 37;
  688. this.label9.Text = "模态框标题:";
  689. //
  690. // label8
  691. //
  692. this.label8.AutoSize = true;
  693. this.label8.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  694. this.label8.ForeColor = System.Drawing.Color.Firebrick;
  695. this.label8.Location = new System.Drawing.Point(23, 169);
  696. this.label8.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  697. this.label8.Name = "label8";
  698. this.label8.Size = new System.Drawing.Size(159, 36);
  699. this.label8.TabIndex = 36;
  700. this.label8.Text = "页面标题:";
  701. //
  702. // tPathParent
  703. //
  704. this.tPathParent.BackColor = System.Drawing.Color.AntiqueWhite;
  705. this.tPathParent.Font = new System.Drawing.Font("等线", 11F);
  706. this.tPathParent.ForeColor = System.Drawing.Color.Orange;
  707. this.tPathParent.Location = new System.Drawing.Point(238, 360);
  708. this.tPathParent.Margin = new System.Windows.Forms.Padding(7);
  709. this.tPathParent.Name = "tPathParent";
  710. this.tPathParent.Size = new System.Drawing.Size(324, 42);
  711. this.tPathParent.TabIndex = 35;
  712. this.tPathParent.Text = "不包含Pages";
  713. this.tPathParent.Enter += new System.EventHandler(this.tPathParent_GotFocus);
  714. this.tPathParent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tPathParent_KeyPress);
  715. this.tPathParent.Leave += new System.EventHandler(this.tPathParent_LostFocus);
  716. //
  717. // label7
  718. //
  719. this.label7.AutoSize = true;
  720. this.label7.Font = new System.Drawing.Font("等线", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  721. this.label7.ForeColor = System.Drawing.Color.Firebrick;
  722. this.label7.Location = new System.Drawing.Point(23, 304);
  723. this.label7.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  724. this.label7.Name = "label7";
  725. this.label7.Size = new System.Drawing.Size(193, 36);
  726. this.label7.TabIndex = 29;
  727. this.label7.Text = "自定义主键:";
  728. //
  729. // panel3
  730. //
  731. this.panel3.Controls.Add(this.dgvColumns);
  732. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  733. this.panel3.Location = new System.Drawing.Point(602, 344);
  734. this.panel3.Margin = new System.Windows.Forms.Padding(7);
  735. this.panel3.Name = "panel3";
  736. this.panel3.Size = new System.Drawing.Size(1265, 511);
  737. this.panel3.TabIndex = 6;
  738. //
  739. // dgvColumns
  740. //
  741. this.dgvColumns.AutoGenerateColumns = false;
  742. this.dgvColumns.BackgroundColor = System.Drawing.Color.AntiqueWhite;
  743. this.dgvColumns.BorderStyle = System.Windows.Forms.BorderStyle.None;
  744. this.dgvColumns.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  745. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  746. dataGridViewCellStyle1.BackColor = System.Drawing.Color.Orange;
  747. dataGridViewCellStyle1.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  748. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  749. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Orange;
  750. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  751. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  752. this.dgvColumns.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  753. this.dgvColumns.ColumnHeadersHeight = 45;
  754. this.dgvColumns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  755. this.dgvColumns.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  756. this.IsGenreated,
  757. this.columnNameDataGridViewTextBoxColumn,
  758. this.attrTypeDataGridViewTextBoxColumn,
  759. this.commentDataGridViewTextBoxColumn,
  760. this.isModalDataGridViewCheckBoxColumn,
  761. this.isRequiredDataGridViewCheckBoxColumn,
  762. this.IsTable,
  763. this.IsSearch});
  764. this.dgvColumns.DataSource = this.columnViewModelBindingSource;
  765. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  766. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  767. dataGridViewCellStyle3.Font = new System.Drawing.Font("等线", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  768. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ButtonFace;
  769. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(220)))));
  770. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  771. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  772. this.dgvColumns.DefaultCellStyle = dataGridViewCellStyle3;
  773. this.dgvColumns.Dock = System.Windows.Forms.DockStyle.Fill;
  774. this.dgvColumns.EnableHeadersVisualStyles = false;
  775. this.dgvColumns.GridColor = System.Drawing.Color.DarkOrange;
  776. this.dgvColumns.Location = new System.Drawing.Point(0, 0);
  777. this.dgvColumns.Margin = new System.Windows.Forms.Padding(7);
  778. this.dgvColumns.Name = "dgvColumns";
  779. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  780. dataGridViewCellStyle4.BackColor = System.Drawing.Color.PeachPuff;
  781. dataGridViewCellStyle4.Font = new System.Drawing.Font("等线", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  782. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.OrangeRed;
  783. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.SeaShell;
  784. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.OrangeRed;
  785. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  786. this.dgvColumns.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  787. this.dgvColumns.RowHeadersVisible = false;
  788. this.dgvColumns.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
  789. dataGridViewCellStyle5.BackColor = System.Drawing.Color.PeachPuff;
  790. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.OrangeRed;
  791. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.PeachPuff;
  792. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.DarkOrange;
  793. this.dgvColumns.RowsDefaultCellStyle = dataGridViewCellStyle5;
  794. this.dgvColumns.RowTemplate.Height = 40;
  795. this.dgvColumns.Size = new System.Drawing.Size(1265, 511);
  796. this.dgvColumns.TabIndex = 0;
  797. //
  798. // IsGenreated
  799. //
  800. this.IsGenreated.DataPropertyName = "IsGenreated";
  801. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  802. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.DarkOrange;
  803. dataGridViewCellStyle2.NullValue = false;
  804. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.DarkOrange;
  805. this.IsGenreated.DefaultCellStyle = dataGridViewCellStyle2;
  806. this.IsGenreated.HeaderText = "生成";
  807. this.IsGenreated.MinimumWidth = 100;
  808. this.IsGenreated.Name = "IsGenreated";
  809. this.IsGenreated.Width = 100;
  810. //
  811. // columnNameDataGridViewTextBoxColumn
  812. //
  813. this.columnNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  814. this.columnNameDataGridViewTextBoxColumn.DataPropertyName = "ColumnName";
  815. this.columnNameDataGridViewTextBoxColumn.HeaderText = "属性名称";
  816. this.columnNameDataGridViewTextBoxColumn.MinimumWidth = 80;
  817. this.columnNameDataGridViewTextBoxColumn.Name = "columnNameDataGridViewTextBoxColumn";
  818. this.columnNameDataGridViewTextBoxColumn.ReadOnly = true;
  819. //
  820. // attrTypeDataGridViewTextBoxColumn
  821. //
  822. this.attrTypeDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  823. this.attrTypeDataGridViewTextBoxColumn.DataPropertyName = "AttrType";
  824. this.attrTypeDataGridViewTextBoxColumn.HeaderText = "属性类型";
  825. this.attrTypeDataGridViewTextBoxColumn.MinimumWidth = 80;
  826. this.attrTypeDataGridViewTextBoxColumn.Name = "attrTypeDataGridViewTextBoxColumn";
  827. this.attrTypeDataGridViewTextBoxColumn.ReadOnly = true;
  828. //
  829. // commentDataGridViewTextBoxColumn
  830. //
  831. this.commentDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  832. this.commentDataGridViewTextBoxColumn.DataPropertyName = "Comment";
  833. this.commentDataGridViewTextBoxColumn.HeaderText = "中文名称";
  834. this.commentDataGridViewTextBoxColumn.MinimumWidth = 80;
  835. this.commentDataGridViewTextBoxColumn.Name = "commentDataGridViewTextBoxColumn";
  836. //
  837. // isModalDataGridViewCheckBoxColumn
  838. //
  839. this.isModalDataGridViewCheckBoxColumn.DataPropertyName = "IsModal";
  840. this.isModalDataGridViewCheckBoxColumn.HeaderText = "编辑";
  841. this.isModalDataGridViewCheckBoxColumn.MinimumWidth = 80;
  842. this.isModalDataGridViewCheckBoxColumn.Name = "isModalDataGridViewCheckBoxColumn";
  843. this.isModalDataGridViewCheckBoxColumn.Width = 100;
  844. //
  845. // isRequiredDataGridViewCheckBoxColumn
  846. //
  847. this.isRequiredDataGridViewCheckBoxColumn.DataPropertyName = "IsRequired";
  848. this.isRequiredDataGridViewCheckBoxColumn.HeaderText = "必填";
  849. this.isRequiredDataGridViewCheckBoxColumn.MinimumWidth = 100;
  850. this.isRequiredDataGridViewCheckBoxColumn.Name = "isRequiredDataGridViewCheckBoxColumn";
  851. this.isRequiredDataGridViewCheckBoxColumn.Width = 100;
  852. //
  853. // IsTable
  854. //
  855. this.IsTable.DataPropertyName = "IsTable";
  856. this.IsTable.HeaderText = "表格";
  857. this.IsTable.MinimumWidth = 100;
  858. this.IsTable.Name = "IsTable";
  859. this.IsTable.Width = 100;
  860. //
  861. // IsSearch
  862. //
  863. this.IsSearch.DataPropertyName = "IsSearch";
  864. this.IsSearch.HeaderText = "查询";
  865. this.IsSearch.MinimumWidth = 100;
  866. this.IsSearch.Name = "IsSearch";
  867. this.IsSearch.Width = 100;
  868. //
  869. // VberForm
  870. //
  871. this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 27F);
  872. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  873. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(184)))), ((int)(((byte)(255)))));
  874. this.CancelButton = btnClose;
  875. this.ClientSize = new System.Drawing.Size(1867, 945);
  876. this.Controls.Add(this.panel3);
  877. this.Controls.Add(this.panle);
  878. this.Controls.Add(this.panel2);
  879. this.Controls.Add(this.pHeader);
  880. this.Controls.Add(this.pFooter);
  881. this.ForeColor = System.Drawing.SystemColors.ButtonFace;
  882. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  883. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  884. this.Margin = new System.Windows.Forms.Padding(7);
  885. this.Name = "VberForm";
  886. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  887. this.Text = "Iwb代码生成器";
  888. this.TopMost = true;
  889. this.Load += new System.EventHandler(this.Form_Load);
  890. this.pHeader.ResumeLayout(false);
  891. this.pHeader.PerformLayout();
  892. this.pFooter.ResumeLayout(false);
  893. this.pFooter.PerformLayout();
  894. this.panel2.ResumeLayout(false);
  895. this.panel4.ResumeLayout(false);
  896. this.panel4.PerformLayout();
  897. this.panel1.ResumeLayout(false);
  898. this.panel1.PerformLayout();
  899. this.panle.ResumeLayout(false);
  900. this.panle.PerformLayout();
  901. ((System.ComponentModel.ISupportInitialize)(this.columnViewModelBindingSource)).EndInit();
  902. this.panel3.ResumeLayout(false);
  903. ((System.ComponentModel.ISupportInitialize)(this.dgvColumns)).EndInit();
  904. this.ResumeLayout(false);
  905. }
  906. #endregion
  907. private System.Windows.Forms.Panel pHeader;
  908. private System.Windows.Forms.Panel pFooter;
  909. private System.Windows.Forms.Panel panel2;
  910. private System.Windows.Forms.Panel panle;
  911. private System.Windows.Forms.CheckBox cReplace;
  912. private System.Windows.Forms.Panel panel3;
  913. private System.Windows.Forms.DataGridView dgvColumns;
  914. private System.Windows.Forms.BindingSource columnViewModelBindingSource;
  915. private System.Windows.Forms.Panel panel4;
  916. private System.Windows.Forms.CheckBox cController;
  917. private System.Windows.Forms.CheckBox cView;
  918. private System.Windows.Forms.CheckBox cServiceInterface;
  919. private System.Windows.Forms.CheckBox cService;
  920. private System.Windows.Forms.CheckBox cUpdateDto;
  921. private System.Windows.Forms.CheckBox cListDto;
  922. private System.Windows.Forms.CheckBox cCreateDto;
  923. private System.Windows.Forms.Panel panel1;
  924. private System.Windows.Forms.TextBox tPathView;
  925. private System.Windows.Forms.TextBox tPathController;
  926. private System.Windows.Forms.TextBox tPathDto;
  927. private System.Windows.Forms.TextBox tPathService;
  928. private System.Windows.Forms.TextBox tFileName;
  929. private System.Windows.Forms.Label label6;
  930. private System.Windows.Forms.Label label5;
  931. private System.Windows.Forms.Label label4;
  932. private System.Windows.Forms.Label label3;
  933. private System.Windows.Forms.Label label2;
  934. private System.Windows.Forms.TextBox tPathParent;
  935. private System.Windows.Forms.Label label7;
  936. private System.Windows.Forms.CheckBox cMulitSearch;
  937. private System.Windows.Forms.Label label10;
  938. private System.Windows.Forms.Label label9;
  939. private System.Windows.Forms.Label label8;
  940. private System.Windows.Forms.TextBox tModalTitle;
  941. private System.Windows.Forms.TextBox tPageTitle;
  942. private System.Windows.Forms.TextBox tProjectName;
  943. private System.Windows.Forms.TextBox tClassName;
  944. private System.Windows.Forms.Label label11;
  945. private System.Windows.Forms.Label label13;
  946. private System.Windows.Forms.ComboBox cPrimarykey;
  947. private System.Windows.Forms.Label label14;
  948. private System.Windows.Forms.Label lab_version;
  949. private System.Windows.Forms.Label label1;
  950. private System.Windows.Forms.TextBox tExtFilePath;
  951. private System.Windows.Forms.Label label15;
  952. private System.Windows.Forms.DataGridViewCheckBoxColumn IsGenreated;
  953. private System.Windows.Forms.DataGridViewTextBoxColumn columnNameDataGridViewTextBoxColumn;
  954. private System.Windows.Forms.DataGridViewTextBoxColumn attrTypeDataGridViewTextBoxColumn;
  955. private System.Windows.Forms.DataGridViewTextBoxColumn commentDataGridViewTextBoxColumn;
  956. private System.Windows.Forms.DataGridViewCheckBoxColumn isModalDataGridViewCheckBoxColumn;
  957. private System.Windows.Forms.DataGridViewCheckBoxColumn isRequiredDataGridViewCheckBoxColumn;
  958. private System.Windows.Forms.DataGridViewCheckBoxColumn IsTable;
  959. private System.Windows.Forms.DataGridViewCheckBoxColumn IsSearch;
  960. private System.Windows.Forms.Label label16;
  961. }
  962. }