frmClassSelect.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmClassSelect
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance97 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance99 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance107 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance108 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance109 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance110 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance111 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance112 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance113 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance114 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance115 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
  52. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  53. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  54. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  55. this.comboBox1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
  56. this.comboBox2 = new Infragistics.Win.UltraWinGrid.UltraCombo();
  57. this.button1 = new System.Windows.Forms.Button();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  59. this.ultraGroupBox1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.comboBox2)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // ultraGroupBox1
  65. //
  66. this.ultraGroupBox1.Controls.Add(this.comboBox2);
  67. this.ultraGroupBox1.Controls.Add(this.comboBox1);
  68. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  69. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  70. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  72. this.ultraGroupBox1.Name = "ultraGroupBox1";
  73. this.ultraGroupBox1.Size = new System.Drawing.Size(222, 58);
  74. this.ultraGroupBox1.TabIndex = 0;
  75. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000;
  76. //
  77. // ultraLabel2
  78. //
  79. this.ultraLabel2.Location = new System.Drawing.Point(189, 26);
  80. this.ultraLabel2.Name = "ultraLabel2";
  81. this.ultraLabel2.Size = new System.Drawing.Size(23, 23);
  82. this.ultraLabel2.TabIndex = 4;
  83. this.ultraLabel2.Text = "班";
  84. //
  85. // ultraLabel1
  86. //
  87. this.ultraLabel1.Location = new System.Drawing.Point(81, 26);
  88. this.ultraLabel1.Name = "ultraLabel1";
  89. this.ultraLabel1.Size = new System.Drawing.Size(23, 23);
  90. this.ultraLabel1.TabIndex = 2;
  91. this.ultraLabel1.Text = "班";
  92. //
  93. // comboBox1
  94. //
  95. this.comboBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  96. appearance97.BackColor = System.Drawing.SystemColors.Window;
  97. appearance97.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  98. this.comboBox1.DisplayLayout.Appearance = appearance97;
  99. this.comboBox1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  100. this.comboBox1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  101. appearance98.BackColor = System.Drawing.SystemColors.ActiveBorder;
  102. appearance98.BackColor2 = System.Drawing.SystemColors.ControlDark;
  103. appearance98.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  104. appearance98.BorderColor = System.Drawing.SystemColors.Window;
  105. this.comboBox1.DisplayLayout.GroupByBox.Appearance = appearance98;
  106. appearance99.ForeColor = System.Drawing.SystemColors.GrayText;
  107. this.comboBox1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance99;
  108. this.comboBox1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  109. appearance100.BackColor = System.Drawing.SystemColors.ControlLightLight;
  110. appearance100.BackColor2 = System.Drawing.SystemColors.Control;
  111. appearance100.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  112. appearance100.ForeColor = System.Drawing.SystemColors.GrayText;
  113. this.comboBox1.DisplayLayout.GroupByBox.PromptAppearance = appearance100;
  114. this.comboBox1.DisplayLayout.MaxColScrollRegions = 1;
  115. this.comboBox1.DisplayLayout.MaxRowScrollRegions = 1;
  116. appearance101.BackColor = System.Drawing.SystemColors.Window;
  117. appearance101.ForeColor = System.Drawing.SystemColors.ControlText;
  118. this.comboBox1.DisplayLayout.Override.ActiveCellAppearance = appearance101;
  119. appearance102.BackColor = System.Drawing.SystemColors.Highlight;
  120. appearance102.ForeColor = System.Drawing.SystemColors.HighlightText;
  121. this.comboBox1.DisplayLayout.Override.ActiveRowAppearance = appearance102;
  122. this.comboBox1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  123. this.comboBox1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  124. appearance103.BackColor = System.Drawing.SystemColors.Window;
  125. this.comboBox1.DisplayLayout.Override.CardAreaAppearance = appearance103;
  126. appearance104.BorderColor = System.Drawing.Color.Silver;
  127. appearance104.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  128. this.comboBox1.DisplayLayout.Override.CellAppearance = appearance104;
  129. this.comboBox1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  130. this.comboBox1.DisplayLayout.Override.CellPadding = 0;
  131. appearance105.BackColor = System.Drawing.SystemColors.Control;
  132. appearance105.BackColor2 = System.Drawing.SystemColors.ControlDark;
  133. appearance105.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  134. appearance105.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  135. appearance105.BorderColor = System.Drawing.SystemColors.Window;
  136. this.comboBox1.DisplayLayout.Override.GroupByRowAppearance = appearance105;
  137. appearance106.TextHAlign = Infragistics.Win.HAlign.Left;
  138. this.comboBox1.DisplayLayout.Override.HeaderAppearance = appearance106;
  139. this.comboBox1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  140. this.comboBox1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  141. appearance107.BackColor = System.Drawing.SystemColors.Window;
  142. appearance107.BorderColor = System.Drawing.Color.Silver;
  143. this.comboBox1.DisplayLayout.Override.RowAppearance = appearance107;
  144. this.comboBox1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  145. appearance108.BackColor = System.Drawing.SystemColors.ControlLight;
  146. this.comboBox1.DisplayLayout.Override.TemplateAddRowAppearance = appearance108;
  147. this.comboBox1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  148. this.comboBox1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  149. this.comboBox1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  150. this.comboBox1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Standard;
  151. this.comboBox1.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
  152. this.comboBox1.Location = new System.Drawing.Point(10, 22);
  153. this.comboBox1.Name = "comboBox1";
  154. this.comboBox1.Size = new System.Drawing.Size(61, 22);
  155. this.comboBox1.TabIndex = 2;
  156. //
  157. // comboBox2
  158. //
  159. this.comboBox2.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  160. appearance109.BackColor = System.Drawing.SystemColors.Window;
  161. appearance109.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  162. this.comboBox2.DisplayLayout.Appearance = appearance109;
  163. this.comboBox2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  164. this.comboBox2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  165. appearance110.BackColor = System.Drawing.SystemColors.ActiveBorder;
  166. appearance110.BackColor2 = System.Drawing.SystemColors.ControlDark;
  167. appearance110.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  168. appearance110.BorderColor = System.Drawing.SystemColors.Window;
  169. this.comboBox2.DisplayLayout.GroupByBox.Appearance = appearance110;
  170. appearance111.ForeColor = System.Drawing.SystemColors.GrayText;
  171. this.comboBox2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance111;
  172. this.comboBox2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  173. appearance112.BackColor = System.Drawing.SystemColors.ControlLightLight;
  174. appearance112.BackColor2 = System.Drawing.SystemColors.Control;
  175. appearance112.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  176. appearance112.ForeColor = System.Drawing.SystemColors.GrayText;
  177. this.comboBox2.DisplayLayout.GroupByBox.PromptAppearance = appearance112;
  178. this.comboBox2.DisplayLayout.MaxColScrollRegions = 1;
  179. this.comboBox2.DisplayLayout.MaxRowScrollRegions = 1;
  180. appearance113.BackColor = System.Drawing.SystemColors.Window;
  181. appearance113.ForeColor = System.Drawing.SystemColors.ControlText;
  182. this.comboBox2.DisplayLayout.Override.ActiveCellAppearance = appearance113;
  183. appearance114.BackColor = System.Drawing.SystemColors.Highlight;
  184. appearance114.ForeColor = System.Drawing.SystemColors.HighlightText;
  185. this.comboBox2.DisplayLayout.Override.ActiveRowAppearance = appearance114;
  186. this.comboBox2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  187. this.comboBox2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  188. appearance115.BackColor = System.Drawing.SystemColors.Window;
  189. this.comboBox2.DisplayLayout.Override.CardAreaAppearance = appearance115;
  190. appearance116.BorderColor = System.Drawing.Color.Silver;
  191. appearance116.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  192. this.comboBox2.DisplayLayout.Override.CellAppearance = appearance116;
  193. this.comboBox2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  194. this.comboBox2.DisplayLayout.Override.CellPadding = 0;
  195. appearance117.BackColor = System.Drawing.SystemColors.Control;
  196. appearance117.BackColor2 = System.Drawing.SystemColors.ControlDark;
  197. appearance117.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  198. appearance117.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  199. appearance117.BorderColor = System.Drawing.SystemColors.Window;
  200. this.comboBox2.DisplayLayout.Override.GroupByRowAppearance = appearance117;
  201. appearance118.TextHAlign = Infragistics.Win.HAlign.Left;
  202. this.comboBox2.DisplayLayout.Override.HeaderAppearance = appearance118;
  203. this.comboBox2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  204. this.comboBox2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  205. appearance119.BackColor = System.Drawing.SystemColors.Window;
  206. appearance119.BorderColor = System.Drawing.Color.Silver;
  207. this.comboBox2.DisplayLayout.Override.RowAppearance = appearance119;
  208. this.comboBox2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  209. appearance120.BackColor = System.Drawing.SystemColors.ControlLight;
  210. this.comboBox2.DisplayLayout.Override.TemplateAddRowAppearance = appearance120;
  211. this.comboBox2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  212. this.comboBox2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  213. this.comboBox2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  214. this.comboBox2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Standard;
  215. this.comboBox2.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
  216. this.comboBox2.Location = new System.Drawing.Point(110, 22);
  217. this.comboBox2.Name = "comboBox2";
  218. this.comboBox2.Size = new System.Drawing.Size(61, 22);
  219. this.comboBox2.TabIndex = 3;
  220. //
  221. // button1
  222. //
  223. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  224. this.button1.Location = new System.Drawing.Point(58, 67);
  225. this.button1.Name = "button1";
  226. this.button1.Size = new System.Drawing.Size(75, 25);
  227. this.button1.TabIndex = 2;
  228. this.button1.Text = "确 定";
  229. this.button1.UseVisualStyleBackColor = false;
  230. this.button1.Click += new System.EventHandler(this.button1_Click);
  231. //
  232. // frmClassSelect
  233. //
  234. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  235. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  236. this.BackColor = System.Drawing.Color.LightSteelBlue;
  237. this.ClientSize = new System.Drawing.Size(222, 103);
  238. this.Controls.Add(this.button1);
  239. this.Controls.Add(this.ultraGroupBox1);
  240. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  241. this.MaximizeBox = false;
  242. this.MinimizeBox = false;
  243. this.Name = "frmClassSelect";
  244. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  245. this.Text = "请选择班次";
  246. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  247. this.ultraGroupBox1.ResumeLayout(false);
  248. this.ultraGroupBox1.PerformLayout();
  249. ((System.ComponentModel.ISupportInitialize)(this.comboBox1)).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.comboBox2)).EndInit();
  251. this.ResumeLayout(false);
  252. }
  253. #endregion
  254. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  255. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  256. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  257. private Infragistics.Win.UltraWinGrid.UltraCombo comboBox1;
  258. private Infragistics.Win.UltraWinGrid.UltraCombo comboBox2;
  259. private System.Windows.Forms.Button button1;
  260. }
  261. }