锐腾搅拌上料功能
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.

186 lines
10 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, 50);
  67. this.galTable.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
  68. this.galTable.LookAndFeel.UseDefaultLookAndFeel = false;
  69. this.galTable.Name = "galTable";
  70. this.galTable.Size = new System.Drawing.Size(987, 435);
  71. this.galTable.TabIndex = 0;
  72. this.galTable.Text = "工作台";
  73. //
  74. // galleryControlClient1
  75. //
  76. this.galleryControlClient1.GalleryControl = this.galTable;
  77. this.galleryControlClient1.Location = new System.Drawing.Point(3, 3);
  78. this.galleryControlClient1.Size = new System.Drawing.Size(981, 429);
  79. //
  80. // panelControl1
  81. //
  82. this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
  83. this.panelControl1.Appearance.Options.UseBackColor = true;
  84. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  85. this.panelControl1.Controls.Add(this.pictureBox7);
  86. this.panelControl1.Controls.Add(this.chkSearch);
  87. this.panelControl1.Controls.Add(this.chkSelfMenu);
  88. this.panelControl1.Controls.Add(this.chkSysMenu);
  89. this.panelControl1.Controls.Add(this.txtKeyWords);
  90. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
  91. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  92. this.panelControl1.Name = "panelControl1";
  93. this.panelControl1.Size = new System.Drawing.Size(987, 50);
  94. this.panelControl1.TabIndex = 1;
  95. //
  96. // pictureBox7
  97. //
  98. this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
  99. this.pictureBox7.Location = new System.Drawing.Point(210, 8);
  100. this.pictureBox7.Name = "pictureBox7";
  101. this.pictureBox7.Size = new System.Drawing.Size(43, 34);
  102. this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  103. this.pictureBox7.TabIndex = 5;
  104. this.pictureBox7.TabStop = false;
  105. this.pictureBox7.Click += new System.EventHandler(this.btnSelect_Click);
  106. //
  107. // chkSearch
  108. //
  109. this.chkSearch.Location = new System.Drawing.Point(562, 17);
  110. this.chkSearch.Name = "chkSearch";
  111. this.chkSearch.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  112. this.chkSearch.Properties.Appearance.Options.UseFont = true;
  113. this.chkSearch.Properties.Caption = "功能搜索结果";
  114. this.chkSearch.Size = new System.Drawing.Size(98, 22);
  115. this.chkSearch.TabIndex = 4;
  116. this.chkSearch.CheckedChanged += new System.EventHandler(this.chkSearch_CheckedChanged);
  117. //
  118. // chkSelfMenu
  119. //
  120. this.chkSelfMenu.Location = new System.Drawing.Point(458, 17);
  121. this.chkSelfMenu.Name = "chkSelfMenu";
  122. this.chkSelfMenu.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
  123. this.chkSelfMenu.Properties.Appearance.Options.UseFont = true;
  124. this.chkSelfMenu.Properties.Caption = "自定义菜单";
  125. this.chkSelfMenu.Size = new System.Drawing.Size(98, 22);
  126. this.chkSelfMenu.TabIndex = 3;
  127. this.chkSelfMenu.CheckedChanged += new System.EventHandler(this.chkSelfMenu_CheckedChanged);
  128. //
  129. // chkSysMenu
  130. //
  131. this.chkSysMenu.Location = new System.Drawing.Point(359, 17);
  132. this.chkSysMenu.Name = "chkSysMenu";
  133. this.chkSysMenu.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
  134. this.chkSysMenu.Properties.Appearance.Options.UseFont = true;
  135. this.chkSysMenu.Properties.Caption = "系统菜单";
  136. this.chkSysMenu.Size = new System.Drawing.Size(75, 22);
  137. this.chkSysMenu.TabIndex = 3;
  138. this.chkSysMenu.CheckedChanged += new System.EventHandler(this.chkSysMenu_CheckedChanged);
  139. //
  140. // txtKeyWords
  141. //
  142. this.txtKeyWords.Location = new System.Drawing.Point(0, 8);
  143. this.txtKeyWords.Name = "txtKeyWords";
  144. this.txtKeyWords.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F);
  145. this.txtKeyWords.Properties.Appearance.Options.UseFont = true;
  146. this.txtKeyWords.Size = new System.Drawing.Size(210, 34);
  147. this.txtKeyWords.TabIndex = 1;
  148. //
  149. // FormTableMenu
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(987, 485);
  154. this.Controls.Add(this.galTable);
  155. this.Controls.Add(this.panelControl1);
  156. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  157. this.Name = "FormTableMenu";
  158. this.Text = "业务导航";
  159. ((System.ComponentModel.ISupportInitialize)(this.galTable)).EndInit();
  160. this.galTable.ResumeLayout(false);
  161. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  162. this.panelControl1.ResumeLayout(false);
  163. this.panelControl1.PerformLayout();
  164. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.chkSearch.Properties)).EndInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.chkSelfMenu.Properties)).EndInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.chkSysMenu.Properties)).EndInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.txtKeyWords.Properties)).EndInit();
  169. this.ResumeLayout(false);
  170. }
  171. #endregion
  172. private DevExpress.XtraBars.Ribbon.GalleryControl galTable;
  173. private DevExpress.XtraBars.Ribbon.GalleryControlClient galleryControlClient1;
  174. private DevExpress.XtraEditors.PanelControl panelControl1;
  175. private DevExpress.XtraEditors.TextEdit txtKeyWords;
  176. private DevExpress.XtraEditors.CheckEdit chkSelfMenu;
  177. private DevExpress.XtraEditors.CheckEdit chkSysMenu;
  178. private DevExpress.XtraEditors.CheckEdit chkSearch;
  179. private System.Windows.Forms.PictureBox pictureBox7;
  180. }
  181. }