FrmMenuEdit.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. 
  2. namespace NXWMS.Forms.SysSettings.ChildFrm
  3. {
  4. partial class FrmMenuEdit
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  32. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  33. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  34. this.cmbMenuLayer = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  35. this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  37. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  38. this.txtMenuCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  39. this.txtMenuLink = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  40. this.txtMenuName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  41. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.txtMenuIconPath = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  44. this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  46. this.lbStatusMessage = new System.Windows.Forms.Label();
  47. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  48. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  49. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  51. this.groupOperation.Panel.SuspendLayout();
  52. this.groupOperation.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  54. this.kryptonPanelInput.SuspendLayout();
  55. this.tableLayoutPanelInput.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.cmbMenuLayer)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // groupOperation
  60. //
  61. this.groupOperation.CaptionOverlap = 0D;
  62. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  63. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  65. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  66. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  67. this.groupOperation.Name = "groupOperation";
  68. //
  69. // groupOperation.Panel
  70. //
  71. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  72. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  73. this.groupOperation.Panel.Controls.Add(this.btnSave);
  74. this.groupOperation.Panel.Controls.Add(this.btnExit);
  75. this.groupOperation.Size = new System.Drawing.Size(765, 450);
  76. this.groupOperation.TabIndex = 60;
  77. this.groupOperation.Values.Heading = "编辑";
  78. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  79. //
  80. // kryptonPanelInput
  81. //
  82. this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput);
  83. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  84. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  85. this.kryptonPanelInput.Name = "kryptonPanelInput";
  86. this.kryptonPanelInput.Size = new System.Drawing.Size(761, 355);
  87. this.kryptonPanelInput.TabIndex = 48;
  88. //
  89. // tableLayoutPanelInput
  90. //
  91. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  92. this.tableLayoutPanelInput.ColumnCount = 6;
  93. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  94. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  95. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  96. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  97. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  98. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  99. this.tableLayoutPanelInput.Controls.Add(this.richDescibe, 1, 2);
  100. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel6, 0, 2);
  101. this.tableLayoutPanelInput.Controls.Add(this.cmbMenuLayer, 3, 1);
  102. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel14, 4, 0);
  103. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
  104. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
  105. this.tableLayoutPanelInput.Controls.Add(this.txtMenuCode, 1, 0);
  106. this.tableLayoutPanelInput.Controls.Add(this.txtMenuLink, 5, 0);
  107. this.tableLayoutPanelInput.Controls.Add(this.txtMenuName, 3, 0);
  108. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 2, 1);
  109. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 0, 1);
  110. this.tableLayoutPanelInput.Controls.Add(this.txtMenuIconPath, 1, 1);
  111. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel18, 4, 1);
  112. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 1);
  113. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  114. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  115. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  116. this.tableLayoutPanelInput.RowCount = 3;
  117. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.19084F));
  118. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.90076F));
  119. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.9084F));
  120. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  121. this.tableLayoutPanelInput.Size = new System.Drawing.Size(761, 131);
  122. this.tableLayoutPanelInput.TabIndex = 40;
  123. //
  124. // richDescibe
  125. //
  126. this.tableLayoutPanelInput.SetColumnSpan(this.richDescibe, 5);
  127. this.richDescibe.Location = new System.Drawing.Point(103, 65);
  128. this.richDescibe.Name = "richDescibe";
  129. this.richDescibe.Size = new System.Drawing.Size(655, 63);
  130. this.richDescibe.TabIndex = 44;
  131. this.richDescibe.Tag = "DESCRIBE";
  132. this.richDescibe.Text = "";
  133. //
  134. // kryptonLabel6
  135. //
  136. this.kryptonLabel6.AutoSize = false;
  137. this.kryptonLabel6.Location = new System.Drawing.Point(3, 65);
  138. this.kryptonLabel6.Name = "kryptonLabel6";
  139. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  140. this.kryptonLabel6.Size = new System.Drawing.Size(94, 20);
  141. this.kryptonLabel6.TabIndex = 45;
  142. this.kryptonLabel6.Values.Text = "描述";
  143. //
  144. // cmbMenuLayer
  145. //
  146. this.cmbMenuLayer.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.cmbMenuLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  148. this.cmbMenuLayer.DropDownWidth = 121;
  149. this.cmbMenuLayer.Location = new System.Drawing.Point(356, 36);
  150. this.cmbMenuLayer.Name = "cmbMenuLayer";
  151. this.cmbMenuLayer.Size = new System.Drawing.Size(147, 21);
  152. this.cmbMenuLayer.TabIndex = 32;
  153. this.cmbMenuLayer.Tag = "MENU_PID";
  154. //
  155. // kryptonLabel14
  156. //
  157. this.kryptonLabel14.AutoSize = false;
  158. this.kryptonLabel14.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.kryptonLabel14.Location = new System.Drawing.Point(509, 3);
  160. this.kryptonLabel14.Name = "kryptonLabel14";
  161. this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  162. this.kryptonLabel14.Size = new System.Drawing.Size(94, 27);
  163. this.kryptonLabel14.TabIndex = 4;
  164. this.kryptonLabel14.Values.Text = "链接";
  165. //
  166. // kryptonLabel15
  167. //
  168. this.kryptonLabel15.AutoSize = false;
  169. this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.kryptonLabel15.Location = new System.Drawing.Point(256, 3);
  171. this.kryptonLabel15.Name = "kryptonLabel15";
  172. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  173. this.kryptonLabel15.Size = new System.Drawing.Size(94, 27);
  174. this.kryptonLabel15.TabIndex = 2;
  175. this.kryptonLabel15.Values.Text = "菜单名称";
  176. //
  177. // kryptonLabel16
  178. //
  179. this.kryptonLabel16.AutoSize = false;
  180. this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
  182. this.kryptonLabel16.Name = "kryptonLabel16";
  183. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  184. this.kryptonLabel16.Size = new System.Drawing.Size(94, 27);
  185. this.kryptonLabel16.TabIndex = 0;
  186. this.kryptonLabel16.Values.Text = "菜单编码";
  187. //
  188. // txtMenuCode
  189. //
  190. this.txtMenuCode.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.txtMenuCode.Location = new System.Drawing.Point(103, 3);
  192. this.txtMenuCode.Name = "txtMenuCode";
  193. this.txtMenuCode.Size = new System.Drawing.Size(147, 23);
  194. this.txtMenuCode.TabIndex = 1;
  195. this.txtMenuCode.Tag = "MENU_CODE";
  196. //
  197. // txtMenuLink
  198. //
  199. this.txtMenuLink.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  200. | System.Windows.Forms.AnchorStyles.Left)
  201. | System.Windows.Forms.AnchorStyles.Right)));
  202. this.txtMenuLink.Location = new System.Drawing.Point(609, 3);
  203. this.txtMenuLink.Name = "txtMenuLink";
  204. this.txtMenuLink.Size = new System.Drawing.Size(149, 23);
  205. this.txtMenuLink.TabIndex = 16;
  206. this.txtMenuLink.Tag = "MENU_URL";
  207. //
  208. // txtMenuName
  209. //
  210. this.txtMenuName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  211. | System.Windows.Forms.AnchorStyles.Left)
  212. | System.Windows.Forms.AnchorStyles.Right)));
  213. this.txtMenuName.Location = new System.Drawing.Point(356, 3);
  214. this.txtMenuName.Name = "txtMenuName";
  215. this.txtMenuName.Size = new System.Drawing.Size(147, 23);
  216. this.txtMenuName.TabIndex = 3;
  217. this.txtMenuName.Tag = "MENU_NAME";
  218. //
  219. // kryptonLabel5
  220. //
  221. this.kryptonLabel5.AutoSize = false;
  222. this.kryptonLabel5.Location = new System.Drawing.Point(256, 36);
  223. this.kryptonLabel5.Name = "kryptonLabel5";
  224. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  225. this.kryptonLabel5.Size = new System.Drawing.Size(94, 22);
  226. this.kryptonLabel5.TabIndex = 31;
  227. this.kryptonLabel5.Values.Text = "菜单层级";
  228. //
  229. // kryptonLabel4
  230. //
  231. this.kryptonLabel4.AutoSize = false;
  232. this.kryptonLabel4.Location = new System.Drawing.Point(3, 36);
  233. this.kryptonLabel4.Name = "kryptonLabel4";
  234. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  235. this.kryptonLabel4.Size = new System.Drawing.Size(94, 22);
  236. this.kryptonLabel4.TabIndex = 29;
  237. this.kryptonLabel4.Values.Text = "图标路径";
  238. //
  239. // txtMenuIconPath
  240. //
  241. this.txtMenuIconPath.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  242. | System.Windows.Forms.AnchorStyles.Left)
  243. | System.Windows.Forms.AnchorStyles.Right)));
  244. this.txtMenuIconPath.Location = new System.Drawing.Point(103, 36);
  245. this.txtMenuIconPath.Name = "txtMenuIconPath";
  246. this.txtMenuIconPath.Size = new System.Drawing.Size(147, 23);
  247. this.txtMenuIconPath.TabIndex = 30;
  248. this.txtMenuIconPath.Tag = "MENU_ICON";
  249. //
  250. // kryptonLabel18
  251. //
  252. this.kryptonLabel18.AutoSize = false;
  253. this.kryptonLabel18.Location = new System.Drawing.Point(509, 36);
  254. this.kryptonLabel18.Name = "kryptonLabel18";
  255. this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  256. this.kryptonLabel18.Size = new System.Drawing.Size(94, 22);
  257. this.kryptonLabel18.TabIndex = 26;
  258. this.kryptonLabel18.Values.Text = "是否启用";
  259. //
  260. // chkUse
  261. //
  262. this.chkUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  263. | System.Windows.Forms.AnchorStyles.Left)
  264. | System.Windows.Forms.AnchorStyles.Right)));
  265. this.chkUse.Checked = true;
  266. this.chkUse.CheckState = System.Windows.Forms.CheckState.Checked;
  267. this.chkUse.Location = new System.Drawing.Point(609, 36);
  268. this.chkUse.Name = "chkUse";
  269. this.chkUse.Size = new System.Drawing.Size(149, 23);
  270. this.chkUse.TabIndex = 25;
  271. this.chkUse.Tag = "USED_FLAG";
  272. this.chkUse.Values.Text = "";
  273. //
  274. // lbStatusMessage
  275. //
  276. this.lbStatusMessage.AutoSize = true;
  277. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  278. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  280. this.lbStatusMessage.Name = "lbStatusMessage";
  281. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  282. this.lbStatusMessage.TabIndex = 47;
  283. //
  284. // btnSave
  285. //
  286. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  287. this.btnSave.Location = new System.Drawing.Point(498, 366);
  288. this.btnSave.Name = "btnSave";
  289. this.btnSave.Size = new System.Drawing.Size(111, 42);
  290. this.btnSave.TabIndex = 42;
  291. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  292. this.btnSave.Values.Text = "保存";
  293. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  294. //
  295. // btnExit
  296. //
  297. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  298. this.btnExit.Location = new System.Drawing.Point(627, 366);
  299. this.btnExit.Name = "btnExit";
  300. this.btnExit.Size = new System.Drawing.Size(104, 42);
  301. this.btnExit.TabIndex = 41;
  302. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  303. this.btnExit.Values.Text = "退出";
  304. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  305. //
  306. // FrmMenuEdit
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.ClientSize = new System.Drawing.Size(765, 450);
  311. this.Controls.Add(this.groupOperation);
  312. this.Name = "FrmMenuEdit";
  313. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  314. this.Text = "FrmMenuEdit";
  315. this.Shown += new System.EventHandler(this.FrmMenuEdit_Shown);
  316. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  317. this.groupOperation.Panel.ResumeLayout(false);
  318. this.groupOperation.Panel.PerformLayout();
  319. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  320. this.groupOperation.ResumeLayout(false);
  321. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  322. this.kryptonPanelInput.ResumeLayout(false);
  323. this.tableLayoutPanelInput.ResumeLayout(false);
  324. this.tableLayoutPanelInput.PerformLayout();
  325. ((System.ComponentModel.ISupportInitialize)(this.cmbMenuLayer)).EndInit();
  326. this.ResumeLayout(false);
  327. }
  328. #endregion
  329. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  330. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  331. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  332. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  333. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbMenuLayer;
  334. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
  335. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  336. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  337. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMenuCode;
  338. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMenuLink;
  339. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMenuName;
  340. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  341. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  342. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtMenuIconPath;
  343. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
  344. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  345. private System.Windows.Forms.Label lbStatusMessage;
  346. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  347. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  348. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  349. }
  350. }