华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

197 lines
11 KiB

5 months ago
  1. namespace ICSSoft.Frame.Main.Entrance
  2. {
  3. partial class FormTableMenu
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTableMenu));
  29. this.galTable = new DevExpress.XtraBars.Ribbon.GalleryControl();
  30. this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
  31. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  32. this.pictureBox7 = new System.Windows.Forms.PictureBox();
  33. this.chkSearch = new DevExpress.XtraEditors.CheckEdit();
  34. this.chkSelfMenu = new DevExpress.XtraEditors.CheckEdit();
  35. this.chkSysMenu = new DevExpress.XtraEditors.CheckEdit();
  36. this.txtKeyWords = new DevExpress.XtraEditors.TextEdit();
  37. ((System.ComponentModel.ISupportInitialize)(this.galTable)).BeginInit();
  38. this.galTable.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  40. this.panelControl1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.chkSearch.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.chkSelfMenu.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.chkSysMenu.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtKeyWords.Properties)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // galTable
  49. //
  50. this.galTable.AccessibleDescription = "";
  51. this.galTable.Controls.Add(this.galleryControlClient1);
  52. this.galTable.DesignGalleryGroupIndex = 0;
  53. this.galTable.DesignGalleryItemIndex = 0;
  54. this.galTable.Dock = System.Windows.Forms.DockStyle.Fill;
  55. //
  56. // galleryControlGallery1
  57. //
  58. this.galTable.Gallery.AllowFilter = false;
  59. this.galTable.Gallery.ColumnCount = 2;
  60. this.galTable.Gallery.ImageSize = new System.Drawing.Size(80, 48);
  61. this.galTable.Gallery.ShowItemText = true;
  62. this.galTable.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Hide;
  63. this.galTable.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.galleryControlGallery1_ItemClick);
  64. this.galTable.Gallery.GalleryItemHover += new DevExpress.XtraBars.Ribbon.GalleryItemEventHandler(this.galleryControlGallery1_GalleryItemHover);
  65. this.galTable.Gallery.GalleryItemLeave += new DevExpress.XtraBars.Ribbon.GalleryItemEventHandler(this.galleryControlGallery1_GalleryItemLeave);
  66. this.galTable.Location = new System.Drawing.Point(0, 64);
  67. this.galTable.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
  68. this.galTable.LookAndFeel.UseDefaultLookAndFeel = false;
  69. this.galTable.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  70. this.galTable.Name = "galTable";
  71. this.galTable.Size = new System.Drawing.Size(1128, 560);
  72. this.galTable.TabIndex = 0;
  73. this.galTable.Text = "工作台";
  74. //
  75. // galleryControlClient1
  76. //
  77. this.galleryControlClient1.GalleryControl = this.galTable;
  78. this.galleryControlClient1.Location = new System.Drawing.Point(3, 3);
  79. this.galleryControlClient1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  80. this.galleryControlClient1.Size = new System.Drawing.Size(1122, 554);
  81. //
  82. // panelControl1
  83. //
  84. this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
  85. this.panelControl1.Appearance.Options.UseBackColor = true;
  86. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  87. this.panelControl1.Controls.Add(this.pictureBox7);
  88. this.panelControl1.Controls.Add(this.chkSearch);
  89. this.panelControl1.Controls.Add(this.chkSelfMenu);
  90. this.panelControl1.Controls.Add(this.chkSysMenu);
  91. this.panelControl1.Controls.Add(this.txtKeyWords);
  92. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
  93. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  94. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.panelControl1.Name = "panelControl1";
  96. this.panelControl1.Size = new System.Drawing.Size(1128, 64);
  97. this.panelControl1.TabIndex = 1;
  98. //
  99. // pictureBox7
  100. //
  101. this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
  102. this.pictureBox7.Location = new System.Drawing.Point(240, 10);
  103. this.pictureBox7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.pictureBox7.Name = "pictureBox7";
  105. this.pictureBox7.Size = new System.Drawing.Size(43, 34);
  106. this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  107. this.pictureBox7.TabIndex = 5;
  108. this.pictureBox7.TabStop = false;
  109. this.pictureBox7.Visible = false;
  110. this.pictureBox7.Click += new System.EventHandler(this.pictureBox7_Click);
  111. //
  112. // chkSearch
  113. //
  114. this.chkSearch.Location = new System.Drawing.Point(288, 19);
  115. this.chkSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  116. this.chkSearch.Name = "chkSearch";
  117. this.chkSearch.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  118. this.chkSearch.Properties.Appearance.Options.UseFont = true;
  119. this.chkSearch.Properties.Caption = "功能搜索结果";
  120. this.chkSearch.Size = new System.Drawing.Size(112, 25);
  121. this.chkSearch.TabIndex = 4;
  122. this.chkSearch.CheckedChanged += new System.EventHandler(this.chkSearch_CheckedChanged);
  123. //
  124. // chkSelfMenu
  125. //
  126. this.chkSelfMenu.Location = new System.Drawing.Point(169, 19);
  127. this.chkSelfMenu.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  128. this.chkSelfMenu.Name = "chkSelfMenu";
  129. this.chkSelfMenu.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
  130. this.chkSelfMenu.Properties.Appearance.Options.UseFont = true;
  131. this.chkSelfMenu.Properties.Caption = "自定义菜单";
  132. this.chkSelfMenu.Size = new System.Drawing.Size(112, 25);
  133. this.chkSelfMenu.TabIndex = 3;
  134. this.chkSelfMenu.CheckedChanged += new System.EventHandler(this.chkSelfMenu_CheckedChanged);
  135. //
  136. // chkSysMenu
  137. //
  138. this.chkSysMenu.Location = new System.Drawing.Point(56, 19);
  139. this.chkSysMenu.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  140. this.chkSysMenu.Name = "chkSysMenu";
  141. this.chkSysMenu.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
  142. this.chkSysMenu.Properties.Appearance.Options.UseFont = true;
  143. this.chkSysMenu.Properties.Caption = "系统菜单";
  144. this.chkSysMenu.Size = new System.Drawing.Size(86, 25);
  145. this.chkSysMenu.TabIndex = 3;
  146. this.chkSysMenu.CheckedChanged += new System.EventHandler(this.chkSysMenu_CheckedChanged);
  147. //
  148. // txtKeyWords
  149. //
  150. this.txtKeyWords.Location = new System.Drawing.Point(0, 10);
  151. this.txtKeyWords.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  152. this.txtKeyWords.Name = "txtKeyWords";
  153. this.txtKeyWords.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
  154. this.txtKeyWords.Properties.Appearance.Options.UseFont = true;
  155. this.txtKeyWords.Size = new System.Drawing.Size(240, 42);
  156. this.txtKeyWords.TabIndex = 1;
  157. this.txtKeyWords.Visible = false;
  158. //
  159. // FormTableMenu
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(1128, 624);
  164. this.Controls.Add(this.galTable);
  165. this.Controls.Add(this.panelControl1);
  166. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  167. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  168. this.Name = "FormTableMenu";
  169. this.Text = "业务导航";
  170. ((System.ComponentModel.ISupportInitialize)(this.galTable)).EndInit();
  171. this.galTable.ResumeLayout(false);
  172. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  173. this.panelControl1.ResumeLayout(false);
  174. this.panelControl1.PerformLayout();
  175. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.chkSearch.Properties)).EndInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.chkSelfMenu.Properties)).EndInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.chkSysMenu.Properties)).EndInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.txtKeyWords.Properties)).EndInit();
  180. this.ResumeLayout(false);
  181. }
  182. #endregion
  183. private DevExpress.XtraBars.Ribbon.GalleryControl galTable;
  184. private DevExpress.XtraBars.Ribbon.GalleryControlClient galleryControlClient1;
  185. private DevExpress.XtraEditors.PanelControl panelControl1;
  186. private DevExpress.XtraEditors.TextEdit txtKeyWords;
  187. private DevExpress.XtraEditors.CheckEdit chkSelfMenu;
  188. private DevExpress.XtraEditors.CheckEdit chkSysMenu;
  189. private DevExpress.XtraEditors.CheckEdit chkSearch;
  190. private System.Windows.Forms.PictureBox pictureBox7;
  191. }
  192. }