FormEditMenu.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. namespace SIMDP
  2. {
  3. partial class FormEditMenu
  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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.treeLookUp_PId = new DevExpress.XtraEditors.TreeListLookUpEdit();
  30. this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
  31. this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  32. this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  33. this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  34. this.lookUp_WinformType = new DevExpress.XtraEditors.LookUpEdit();
  35. this.btn_SelectWebIcon = new DevExpress.XtraEditors.SimpleButton();
  36. this.btn_SelectIcon = new DevExpress.XtraEditors.SimpleButton();
  37. this.txt_Url = new DevExpress.XtraEditors.TextEdit();
  38. this.txt_WebIcon = new DevExpress.XtraEditors.TextEdit();
  39. this.txt_FunctionID = new DevExpress.XtraEditors.TextEdit();
  40. this.txt_Seq = new DevExpress.XtraEditors.TextEdit();
  41. this.txt_Icon = new DevExpress.XtraEditors.TextEdit();
  42. this.txt_Name = new DevExpress.XtraEditors.TextEdit();
  43. this.txt_Id = new DevExpress.XtraEditors.TextEdit();
  44. this.check_Delete = new DevExpress.XtraEditors.CheckEdit();
  45. this.check_Visible = new DevExpress.XtraEditors.CheckEdit();
  46. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  47. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  48. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  49. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  50. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  51. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  52. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  53. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  54. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  55. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  56. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  57. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  58. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  59. this.panelControl1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_PId.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.lookUp_WinformType.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txt_Url.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txt_WebIcon.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txt_FunctionID.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txt_Seq.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txt_Icon.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txt_Id.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.check_Delete.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.check_Visible.Properties)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // panelControl1
  75. //
  76. this.panelControl1.Controls.Add(this.treeLookUp_PId);
  77. this.panelControl1.Controls.Add(this.lookUp_WinformType);
  78. this.panelControl1.Controls.Add(this.btn_SelectWebIcon);
  79. this.panelControl1.Controls.Add(this.btn_SelectIcon);
  80. this.panelControl1.Controls.Add(this.txt_Url);
  81. this.panelControl1.Controls.Add(this.txt_WebIcon);
  82. this.panelControl1.Controls.Add(this.txt_FunctionID);
  83. this.panelControl1.Controls.Add(this.txt_Seq);
  84. this.panelControl1.Controls.Add(this.txt_Icon);
  85. this.panelControl1.Controls.Add(this.txt_Name);
  86. this.panelControl1.Controls.Add(this.txt_Id);
  87. this.panelControl1.Controls.Add(this.check_Delete);
  88. this.panelControl1.Controls.Add(this.check_Visible);
  89. this.panelControl1.Controls.Add(this.labelControl3);
  90. this.panelControl1.Controls.Add(this.labelControl10);
  91. this.panelControl1.Controls.Add(this.labelControl9);
  92. this.panelControl1.Controls.Add(this.labelControl8);
  93. this.panelControl1.Controls.Add(this.labelControl6);
  94. this.panelControl1.Controls.Add(this.labelControl5);
  95. this.panelControl1.Controls.Add(this.labelControl4);
  96. this.panelControl1.Controls.Add(this.labelControl2);
  97. this.panelControl1.Controls.Add(this.labelControl1);
  98. this.panelControl1.Location = new System.Drawing.Point(12, 5);
  99. this.panelControl1.Name = "panelControl1";
  100. this.panelControl1.Size = new System.Drawing.Size(447, 268);
  101. this.panelControl1.TabIndex = 0;
  102. //
  103. // treeLookUp_PId
  104. //
  105. this.treeLookUp_PId.Location = new System.Drawing.Point(142, 43);
  106. this.treeLookUp_PId.Name = "treeLookUp_PId";
  107. this.treeLookUp_PId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  108. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  109. this.treeLookUp_PId.Properties.TreeList = this.treeListLookUpEdit1TreeList;
  110. this.treeLookUp_PId.Size = new System.Drawing.Size(295, 20);
  111. this.treeLookUp_PId.TabIndex = 7;
  112. this.treeLookUp_PId.EditValueChanged += new System.EventHandler(this.ParentId_EditValueChanged);
  113. //
  114. // treeListLookUpEdit1TreeList
  115. //
  116. this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
  117. this.treeListColumn1,
  118. this.treeListColumn2,
  119. this.treeListColumn3});
  120. this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
  121. this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
  122. this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true;
  123. this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
  124. this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
  125. this.treeListLookUpEdit1TreeList.TabIndex = 0;
  126. //
  127. // treeListColumn1
  128. //
  129. this.treeListColumn1.Caption = "菜单名称";
  130. this.treeListColumn1.FieldName = "Name";
  131. this.treeListColumn1.Name = "treeListColumn1";
  132. this.treeListColumn1.Visible = true;
  133. this.treeListColumn1.VisibleIndex = 0;
  134. //
  135. // treeListColumn2
  136. //
  137. this.treeListColumn2.Caption = "功能ID";
  138. this.treeListColumn2.FieldName = "FunctionId";
  139. this.treeListColumn2.Name = "treeListColumn2";
  140. this.treeListColumn2.Visible = true;
  141. this.treeListColumn2.VisibleIndex = 1;
  142. //
  143. // treeListColumn3
  144. //
  145. this.treeListColumn3.Caption = "排序";
  146. this.treeListColumn3.FieldName = "Seq";
  147. this.treeListColumn3.Name = "treeListColumn3";
  148. this.treeListColumn3.Visible = true;
  149. this.treeListColumn3.VisibleIndex = 2;
  150. //
  151. // lookUp_WinformType
  152. //
  153. this.lookUp_WinformType.Location = new System.Drawing.Point(142, 144);
  154. this.lookUp_WinformType.Name = "lookUp_WinformType";
  155. this.lookUp_WinformType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  156. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  157. this.lookUp_WinformType.Properties.ReadOnly = true;
  158. this.lookUp_WinformType.Size = new System.Drawing.Size(100, 20);
  159. this.lookUp_WinformType.TabIndex = 6;
  160. //
  161. // btn_SelectWebIcon
  162. //
  163. this.btn_SelectWebIcon.Location = new System.Drawing.Point(396, 173);
  164. this.btn_SelectWebIcon.Name = "btn_SelectWebIcon";
  165. this.btn_SelectWebIcon.Size = new System.Drawing.Size(41, 23);
  166. this.btn_SelectWebIcon.TabIndex = 4;
  167. this.btn_SelectWebIcon.Text = "...";
  168. this.btn_SelectWebIcon.Click += new System.EventHandler(this.btn_SelectWebIcon_Click);
  169. //
  170. // btn_SelectIcon
  171. //
  172. this.btn_SelectIcon.Location = new System.Drawing.Point(397, 110);
  173. this.btn_SelectIcon.Name = "btn_SelectIcon";
  174. this.btn_SelectIcon.Size = new System.Drawing.Size(41, 23);
  175. this.btn_SelectIcon.TabIndex = 4;
  176. this.btn_SelectIcon.Text = "...";
  177. this.btn_SelectIcon.Click += new System.EventHandler(this.btn_SelectIcon_Click);
  178. //
  179. // txt_Url
  180. //
  181. this.txt_Url.Location = new System.Drawing.Point(141, 206);
  182. this.txt_Url.Name = "txt_Url";
  183. this.txt_Url.Size = new System.Drawing.Size(249, 20);
  184. this.txt_Url.TabIndex = 3;
  185. //
  186. // txt_WebIcon
  187. //
  188. this.txt_WebIcon.Location = new System.Drawing.Point(141, 174);
  189. this.txt_WebIcon.Name = "txt_WebIcon";
  190. this.txt_WebIcon.Size = new System.Drawing.Size(249, 20);
  191. this.txt_WebIcon.TabIndex = 3;
  192. //
  193. // txt_FunctionID
  194. //
  195. this.txt_FunctionID.Location = new System.Drawing.Point(309, 77);
  196. this.txt_FunctionID.Name = "txt_FunctionID";
  197. this.txt_FunctionID.Properties.ReadOnly = true;
  198. this.txt_FunctionID.Size = new System.Drawing.Size(100, 20);
  199. this.txt_FunctionID.TabIndex = 3;
  200. //
  201. // txt_Seq
  202. //
  203. this.txt_Seq.Location = new System.Drawing.Point(142, 77);
  204. this.txt_Seq.Name = "txt_Seq";
  205. this.txt_Seq.Properties.ReadOnly = true;
  206. this.txt_Seq.Size = new System.Drawing.Size(100, 20);
  207. this.txt_Seq.TabIndex = 3;
  208. //
  209. // txt_Icon
  210. //
  211. this.txt_Icon.Location = new System.Drawing.Point(142, 111);
  212. this.txt_Icon.Name = "txt_Icon";
  213. this.txt_Icon.Size = new System.Drawing.Size(248, 20);
  214. this.txt_Icon.TabIndex = 3;
  215. //
  216. // txt_Name
  217. //
  218. this.txt_Name.Location = new System.Drawing.Point(338, 11);
  219. this.txt_Name.Name = "txt_Name";
  220. this.txt_Name.Size = new System.Drawing.Size(100, 20);
  221. this.txt_Name.TabIndex = 3;
  222. //
  223. // txt_Id
  224. //
  225. this.txt_Id.Location = new System.Drawing.Point(142, 11);
  226. this.txt_Id.Name = "txt_Id";
  227. this.txt_Id.Properties.ReadOnly = true;
  228. this.txt_Id.Size = new System.Drawing.Size(100, 20);
  229. this.txt_Id.TabIndex = 3;
  230. //
  231. // check_Delete
  232. //
  233. this.check_Delete.Location = new System.Drawing.Point(157, 233);
  234. this.check_Delete.Name = "check_Delete";
  235. this.check_Delete.Properties.Caption = "是否已删除";
  236. this.check_Delete.Size = new System.Drawing.Size(85, 19);
  237. this.check_Delete.TabIndex = 2;
  238. //
  239. // check_Visible
  240. //
  241. this.check_Visible.Location = new System.Drawing.Point(53, 233);
  242. this.check_Visible.Name = "check_Visible";
  243. this.check_Visible.Properties.Caption = "菜单可见";
  244. this.check_Visible.Size = new System.Drawing.Size(75, 19);
  245. this.check_Visible.TabIndex = 2;
  246. //
  247. // labelControl3
  248. //
  249. this.labelControl3.Location = new System.Drawing.Point(61, 46);
  250. this.labelControl3.Name = "labelControl3";
  251. this.labelControl3.Size = new System.Drawing.Size(36, 14);
  252. this.labelControl3.TabIndex = 0;
  253. this.labelControl3.Text = "父ID:";
  254. //
  255. // labelControl10
  256. //
  257. this.labelControl10.Location = new System.Drawing.Point(29, 209);
  258. this.labelControl10.Name = "labelControl10";
  259. this.labelControl10.Size = new System.Drawing.Size(100, 14);
  260. this.labelControl10.TabIndex = 0;
  261. this.labelControl10.Text = "Web界面Url地址:";
  262. //
  263. // labelControl9
  264. //
  265. this.labelControl9.Location = new System.Drawing.Point(18, 177);
  266. this.labelControl9.Name = "labelControl9";
  267. this.labelControl9.Size = new System.Drawing.Size(122, 14);
  268. this.labelControl9.TabIndex = 0;
  269. this.labelControl9.Text = "Web界面的菜单图标:";
  270. //
  271. // labelControl8
  272. //
  273. this.labelControl8.Location = new System.Drawing.Point(18, 144);
  274. this.labelControl8.Name = "labelControl8";
  275. this.labelControl8.Size = new System.Drawing.Size(123, 14);
  276. this.labelControl8.TabIndex = 0;
  277. this.labelControl8.Text = "Winform窗体类型(*):";
  278. //
  279. // labelControl6
  280. //
  281. this.labelControl6.Location = new System.Drawing.Point(259, 80);
  282. this.labelControl6.Name = "labelControl6";
  283. this.labelControl6.Size = new System.Drawing.Size(48, 14);
  284. this.labelControl6.TabIndex = 0;
  285. this.labelControl6.Text = "功能ID:";
  286. //
  287. // labelControl5
  288. //
  289. this.labelControl5.Location = new System.Drawing.Point(53, 80);
  290. this.labelControl5.Name = "labelControl5";
  291. this.labelControl5.Size = new System.Drawing.Size(36, 14);
  292. this.labelControl5.TabIndex = 0;
  293. this.labelControl5.Text = "排序:";
  294. //
  295. // labelControl4
  296. //
  297. this.labelControl4.Location = new System.Drawing.Point(61, 114);
  298. this.labelControl4.Name = "labelControl4";
  299. this.labelControl4.Size = new System.Drawing.Size(36, 14);
  300. this.labelControl4.TabIndex = 0;
  301. this.labelControl4.Text = "图标:";
  302. //
  303. // labelControl2
  304. //
  305. this.labelControl2.Location = new System.Drawing.Point(259, 14);
  306. this.labelControl2.Name = "labelControl2";
  307. this.labelControl2.Size = new System.Drawing.Size(77, 14);
  308. this.labelControl2.TabIndex = 0;
  309. this.labelControl2.Text = "显示名称(*):";
  310. //
  311. // labelControl1
  312. //
  313. this.labelControl1.Location = new System.Drawing.Point(59, 14);
  314. this.labelControl1.Name = "labelControl1";
  315. this.labelControl1.Size = new System.Drawing.Size(41, 14);
  316. this.labelControl1.TabIndex = 0;
  317. this.labelControl1.Text = "ID(*):";
  318. //
  319. // btn_Add
  320. //
  321. this.btn_Add.Location = new System.Drawing.Point(53, 279);
  322. this.btn_Add.Name = "btn_Add";
  323. this.btn_Add.Size = new System.Drawing.Size(75, 23);
  324. this.btn_Add.TabIndex = 5;
  325. this.btn_Add.Text = "添加";
  326. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  327. //
  328. // btn_Save
  329. //
  330. this.btn_Save.Location = new System.Drawing.Point(196, 279);
  331. this.btn_Save.Name = "btn_Save";
  332. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  333. this.btn_Save.TabIndex = 5;
  334. this.btn_Save.Text = "保存";
  335. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  336. //
  337. // btn_Cancel
  338. //
  339. this.btn_Cancel.Location = new System.Drawing.Point(346, 279);
  340. this.btn_Cancel.Name = "btn_Cancel";
  341. this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
  342. this.btn_Cancel.TabIndex = 5;
  343. this.btn_Cancel.Text = "取消";
  344. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  345. //
  346. // FormEditMenu
  347. //
  348. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  349. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  350. this.ClientSize = new System.Drawing.Size(471, 314);
  351. this.Controls.Add(this.panelControl1);
  352. this.Controls.Add(this.btn_Add);
  353. this.Controls.Add(this.btn_Cancel);
  354. this.Controls.Add(this.btn_Save);
  355. this.MaximizeBox = false;
  356. this.MinimizeBox = false;
  357. this.Name = "FormEditMenu";
  358. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  359. this.Text = "菜单信息";
  360. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  361. this.panelControl1.ResumeLayout(false);
  362. this.panelControl1.PerformLayout();
  363. ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_PId.Properties)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.lookUp_WinformType.Properties)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.txt_Url.Properties)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.txt_WebIcon.Properties)).EndInit();
  368. ((System.ComponentModel.ISupportInitialize)(this.txt_FunctionID.Properties)).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)(this.txt_Seq.Properties)).EndInit();
  370. ((System.ComponentModel.ISupportInitialize)(this.txt_Icon.Properties)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.txt_Id.Properties)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.check_Delete.Properties)).EndInit();
  374. ((System.ComponentModel.ISupportInitialize)(this.check_Visible.Properties)).EndInit();
  375. this.ResumeLayout(false);
  376. }
  377. #endregion
  378. private DevExpress.XtraEditors.PanelControl panelControl1;
  379. private DevExpress.XtraEditors.LabelControl labelControl3;
  380. private DevExpress.XtraEditors.LabelControl labelControl4;
  381. private DevExpress.XtraEditors.LabelControl labelControl2;
  382. private DevExpress.XtraEditors.LabelControl labelControl1;
  383. private DevExpress.XtraEditors.LabelControl labelControl5;
  384. private DevExpress.XtraEditors.LabelControl labelControl6;
  385. private DevExpress.XtraEditors.LabelControl labelControl8;
  386. private DevExpress.XtraEditors.LabelControl labelControl9;
  387. private DevExpress.XtraEditors.LabelControl labelControl10;
  388. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  389. private DevExpress.XtraEditors.SimpleButton btn_Save;
  390. private DevExpress.XtraEditors.SimpleButton btn_Add;
  391. private DevExpress.XtraEditors.SimpleButton btn_SelectWebIcon;
  392. private DevExpress.XtraEditors.SimpleButton btn_SelectIcon;
  393. private DevExpress.XtraEditors.TextEdit txt_Url;
  394. private DevExpress.XtraEditors.TextEdit txt_WebIcon;
  395. private DevExpress.XtraEditors.TextEdit txt_FunctionID;
  396. private DevExpress.XtraEditors.TextEdit txt_Seq;
  397. private DevExpress.XtraEditors.TextEdit txt_Icon;
  398. private DevExpress.XtraEditors.TextEdit txt_Name;
  399. private DevExpress.XtraEditors.TextEdit txt_Id;
  400. private DevExpress.XtraEditors.CheckEdit check_Visible;
  401. private DevExpress.XtraEditors.LookUpEdit lookUp_WinformType;
  402. private DevExpress.XtraEditors.TreeListLookUpEdit treeLookUp_PId;
  403. private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
  404. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
  405. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
  406. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn3;
  407. private DevExpress.XtraEditors.CheckEdit check_Delete;
  408. }
  409. }