FormMenu.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace SIMDP.View
  2. {
  3. partial class FormMenu
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMenu));
  30. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.treeView1 = new System.Windows.Forms.TreeView();
  33. this.menu_Tree = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.menu_Add = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menu_Expand = new System.Windows.Forms.ToolStripMenuItem();
  36. this.menu_Collapse = new System.Windows.Forms.ToolStripMenuItem();
  37. this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem();
  38. this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager();
  39. this.txt_Name = new DevExpress.XtraEditors.TextEdit();
  40. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  41. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  42. this.txt_FunctionId = new DevExpress.XtraEditors.TextEdit();
  43. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  44. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  45. this.txt_Url = new DevExpress.XtraEditors.TextEdit();
  46. this.check_Visible = new DevExpress.XtraEditors.CheckEdit();
  47. this.btn_Query = new DevExpress.XtraEditors.SimpleButton();
  48. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  49. this.lookUp_WinformType = new DevExpress.XtraEditors.LookUpEdit();
  50. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  51. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  52. this.splitContainerControl1.SuspendLayout();
  53. this.menu_Tree.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txt_FunctionId.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txt_Url.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.check_Visible.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  59. this.panelControl1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.lookUp_WinformType.Properties)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // splitContainerControl1
  64. //
  65. this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  66. | System.Windows.Forms.AnchorStyles.Left)
  67. | System.Windows.Forms.AnchorStyles.Right)));
  68. this.splitContainerControl1.Location = new System.Drawing.Point(0, 37);
  69. this.splitContainerControl1.Name = "splitContainerControl1";
  70. this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
  71. this.splitContainerControl1.Panel1.Controls.Add(this.treeView1);
  72. this.splitContainerControl1.Panel1.Text = "Panel1";
  73. this.splitContainerControl1.Panel2.Controls.Add(this.winGridViewPager1);
  74. this.splitContainerControl1.Panel2.Text = "Panel2";
  75. this.splitContainerControl1.Size = new System.Drawing.Size(1285, 508);
  76. this.splitContainerControl1.SplitterPosition = 194;
  77. this.splitContainerControl1.TabIndex = 0;
  78. this.splitContainerControl1.Text = "splitContainerControl1";
  79. //
  80. // labelControl1
  81. //
  82. this.labelControl1.Location = new System.Drawing.Point(7, 5);
  83. this.labelControl1.Name = "labelControl1";
  84. this.labelControl1.Size = new System.Drawing.Size(84, 14);
  85. this.labelControl1.TabIndex = 1;
  86. this.labelControl1.Text = "系统菜单信息:";
  87. //
  88. // treeView1
  89. //
  90. this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  91. | System.Windows.Forms.AnchorStyles.Left)
  92. | System.Windows.Forms.AnchorStyles.Right)));
  93. this.treeView1.ContextMenuStrip = this.menu_Tree;
  94. this.treeView1.ImageIndex = 0;
  95. this.treeView1.ImageList = this.imageList1;
  96. this.treeView1.Location = new System.Drawing.Point(4, 24);
  97. this.treeView1.Name = "treeView1";
  98. this.treeView1.SelectedImageIndex = 0;
  99. this.treeView1.Size = new System.Drawing.Size(185, 481);
  100. this.treeView1.TabIndex = 0;
  101. this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
  102. //
  103. // menu_Tree
  104. //
  105. this.menu_Tree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  106. this.menu_Add,
  107. this.menu_Expand,
  108. this.menu_Collapse,
  109. this.menu_Refresh});
  110. this.menu_Tree.Name = "menu_Tree";
  111. this.menu_Tree.Size = new System.Drawing.Size(125, 92);
  112. //
  113. // menu_Add
  114. //
  115. this.menu_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16;
  116. this.menu_Add.Name = "menu_Add";
  117. this.menu_Add.Size = new System.Drawing.Size(124, 22);
  118. this.menu_Add.Text = "添加";
  119. this.menu_Add.Click += new System.EventHandler(this.menu_Add_Click);
  120. //
  121. // menu_Expand
  122. //
  123. this.menu_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16;
  124. this.menu_Expand.Name = "menu_Expand";
  125. this.menu_Expand.Size = new System.Drawing.Size(124, 22);
  126. this.menu_Expand.Text = "全部展开";
  127. this.menu_Expand.Click += new System.EventHandler(this.menu_Expand_Click);
  128. //
  129. // menu_Collapse
  130. //
  131. this.menu_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16;
  132. this.menu_Collapse.Name = "menu_Collapse";
  133. this.menu_Collapse.Size = new System.Drawing.Size(124, 22);
  134. this.menu_Collapse.Text = "全部折叠";
  135. this.menu_Collapse.Click += new System.EventHandler(this.menu_Collapse_Click);
  136. //
  137. // menu_Refresh
  138. //
  139. this.menu_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16;
  140. this.menu_Refresh.Name = "menu_Refresh";
  141. this.menu_Refresh.Size = new System.Drawing.Size(124, 22);
  142. this.menu_Refresh.Text = "刷新";
  143. this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click);
  144. //
  145. // winGridViewPager1
  146. //
  147. this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  148. | System.Windows.Forms.AnchorStyles.Left)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.winGridViewPager1.AppendedMenu = null;
  151. this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary<string, string>)(resources.GetObject("winGridViewPager1.ColumnNameAlias")));
  152. this.winGridViewPager1.DataSource = null;
  153. this.winGridViewPager1.DisplayColumns = "";
  154. this.winGridViewPager1.FixedColumns = null;
  155. this.winGridViewPager1.Location = new System.Drawing.Point(5, 24);
  156. this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0);
  157. this.winGridViewPager1.Name = "winGridViewPager1";
  158. this.winGridViewPager1.PrintTitle = "";
  159. this.winGridViewPager1.ShowAddMenu = true;
  160. this.winGridViewPager1.ShowCheckBox = false;
  161. this.winGridViewPager1.ShowDeleteMenu = true;
  162. this.winGridViewPager1.ShowEditMenu = true;
  163. this.winGridViewPager1.ShowExportButton = true;
  164. this.winGridViewPager1.Size = new System.Drawing.Size(1075, 484);
  165. this.winGridViewPager1.TabIndex = 0;
  166. //
  167. // txt_Name
  168. //
  169. this.txt_Name.Location = new System.Drawing.Point(84, 9);
  170. this.txt_Name.Name = "txt_Name";
  171. this.txt_Name.Size = new System.Drawing.Size(100, 20);
  172. this.txt_Name.TabIndex = 3;
  173. //
  174. // labelControl3
  175. //
  176. this.labelControl3.Location = new System.Drawing.Point(193, 12);
  177. this.labelControl3.Name = "labelControl3";
  178. this.labelControl3.Size = new System.Drawing.Size(48, 14);
  179. this.labelControl3.TabIndex = 2;
  180. this.labelControl3.Text = "功能ID:";
  181. //
  182. // labelControl2
  183. //
  184. this.labelControl2.Location = new System.Drawing.Point(26, 12);
  185. this.labelControl2.Name = "labelControl2";
  186. this.labelControl2.Size = new System.Drawing.Size(60, 14);
  187. this.labelControl2.TabIndex = 1;
  188. this.labelControl2.Text = "显示名称:";
  189. //
  190. // txt_FunctionId
  191. //
  192. this.txt_FunctionId.Location = new System.Drawing.Point(239, 9);
  193. this.txt_FunctionId.Name = "txt_FunctionId";
  194. this.txt_FunctionId.Size = new System.Drawing.Size(100, 20);
  195. this.txt_FunctionId.TabIndex = 3;
  196. //
  197. // labelControl4
  198. //
  199. this.labelControl4.Location = new System.Drawing.Point(349, 12);
  200. this.labelControl4.Name = "labelControl4";
  201. this.labelControl4.Size = new System.Drawing.Size(106, 14);
  202. this.labelControl4.TabIndex = 2;
  203. this.labelControl4.Text = "Winform窗体类型:";
  204. //
  205. // labelControl5
  206. //
  207. this.labelControl5.Location = new System.Drawing.Point(567, 12);
  208. this.labelControl5.Name = "labelControl5";
  209. this.labelControl5.Size = new System.Drawing.Size(100, 14);
  210. this.labelControl5.TabIndex = 2;
  211. this.labelControl5.Text = "Web界面Url地址:";
  212. //
  213. // txt_Url
  214. //
  215. this.txt_Url.Location = new System.Drawing.Point(670, 9);
  216. this.txt_Url.Name = "txt_Url";
  217. this.txt_Url.Size = new System.Drawing.Size(100, 20);
  218. this.txt_Url.TabIndex = 3;
  219. //
  220. // check_Visible
  221. //
  222. this.check_Visible.Location = new System.Drawing.Point(782, 10);
  223. this.check_Visible.Name = "check_Visible";
  224. this.check_Visible.Properties.Caption = "菜单可见";
  225. this.check_Visible.Size = new System.Drawing.Size(75, 19);
  226. this.check_Visible.TabIndex = 4;
  227. //
  228. // btn_Query
  229. //
  230. this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image")));
  231. this.btn_Query.Location = new System.Drawing.Point(926, 8);
  232. this.btn_Query.Name = "btn_Query";
  233. this.btn_Query.Size = new System.Drawing.Size(75, 23);
  234. this.btn_Query.TabIndex = 5;
  235. this.btn_Query.Text = "查询";
  236. this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
  237. //
  238. // panelControl1
  239. //
  240. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  241. | System.Windows.Forms.AnchorStyles.Right)));
  242. this.panelControl1.Controls.Add(this.lookUp_WinformType);
  243. this.panelControl1.Controls.Add(this.txt_FunctionId);
  244. this.panelControl1.Controls.Add(this.txt_Name);
  245. this.panelControl1.Controls.Add(this.btn_Query);
  246. this.panelControl1.Controls.Add(this.labelControl2);
  247. this.panelControl1.Controls.Add(this.check_Visible);
  248. this.panelControl1.Controls.Add(this.labelControl3);
  249. this.panelControl1.Controls.Add(this.txt_Url);
  250. this.panelControl1.Controls.Add(this.labelControl4);
  251. this.panelControl1.Controls.Add(this.labelControl5);
  252. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  253. this.panelControl1.Name = "panelControl1";
  254. this.panelControl1.Size = new System.Drawing.Size(1285, 41);
  255. this.panelControl1.TabIndex = 1;
  256. //
  257. // lookUp_WinformType
  258. //
  259. this.lookUp_WinformType.Location = new System.Drawing.Point(454, 9);
  260. this.lookUp_WinformType.Name = "lookUp_WinformType";
  261. this.lookUp_WinformType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  262. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  263. this.lookUp_WinformType.Size = new System.Drawing.Size(100, 20);
  264. this.lookUp_WinformType.TabIndex = 6;
  265. //
  266. // imageList1
  267. //
  268. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  269. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  270. this.imageList1.Images.SetKeyName(0, "LoadTheme_16x16.png");
  271. this.imageList1.Images.SetKeyName(1, "ConditionalFormatting_16x16.png");
  272. this.imageList1.Images.SetKeyName(2, "LocalColorScheme_16x16.png");
  273. //
  274. // FormMenu
  275. //
  276. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  277. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  278. this.ClientSize = new System.Drawing.Size(1284, 548);
  279. this.Controls.Add(this.panelControl1);
  280. this.Controls.Add(this.splitContainerControl1);
  281. this.Name = "FormMenu";
  282. this.Text = "菜单管理";
  283. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  284. this.splitContainerControl1.ResumeLayout(false);
  285. this.menu_Tree.ResumeLayout(false);
  286. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.txt_FunctionId.Properties)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.txt_Url.Properties)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.check_Visible.Properties)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  291. this.panelControl1.ResumeLayout(false);
  292. this.panelControl1.PerformLayout();
  293. ((System.ComponentModel.ISupportInitialize)(this.lookUp_WinformType.Properties)).EndInit();
  294. this.ResumeLayout(false);
  295. }
  296. #endregion
  297. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  298. private System.Windows.Forms.TreeView treeView1;
  299. private DevExpress.XtraEditors.LabelControl labelControl1;
  300. private ProjectBase.Controls.WinGridViewPager winGridViewPager1;
  301. private DevExpress.XtraEditors.TextEdit txt_Name;
  302. private DevExpress.XtraEditors.LabelControl labelControl3;
  303. private DevExpress.XtraEditors.LabelControl labelControl2;
  304. private DevExpress.XtraEditors.SimpleButton btn_Query;
  305. private DevExpress.XtraEditors.CheckEdit check_Visible;
  306. private DevExpress.XtraEditors.TextEdit txt_Url;
  307. private DevExpress.XtraEditors.TextEdit txt_FunctionId;
  308. private DevExpress.XtraEditors.LabelControl labelControl5;
  309. private DevExpress.XtraEditors.LabelControl labelControl4;
  310. private DevExpress.XtraEditors.PanelControl panelControl1;
  311. private DevExpress.XtraEditors.LookUpEdit lookUp_WinformType;
  312. private System.Windows.Forms.ContextMenuStrip menu_Tree;
  313. private System.Windows.Forms.ToolStripMenuItem menu_Add;
  314. private System.Windows.Forms.ToolStripMenuItem menu_Expand;
  315. private System.Windows.Forms.ToolStripMenuItem menu_Collapse;
  316. private System.Windows.Forms.ToolStripMenuItem menu_Refresh;
  317. private System.Windows.Forms.ImageList imageList1;
  318. }
  319. }