CMenuSettingForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. namespace PMSUI
  2. {
  3. partial class CMenuSettingForm
  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.tbFormShowSetting = new System.Windows.Forms.TabPage();
  29. this.dgvFormColumnSetting = new System.Windows.Forms.DataGridView();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.btHelpsMenu = new System.Windows.Forms.Button();
  33. this.ckbShowColumn = new System.Windows.Forms.CheckBox();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.cbWhichForm = new System.Windows.Forms.ComboBox();
  36. this.label11 = new System.Windows.Forms.Label();
  37. this.tbFormName = new System.Windows.Forms.TextBox();
  38. this.lbFormName = new System.Windows.Forms.Label();
  39. this.tbColumnSort = new System.Windows.Forms.TextBox();
  40. this.lbColumnSort = new System.Windows.Forms.Label();
  41. this.lbShowName = new System.Windows.Forms.Label();
  42. this.tbShowName = new System.Windows.Forms.TextBox();
  43. this.lbShowColumn = new System.Windows.Forms.Label();
  44. this.btColSetModify = new System.Windows.Forms.Button();
  45. this.btColSetDel = new System.Windows.Forms.Button();
  46. this.btColSetAdd = new System.Windows.Forms.Button();
  47. this.lbDBColumnName = new System.Windows.Forms.Label();
  48. this.tbDBColumnName = new System.Windows.Forms.TextBox();
  49. this.tbMenuSetting = new System.Windows.Forms.TabPage();
  50. this.dgvMenuSetting = new System.Windows.Forms.DataGridView();
  51. this.panel1 = new System.Windows.Forms.Panel();
  52. this.gbMenuSetting = new System.Windows.Forms.GroupBox();
  53. this.btHelpsForm = new System.Windows.Forms.Button();
  54. this.ckbIsMenuShow = new System.Windows.Forms.CheckBox();
  55. this.label12 = new System.Windows.Forms.Label();
  56. this.tbDisplayMenuName = new System.Windows.Forms.TextBox();
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.tbMenuName = new System.Windows.Forms.TextBox();
  59. this.tbModuleSort = new System.Windows.Forms.TextBox();
  60. this.label4 = new System.Windows.Forms.Label();
  61. this.label3 = new System.Windows.Forms.Label();
  62. this.tbMenuSort = new System.Windows.Forms.TextBox();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.btMenuModfiy = new System.Windows.Forms.Button();
  65. this.btMenuDelete = new System.Windows.Forms.Button();
  66. this.btMenuAdd = new System.Windows.Forms.Button();
  67. this.label1 = new System.Windows.Forms.Label();
  68. this.tbMenuModule = new System.Windows.Forms.TextBox();
  69. this.tbControl = new System.Windows.Forms.TabControl();
  70. this.tbFormShowSetting.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dgvFormColumnSetting)).BeginInit();
  72. this.panel2.SuspendLayout();
  73. this.groupBox1.SuspendLayout();
  74. this.groupBox2.SuspendLayout();
  75. this.tbMenuSetting.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvMenuSetting)).BeginInit();
  77. this.panel1.SuspendLayout();
  78. this.gbMenuSetting.SuspendLayout();
  79. this.tbControl.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // tbFormShowSetting
  83. //
  84. this.tbFormShowSetting.Controls.Add(this.dgvFormColumnSetting);
  85. this.tbFormShowSetting.Controls.Add(this.panel2);
  86. this.tbFormShowSetting.Location = new System.Drawing.Point(4, 22);
  87. this.tbFormShowSetting.Name = "tbFormShowSetting";
  88. this.tbFormShowSetting.Padding = new System.Windows.Forms.Padding(3);
  89. this.tbFormShowSetting.Size = new System.Drawing.Size(829, 427);
  90. this.tbFormShowSetting.TabIndex = 1;
  91. this.tbFormShowSetting.Text = "界面设置";
  92. this.tbFormShowSetting.UseVisualStyleBackColor = true;
  93. //
  94. // dgvFormColumnSetting
  95. //
  96. this.dgvFormColumnSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  97. this.dgvFormColumnSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.dgvFormColumnSetting.Location = new System.Drawing.Point(3, 3);
  99. this.dgvFormColumnSetting.Name = "dgvFormColumnSetting";
  100. this.dgvFormColumnSetting.RowTemplate.Height = 23;
  101. this.dgvFormColumnSetting.Size = new System.Drawing.Size(547, 421);
  102. this.dgvFormColumnSetting.TabIndex = 3;
  103. this.dgvFormColumnSetting.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvFormColumnSetting_CellMouseClick);
  104. //
  105. // panel2
  106. //
  107. this.panel2.Controls.Add(this.groupBox1);
  108. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  109. this.panel2.Location = new System.Drawing.Point(550, 3);
  110. this.panel2.Name = "panel2";
  111. this.panel2.Size = new System.Drawing.Size(276, 421);
  112. this.panel2.TabIndex = 2;
  113. //
  114. // groupBox1
  115. //
  116. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  117. | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  120. this.groupBox1.Controls.Add(this.btHelpsMenu);
  121. this.groupBox1.Controls.Add(this.ckbShowColumn);
  122. this.groupBox1.Controls.Add(this.groupBox2);
  123. this.groupBox1.Controls.Add(this.tbFormName);
  124. this.groupBox1.Controls.Add(this.lbFormName);
  125. this.groupBox1.Controls.Add(this.tbColumnSort);
  126. this.groupBox1.Controls.Add(this.lbColumnSort);
  127. this.groupBox1.Controls.Add(this.lbShowName);
  128. this.groupBox1.Controls.Add(this.tbShowName);
  129. this.groupBox1.Controls.Add(this.lbShowColumn);
  130. this.groupBox1.Controls.Add(this.btColSetModify);
  131. this.groupBox1.Controls.Add(this.btColSetDel);
  132. this.groupBox1.Controls.Add(this.btColSetAdd);
  133. this.groupBox1.Controls.Add(this.lbDBColumnName);
  134. this.groupBox1.Controls.Add(this.tbDBColumnName);
  135. this.groupBox1.Location = new System.Drawing.Point(6, 3);
  136. this.groupBox1.Name = "groupBox1";
  137. this.groupBox1.Size = new System.Drawing.Size(267, 415);
  138. this.groupBox1.TabIndex = 0;
  139. this.groupBox1.TabStop = false;
  140. this.groupBox1.Text = "设置";
  141. //
  142. // btHelpsMenu
  143. //
  144. this.btHelpsMenu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  145. this.btHelpsMenu.Location = new System.Drawing.Point(7, 20);
  146. this.btHelpsMenu.Name = "btHelpsMenu";
  147. this.btHelpsMenu.Size = new System.Drawing.Size(85, 23);
  148. this.btHelpsMenu.TabIndex = 46;
  149. this.btHelpsMenu.Text = "帮助信息";
  150. this.btHelpsMenu.UseVisualStyleBackColor = true;
  151. this.btHelpsMenu.Click += new System.EventHandler(this.btHelpsMenu_Click);
  152. //
  153. // ckbShowColumn
  154. //
  155. this.ckbShowColumn.AutoSize = true;
  156. this.ckbShowColumn.Location = new System.Drawing.Point(133, 193);
  157. this.ckbShowColumn.Name = "ckbShowColumn";
  158. this.ckbShowColumn.Size = new System.Drawing.Size(15, 14);
  159. this.ckbShowColumn.TabIndex = 36;
  160. this.ckbShowColumn.UseVisualStyleBackColor = true;
  161. //
  162. // groupBox2
  163. //
  164. this.groupBox2.Controls.Add(this.cbWhichForm);
  165. this.groupBox2.Controls.Add(this.label11);
  166. this.groupBox2.Location = new System.Drawing.Point(7, 345);
  167. this.groupBox2.Name = "groupBox2";
  168. this.groupBox2.Size = new System.Drawing.Size(254, 64);
  169. this.groupBox2.TabIndex = 35;
  170. this.groupBox2.TabStop = false;
  171. //
  172. // cbWhichForm
  173. //
  174. this.cbWhichForm.BackColor = System.Drawing.SystemColors.Window;
  175. this.cbWhichForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  176. this.cbWhichForm.FormattingEnabled = true;
  177. this.cbWhichForm.Items.AddRange(new object[] {
  178. "",
  179. "是",
  180. "否"});
  181. this.cbWhichForm.Location = new System.Drawing.Point(126, 29);
  182. this.cbWhichForm.Name = "cbWhichForm";
  183. this.cbWhichForm.Size = new System.Drawing.Size(121, 20);
  184. this.cbWhichForm.TabIndex = 33;
  185. this.cbWhichForm.SelectedValueChanged += new System.EventHandler(this.cbWhichForm_SelectedValueChanged);
  186. //
  187. // label11
  188. //
  189. this.label11.AutoSize = true;
  190. this.label11.BackColor = System.Drawing.Color.Transparent;
  191. this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.label11.Location = new System.Drawing.Point(10, 29);
  193. this.label11.Name = "label11";
  194. this.label11.Size = new System.Drawing.Size(56, 17);
  195. this.label11.TabIndex = 30;
  196. this.label11.Text = "查询条件";
  197. //
  198. // tbFormName
  199. //
  200. this.tbFormName.BackColor = System.Drawing.SystemColors.Window;
  201. this.tbFormName.Location = new System.Drawing.Point(133, 55);
  202. this.tbFormName.Name = "tbFormName";
  203. this.tbFormName.Size = new System.Drawing.Size(121, 21);
  204. this.tbFormName.TabIndex = 34;
  205. //
  206. // lbFormName
  207. //
  208. this.lbFormName.AutoSize = true;
  209. this.lbFormName.BackColor = System.Drawing.Color.Transparent;
  210. this.lbFormName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.lbFormName.Location = new System.Drawing.Point(17, 55);
  212. this.lbFormName.Name = "lbFormName";
  213. this.lbFormName.Size = new System.Drawing.Size(56, 17);
  214. this.lbFormName.TabIndex = 28;
  215. this.lbFormName.Text = "窗体名称";
  216. //
  217. // tbColumnSort
  218. //
  219. this.tbColumnSort.BackColor = System.Drawing.SystemColors.Window;
  220. this.tbColumnSort.Location = new System.Drawing.Point(133, 233);
  221. this.tbColumnSort.Name = "tbColumnSort";
  222. this.tbColumnSort.Size = new System.Drawing.Size(121, 21);
  223. this.tbColumnSort.TabIndex = 26;
  224. //
  225. // lbColumnSort
  226. //
  227. this.lbColumnSort.AutoSize = true;
  228. this.lbColumnSort.BackColor = System.Drawing.Color.Transparent;
  229. this.lbColumnSort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.lbColumnSort.Location = new System.Drawing.Point(17, 233);
  231. this.lbColumnSort.Name = "lbColumnSort";
  232. this.lbColumnSort.Size = new System.Drawing.Size(44, 17);
  233. this.lbColumnSort.TabIndex = 25;
  234. this.lbColumnSort.Text = "列排序";
  235. //
  236. // lbShowName
  237. //
  238. this.lbShowName.AutoSize = true;
  239. this.lbShowName.BackColor = System.Drawing.Color.Transparent;
  240. this.lbShowName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.lbShowName.Location = new System.Drawing.Point(17, 145);
  242. this.lbShowName.Name = "lbShowName";
  243. this.lbShowName.Size = new System.Drawing.Size(56, 17);
  244. this.lbShowName.TabIndex = 24;
  245. this.lbShowName.Text = "显示列名";
  246. //
  247. // tbShowName
  248. //
  249. this.tbShowName.BackColor = System.Drawing.SystemColors.Window;
  250. this.tbShowName.Location = new System.Drawing.Point(133, 146);
  251. this.tbShowName.Name = "tbShowName";
  252. this.tbShowName.Size = new System.Drawing.Size(121, 21);
  253. this.tbShowName.TabIndex = 23;
  254. //
  255. // lbShowColumn
  256. //
  257. this.lbShowColumn.AutoSize = true;
  258. this.lbShowColumn.BackColor = System.Drawing.Color.Transparent;
  259. this.lbShowColumn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.lbShowColumn.Location = new System.Drawing.Point(17, 190);
  261. this.lbShowColumn.Name = "lbShowColumn";
  262. this.lbShowColumn.Size = new System.Drawing.Size(56, 17);
  263. this.lbShowColumn.TabIndex = 22;
  264. this.lbShowColumn.Text = "是否显示";
  265. //
  266. // btColSetModify
  267. //
  268. this.btColSetModify.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.btColSetModify.Location = new System.Drawing.Point(95, 284);
  270. this.btColSetModify.Name = "btColSetModify";
  271. this.btColSetModify.Size = new System.Drawing.Size(75, 28);
  272. this.btColSetModify.TabIndex = 21;
  273. this.btColSetModify.Text = "修改";
  274. this.btColSetModify.UseVisualStyleBackColor = true;
  275. this.btColSetModify.Click += new System.EventHandler(this.btColSetModify_Click);
  276. //
  277. // btColSetDel
  278. //
  279. this.btColSetDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.btColSetDel.Location = new System.Drawing.Point(183, 284);
  281. this.btColSetDel.Name = "btColSetDel";
  282. this.btColSetDel.Size = new System.Drawing.Size(75, 28);
  283. this.btColSetDel.TabIndex = 20;
  284. this.btColSetDel.Text = "删除";
  285. this.btColSetDel.UseVisualStyleBackColor = true;
  286. this.btColSetDel.Click += new System.EventHandler(this.btColSetDel_Click);
  287. //
  288. // btColSetAdd
  289. //
  290. this.btColSetAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.btColSetAdd.Location = new System.Drawing.Point(7, 284);
  292. this.btColSetAdd.Name = "btColSetAdd";
  293. this.btColSetAdd.Size = new System.Drawing.Size(75, 28);
  294. this.btColSetAdd.TabIndex = 19;
  295. this.btColSetAdd.Text = "增加";
  296. this.btColSetAdd.UseVisualStyleBackColor = true;
  297. this.btColSetAdd.Click += new System.EventHandler(this.btColSetAdd_Click);
  298. //
  299. // lbDBColumnName
  300. //
  301. this.lbDBColumnName.AutoSize = true;
  302. this.lbDBColumnName.BackColor = System.Drawing.Color.Transparent;
  303. this.lbDBColumnName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.lbDBColumnName.Location = new System.Drawing.Point(17, 102);
  305. this.lbDBColumnName.Name = "lbDBColumnName";
  306. this.lbDBColumnName.Size = new System.Drawing.Size(68, 17);
  307. this.lbDBColumnName.TabIndex = 18;
  308. this.lbDBColumnName.Text = "数据库列名";
  309. //
  310. // tbDBColumnName
  311. //
  312. this.tbDBColumnName.BackColor = System.Drawing.SystemColors.Window;
  313. this.tbDBColumnName.Location = new System.Drawing.Point(133, 102);
  314. this.tbDBColumnName.Name = "tbDBColumnName";
  315. this.tbDBColumnName.Size = new System.Drawing.Size(121, 21);
  316. this.tbDBColumnName.TabIndex = 17;
  317. //
  318. // tbMenuSetting
  319. //
  320. this.tbMenuSetting.Controls.Add(this.dgvMenuSetting);
  321. this.tbMenuSetting.Controls.Add(this.panel1);
  322. this.tbMenuSetting.Location = new System.Drawing.Point(4, 22);
  323. this.tbMenuSetting.Name = "tbMenuSetting";
  324. this.tbMenuSetting.Padding = new System.Windows.Forms.Padding(3);
  325. this.tbMenuSetting.Size = new System.Drawing.Size(829, 427);
  326. this.tbMenuSetting.TabIndex = 0;
  327. this.tbMenuSetting.Text = "菜单设置";
  328. this.tbMenuSetting.UseVisualStyleBackColor = true;
  329. //
  330. // dgvMenuSetting
  331. //
  332. this.dgvMenuSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  333. this.dgvMenuSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  334. this.dgvMenuSetting.Location = new System.Drawing.Point(3, 3);
  335. this.dgvMenuSetting.Name = "dgvMenuSetting";
  336. this.dgvMenuSetting.RowTemplate.Height = 23;
  337. this.dgvMenuSetting.Size = new System.Drawing.Size(547, 421);
  338. this.dgvMenuSetting.TabIndex = 0;
  339. this.dgvMenuSetting.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvMenuSetting_CellMouseClick);
  340. //
  341. // panel1
  342. //
  343. this.panel1.Controls.Add(this.gbMenuSetting);
  344. this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
  345. this.panel1.Location = new System.Drawing.Point(550, 3);
  346. this.panel1.Name = "panel1";
  347. this.panel1.Size = new System.Drawing.Size(276, 421);
  348. this.panel1.TabIndex = 1;
  349. //
  350. // gbMenuSetting
  351. //
  352. this.gbMenuSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  353. | System.Windows.Forms.AnchorStyles.Left)
  354. | System.Windows.Forms.AnchorStyles.Right)));
  355. this.gbMenuSetting.BackColor = System.Drawing.SystemColors.Control;
  356. this.gbMenuSetting.Controls.Add(this.btHelpsForm);
  357. this.gbMenuSetting.Controls.Add(this.ckbIsMenuShow);
  358. this.gbMenuSetting.Controls.Add(this.label12);
  359. this.gbMenuSetting.Controls.Add(this.tbDisplayMenuName);
  360. this.gbMenuSetting.Controls.Add(this.label5);
  361. this.gbMenuSetting.Controls.Add(this.tbMenuName);
  362. this.gbMenuSetting.Controls.Add(this.tbModuleSort);
  363. this.gbMenuSetting.Controls.Add(this.label4);
  364. this.gbMenuSetting.Controls.Add(this.label3);
  365. this.gbMenuSetting.Controls.Add(this.tbMenuSort);
  366. this.gbMenuSetting.Controls.Add(this.label2);
  367. this.gbMenuSetting.Controls.Add(this.btMenuModfiy);
  368. this.gbMenuSetting.Controls.Add(this.btMenuDelete);
  369. this.gbMenuSetting.Controls.Add(this.btMenuAdd);
  370. this.gbMenuSetting.Controls.Add(this.label1);
  371. this.gbMenuSetting.Controls.Add(this.tbMenuModule);
  372. this.gbMenuSetting.Location = new System.Drawing.Point(6, 3);
  373. this.gbMenuSetting.Name = "gbMenuSetting";
  374. this.gbMenuSetting.Size = new System.Drawing.Size(267, 415);
  375. this.gbMenuSetting.TabIndex = 0;
  376. this.gbMenuSetting.TabStop = false;
  377. this.gbMenuSetting.Text = "设置";
  378. //
  379. // btHelpsForm
  380. //
  381. this.btHelpsForm.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  382. this.btHelpsForm.Location = new System.Drawing.Point(7, 20);
  383. this.btHelpsForm.Name = "btHelpsForm";
  384. this.btHelpsForm.Size = new System.Drawing.Size(85, 23);
  385. this.btHelpsForm.TabIndex = 45;
  386. this.btHelpsForm.Text = "帮助信息";
  387. this.btHelpsForm.UseVisualStyleBackColor = true;
  388. this.btHelpsForm.Click += new System.EventHandler(this.btHelpsForm_Click);
  389. //
  390. // ckbIsMenuShow
  391. //
  392. this.ckbIsMenuShow.AutoSize = true;
  393. this.ckbIsMenuShow.Location = new System.Drawing.Point(133, 151);
  394. this.ckbIsMenuShow.Name = "ckbIsMenuShow";
  395. this.ckbIsMenuShow.Size = new System.Drawing.Size(15, 14);
  396. this.ckbIsMenuShow.TabIndex = 31;
  397. this.ckbIsMenuShow.UseVisualStyleBackColor = true;
  398. //
  399. // label12
  400. //
  401. this.label12.AutoSize = true;
  402. this.label12.BackColor = System.Drawing.Color.Transparent;
  403. this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.label12.Location = new System.Drawing.Point(17, 86);
  405. this.label12.Name = "label12";
  406. this.label12.Size = new System.Drawing.Size(56, 17);
  407. this.label12.TabIndex = 30;
  408. this.label12.Text = "显示名称";
  409. //
  410. // tbDisplayMenuName
  411. //
  412. this.tbDisplayMenuName.BackColor = System.Drawing.SystemColors.Window;
  413. this.tbDisplayMenuName.Location = new System.Drawing.Point(133, 86);
  414. this.tbDisplayMenuName.Name = "tbDisplayMenuName";
  415. this.tbDisplayMenuName.Size = new System.Drawing.Size(121, 21);
  416. this.tbDisplayMenuName.TabIndex = 29;
  417. //
  418. // label5
  419. //
  420. this.label5.AutoSize = true;
  421. this.label5.BackColor = System.Drawing.Color.Transparent;
  422. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.label5.Location = new System.Drawing.Point(17, 56);
  424. this.label5.Name = "label5";
  425. this.label5.Size = new System.Drawing.Size(56, 17);
  426. this.label5.TabIndex = 28;
  427. this.label5.Text = "菜单名称";
  428. //
  429. // tbMenuName
  430. //
  431. this.tbMenuName.BackColor = System.Drawing.SystemColors.Window;
  432. this.tbMenuName.Location = new System.Drawing.Point(133, 56);
  433. this.tbMenuName.Name = "tbMenuName";
  434. this.tbMenuName.Size = new System.Drawing.Size(121, 21);
  435. this.tbMenuName.TabIndex = 27;
  436. //
  437. // tbModuleSort
  438. //
  439. this.tbModuleSort.BackColor = System.Drawing.SystemColors.Window;
  440. this.tbModuleSort.Location = new System.Drawing.Point(133, 209);
  441. this.tbModuleSort.Name = "tbModuleSort";
  442. this.tbModuleSort.Size = new System.Drawing.Size(121, 21);
  443. this.tbModuleSort.TabIndex = 26;
  444. //
  445. // label4
  446. //
  447. this.label4.AutoSize = true;
  448. this.label4.BackColor = System.Drawing.Color.Transparent;
  449. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.label4.Location = new System.Drawing.Point(17, 209);
  451. this.label4.Name = "label4";
  452. this.label4.Size = new System.Drawing.Size(56, 17);
  453. this.label4.TabIndex = 25;
  454. this.label4.Text = "模块排序";
  455. //
  456. // label3
  457. //
  458. this.label3.AutoSize = true;
  459. this.label3.BackColor = System.Drawing.Color.Transparent;
  460. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.label3.Location = new System.Drawing.Point(17, 176);
  462. this.label3.Name = "label3";
  463. this.label3.Size = new System.Drawing.Size(56, 17);
  464. this.label3.TabIndex = 24;
  465. this.label3.Text = "菜单排序";
  466. //
  467. // tbMenuSort
  468. //
  469. this.tbMenuSort.BackColor = System.Drawing.SystemColors.Window;
  470. this.tbMenuSort.Location = new System.Drawing.Point(133, 177);
  471. this.tbMenuSort.Name = "tbMenuSort";
  472. this.tbMenuSort.Size = new System.Drawing.Size(121, 21);
  473. this.tbMenuSort.TabIndex = 23;
  474. //
  475. // label2
  476. //
  477. this.label2.AutoSize = true;
  478. this.label2.BackColor = System.Drawing.Color.Transparent;
  479. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.label2.Location = new System.Drawing.Point(17, 148);
  481. this.label2.Name = "label2";
  482. this.label2.Size = new System.Drawing.Size(56, 17);
  483. this.label2.TabIndex = 22;
  484. this.label2.Text = "是否可用";
  485. //
  486. // btMenuModfiy
  487. //
  488. this.btMenuModfiy.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.btMenuModfiy.Location = new System.Drawing.Point(95, 263);
  490. this.btMenuModfiy.Name = "btMenuModfiy";
  491. this.btMenuModfiy.Size = new System.Drawing.Size(75, 28);
  492. this.btMenuModfiy.TabIndex = 21;
  493. this.btMenuModfiy.Text = "修改";
  494. this.btMenuModfiy.UseVisualStyleBackColor = true;
  495. this.btMenuModfiy.Click += new System.EventHandler(this.btMenuModfiy_Click);
  496. //
  497. // btMenuDelete
  498. //
  499. this.btMenuDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.btMenuDelete.Location = new System.Drawing.Point(183, 263);
  501. this.btMenuDelete.Name = "btMenuDelete";
  502. this.btMenuDelete.Size = new System.Drawing.Size(75, 28);
  503. this.btMenuDelete.TabIndex = 20;
  504. this.btMenuDelete.Text = "删除";
  505. this.btMenuDelete.UseVisualStyleBackColor = true;
  506. this.btMenuDelete.Click += new System.EventHandler(this.btMenuDelete_Click);
  507. //
  508. // btMenuAdd
  509. //
  510. this.btMenuAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.btMenuAdd.Location = new System.Drawing.Point(7, 263);
  512. this.btMenuAdd.Name = "btMenuAdd";
  513. this.btMenuAdd.Size = new System.Drawing.Size(75, 28);
  514. this.btMenuAdd.TabIndex = 19;
  515. this.btMenuAdd.Text = "增加";
  516. this.btMenuAdd.UseVisualStyleBackColor = true;
  517. this.btMenuAdd.Click += new System.EventHandler(this.btMenuAdd_Click);
  518. //
  519. // label1
  520. //
  521. this.label1.AutoSize = true;
  522. this.label1.BackColor = System.Drawing.Color.Transparent;
  523. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.label1.Location = new System.Drawing.Point(17, 118);
  525. this.label1.Name = "label1";
  526. this.label1.Size = new System.Drawing.Size(56, 17);
  527. this.label1.TabIndex = 18;
  528. this.label1.Text = "所属模块";
  529. //
  530. // tbMenuModule
  531. //
  532. this.tbMenuModule.BackColor = System.Drawing.SystemColors.Window;
  533. this.tbMenuModule.Location = new System.Drawing.Point(133, 118);
  534. this.tbMenuModule.Name = "tbMenuModule";
  535. this.tbMenuModule.Size = new System.Drawing.Size(121, 21);
  536. this.tbMenuModule.TabIndex = 17;
  537. //
  538. // tbControl
  539. //
  540. this.tbControl.Controls.Add(this.tbMenuSetting);
  541. this.tbControl.Controls.Add(this.tbFormShowSetting);
  542. this.tbControl.Dock = System.Windows.Forms.DockStyle.Fill;
  543. this.tbControl.Location = new System.Drawing.Point(0, 0);
  544. this.tbControl.Name = "tbControl";
  545. this.tbControl.SelectedIndex = 0;
  546. this.tbControl.Size = new System.Drawing.Size(837, 453);
  547. this.tbControl.TabIndex = 0;
  548. //
  549. // CMenuSettingForm
  550. //
  551. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  552. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  553. this.ClientSize = new System.Drawing.Size(837, 453);
  554. this.Controls.Add(this.tbControl);
  555. this.Name = "CMenuSettingForm";
  556. this.Text = "菜单和界面设置";
  557. this.Load += new System.EventHandler(this.CMenuSettingForm_Load);
  558. this.tbFormShowSetting.ResumeLayout(false);
  559. ((System.ComponentModel.ISupportInitialize)(this.dgvFormColumnSetting)).EndInit();
  560. this.panel2.ResumeLayout(false);
  561. this.groupBox1.ResumeLayout(false);
  562. this.groupBox1.PerformLayout();
  563. this.groupBox2.ResumeLayout(false);
  564. this.groupBox2.PerformLayout();
  565. this.tbMenuSetting.ResumeLayout(false);
  566. ((System.ComponentModel.ISupportInitialize)(this.dgvMenuSetting)).EndInit();
  567. this.panel1.ResumeLayout(false);
  568. this.gbMenuSetting.ResumeLayout(false);
  569. this.gbMenuSetting.PerformLayout();
  570. this.tbControl.ResumeLayout(false);
  571. this.ResumeLayout(false);
  572. }
  573. #endregion
  574. private System.Windows.Forms.TabPage tbFormShowSetting;
  575. private System.Windows.Forms.TabPage tbMenuSetting;
  576. private System.Windows.Forms.DataGridView dgvMenuSetting;
  577. private System.Windows.Forms.Panel panel1;
  578. private System.Windows.Forms.GroupBox gbMenuSetting;
  579. private System.Windows.Forms.Label label5;
  580. private System.Windows.Forms.TextBox tbMenuName;
  581. private System.Windows.Forms.TextBox tbModuleSort;
  582. private System.Windows.Forms.Label label4;
  583. private System.Windows.Forms.Label label3;
  584. private System.Windows.Forms.TextBox tbMenuSort;
  585. private System.Windows.Forms.Label label2;
  586. private System.Windows.Forms.Button btMenuModfiy;
  587. private System.Windows.Forms.Button btMenuDelete;
  588. private System.Windows.Forms.Button btMenuAdd;
  589. private System.Windows.Forms.Label label1;
  590. private System.Windows.Forms.TextBox tbMenuModule;
  591. private System.Windows.Forms.TabControl tbControl;
  592. private System.Windows.Forms.DataGridView dgvFormColumnSetting;
  593. private System.Windows.Forms.Panel panel2;
  594. private System.Windows.Forms.GroupBox groupBox1;
  595. private System.Windows.Forms.Label lbFormName;
  596. private System.Windows.Forms.TextBox tbColumnSort;
  597. private System.Windows.Forms.Label lbColumnSort;
  598. private System.Windows.Forms.Label lbShowName;
  599. private System.Windows.Forms.TextBox tbShowName;
  600. private System.Windows.Forms.Label lbShowColumn;
  601. private System.Windows.Forms.Button btColSetModify;
  602. private System.Windows.Forms.Button btColSetDel;
  603. private System.Windows.Forms.Button btColSetAdd;
  604. private System.Windows.Forms.Label lbDBColumnName;
  605. private System.Windows.Forms.TextBox tbDBColumnName;
  606. private System.Windows.Forms.Label label11;
  607. private System.Windows.Forms.ComboBox cbWhichForm;
  608. private System.Windows.Forms.Label label12;
  609. private System.Windows.Forms.TextBox tbDisplayMenuName;
  610. private System.Windows.Forms.TextBox tbFormName;
  611. private System.Windows.Forms.GroupBox groupBox2;
  612. private System.Windows.Forms.CheckBox ckbIsMenuShow;
  613. private System.Windows.Forms.CheckBox ckbShowColumn;
  614. private System.Windows.Forms.Button btHelpsForm;
  615. private System.Windows.Forms.Button btHelpsMenu;
  616. }
  617. }