frmHotDeliveryUpdateClass.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. 
  2. namespace MeterModuleLibrary
  3. {
  4. partial class frmHotDeliveryUpdateClass
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.dtProductDate = new System.Windows.Forms.DateTimePicker();
  45. this.tbClass = new System.Windows.Forms.TextBox();
  46. this.tbGroup = new System.Windows.Forms.TextBox();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.cmbMeterGroup = new Infragistics.Win.UltraWinGrid.UltraCombo();
  49. this.cmbMeterClass = new Infragistics.Win.UltraWinGrid.UltraCombo();
  50. this.tbProductDate = new System.Windows.Forms.TextBox();
  51. this.btOK = new System.Windows.Forms.Button();
  52. this.Cancle = new System.Windows.Forms.Button();
  53. ((System.ComponentModel.ISupportInitialize)(this.cmbMeterGroup)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.cmbMeterClass)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Location = new System.Drawing.Point(5, 24);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(53, 12);
  63. this.label1.TabIndex = 0;
  64. this.label1.Text = "生产日期";
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Location = new System.Drawing.Point(5, 59);
  70. this.label2.Name = "label2";
  71. this.label2.Size = new System.Drawing.Size(53, 12);
  72. this.label2.TabIndex = 1;
  73. this.label2.Text = "班次班组";
  74. //
  75. // label3
  76. //
  77. this.label3.AutoSize = true;
  78. this.label3.Font = new System.Drawing.Font("宋体", 14F);
  79. this.label3.Location = new System.Drawing.Point(202, 19);
  80. this.label3.Name = "label3";
  81. this.label3.Size = new System.Drawing.Size(28, 19);
  82. this.label3.TabIndex = 16;
  83. this.label3.Text = "→";
  84. //
  85. // dtProductDate
  86. //
  87. this.dtProductDate.CalendarFont = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
  88. this.dtProductDate.Font = new System.Drawing.Font("宋体", 10F);
  89. this.dtProductDate.Location = new System.Drawing.Point(236, 17);
  90. this.dtProductDate.Name = "dtProductDate";
  91. this.dtProductDate.Size = new System.Drawing.Size(132, 23);
  92. this.dtProductDate.TabIndex = 17;
  93. //
  94. // tbClass
  95. //
  96. this.tbClass.BackColor = System.Drawing.SystemColors.Info;
  97. this.tbClass.Font = new System.Drawing.Font("宋体", 10F);
  98. this.tbClass.Location = new System.Drawing.Point(64, 52);
  99. this.tbClass.Name = "tbClass";
  100. this.tbClass.ReadOnly = true;
  101. this.tbClass.Size = new System.Drawing.Size(60, 23);
  102. this.tbClass.TabIndex = 18;
  103. //
  104. // tbGroup
  105. //
  106. this.tbGroup.BackColor = System.Drawing.SystemColors.Info;
  107. this.tbGroup.Font = new System.Drawing.Font("宋体", 10F);
  108. this.tbGroup.Location = new System.Drawing.Point(136, 52);
  109. this.tbGroup.Name = "tbGroup";
  110. this.tbGroup.ReadOnly = true;
  111. this.tbGroup.Size = new System.Drawing.Size(60, 23);
  112. this.tbGroup.TabIndex = 19;
  113. //
  114. // label4
  115. //
  116. this.label4.AutoSize = true;
  117. this.label4.Font = new System.Drawing.Font("宋体", 14F);
  118. this.label4.Location = new System.Drawing.Point(202, 56);
  119. this.label4.Name = "label4";
  120. this.label4.Size = new System.Drawing.Size(28, 19);
  121. this.label4.TabIndex = 20;
  122. this.label4.Text = "→";
  123. //
  124. // cmbMeterGroup
  125. //
  126. this.cmbMeterGroup.CheckedListSettings.CheckStateMember = "";
  127. appearance1.BackColor = System.Drawing.Color.White;
  128. appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
  129. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
  130. this.cmbMeterGroup.DisplayLayout.Appearance = appearance1;
  131. this.cmbMeterGroup.DisplayLayout.InterBandSpacing = 10;
  132. appearance2.BackColor = System.Drawing.Color.Transparent;
  133. this.cmbMeterGroup.DisplayLayout.Override.CardAreaAppearance = appearance2;
  134. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
  135. appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
  136. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  137. appearance3.ForeColor = System.Drawing.Color.White;
  138. appearance3.TextHAlignAsString = "Left";
  139. appearance3.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  140. this.cmbMeterGroup.DisplayLayout.Override.HeaderAppearance = appearance3;
  141. appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
  142. this.cmbMeterGroup.DisplayLayout.Override.RowAppearance = appearance4;
  143. appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
  144. appearance10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
  145. appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  146. this.cmbMeterGroup.DisplayLayout.Override.RowSelectorAppearance = appearance10;
  147. this.cmbMeterGroup.DisplayLayout.Override.RowSelectorWidth = 12;
  148. this.cmbMeterGroup.DisplayLayout.Override.RowSpacingBefore = 2;
  149. appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  150. appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  151. appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  152. appearance11.ForeColor = System.Drawing.Color.Black;
  153. this.cmbMeterGroup.DisplayLayout.Override.SelectedRowAppearance = appearance11;
  154. this.cmbMeterGroup.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
  155. this.cmbMeterGroup.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
  156. this.cmbMeterGroup.Font = new System.Drawing.Font("宋体", 10F);
  157. this.cmbMeterGroup.Location = new System.Drawing.Point(307, 52);
  158. this.cmbMeterGroup.Name = "cmbMeterGroup";
  159. this.cmbMeterGroup.Size = new System.Drawing.Size(60, 23);
  160. this.cmbMeterGroup.TabIndex = 22;
  161. //
  162. // cmbMeterClass
  163. //
  164. this.cmbMeterClass.CheckedListSettings.CheckStateMember = "";
  165. appearance5.BackColor = System.Drawing.Color.White;
  166. appearance5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
  167. appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.ForwardDiagonal;
  168. this.cmbMeterClass.DisplayLayout.Appearance = appearance5;
  169. this.cmbMeterClass.DisplayLayout.InterBandSpacing = 10;
  170. appearance6.BackColor = System.Drawing.Color.Transparent;
  171. this.cmbMeterClass.DisplayLayout.Override.CardAreaAppearance = appearance6;
  172. appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
  173. appearance7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
  174. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  175. appearance7.ForeColor = System.Drawing.Color.White;
  176. appearance7.TextHAlignAsString = "Left";
  177. appearance7.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  178. this.cmbMeterClass.DisplayLayout.Override.HeaderAppearance = appearance7;
  179. appearance8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
  180. this.cmbMeterClass.DisplayLayout.Override.RowAppearance = appearance8;
  181. appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(149)))), ((int)(((byte)(255)))));
  182. appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
  183. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  184. this.cmbMeterClass.DisplayLayout.Override.RowSelectorAppearance = appearance9;
  185. this.cmbMeterClass.DisplayLayout.Override.RowSelectorWidth = 12;
  186. this.cmbMeterClass.DisplayLayout.Override.RowSpacingBefore = 2;
  187. appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  188. appearance17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  189. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  190. appearance17.ForeColor = System.Drawing.Color.Black;
  191. this.cmbMeterClass.DisplayLayout.Override.SelectedRowAppearance = appearance17;
  192. this.cmbMeterClass.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(68)))), ((int)(((byte)(208)))));
  193. this.cmbMeterClass.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Solid;
  194. this.cmbMeterClass.Font = new System.Drawing.Font("宋体", 10F);
  195. this.cmbMeterClass.Location = new System.Drawing.Point(236, 52);
  196. this.cmbMeterClass.Name = "cmbMeterClass";
  197. this.cmbMeterClass.Size = new System.Drawing.Size(60, 23);
  198. this.cmbMeterClass.TabIndex = 21;
  199. //
  200. // tbProductDate
  201. //
  202. this.tbProductDate.BackColor = System.Drawing.SystemColors.Info;
  203. this.tbProductDate.Font = new System.Drawing.Font("宋体", 10F);
  204. this.tbProductDate.Location = new System.Drawing.Point(64, 19);
  205. this.tbProductDate.Name = "tbProductDate";
  206. this.tbProductDate.ReadOnly = true;
  207. this.tbProductDate.Size = new System.Drawing.Size(132, 23);
  208. this.tbProductDate.TabIndex = 23;
  209. //
  210. // btOK
  211. //
  212. this.btOK.Font = new System.Drawing.Font("宋体", 10F);
  213. this.btOK.Location = new System.Drawing.Point(192, 97);
  214. this.btOK.Name = "btOK";
  215. this.btOK.Size = new System.Drawing.Size(75, 23);
  216. this.btOK.TabIndex = 24;
  217. this.btOK.Text = "确认";
  218. this.btOK.UseVisualStyleBackColor = true;
  219. this.btOK.Click += new System.EventHandler(this.btOK_Click);
  220. //
  221. // Cancle
  222. //
  223. this.Cancle.Font = new System.Drawing.Font("宋体", 10F);
  224. this.Cancle.Location = new System.Drawing.Point(292, 97);
  225. this.Cancle.Name = "Cancle";
  226. this.Cancle.Size = new System.Drawing.Size(75, 23);
  227. this.Cancle.TabIndex = 25;
  228. this.Cancle.Text = "取消";
  229. this.Cancle.UseVisualStyleBackColor = true;
  230. this.Cancle.Click += new System.EventHandler(this.Cancle_Click);
  231. //
  232. // frmHotDeliveryUpdateClass
  233. //
  234. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  235. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  236. this.ClientSize = new System.Drawing.Size(383, 131);
  237. this.Controls.Add(this.Cancle);
  238. this.Controls.Add(this.btOK);
  239. this.Controls.Add(this.tbProductDate);
  240. this.Controls.Add(this.cmbMeterGroup);
  241. this.Controls.Add(this.cmbMeterClass);
  242. this.Controls.Add(this.label4);
  243. this.Controls.Add(this.tbGroup);
  244. this.Controls.Add(this.tbClass);
  245. this.Controls.Add(this.dtProductDate);
  246. this.Controls.Add(this.label3);
  247. this.Controls.Add(this.label2);
  248. this.Controls.Add(this.label1);
  249. this.Name = "frmHotDeliveryUpdateClass";
  250. this.Text = "更新班次班组";
  251. this.Load += new System.EventHandler(this.frmHotDeliveryUpdateClass_Load);
  252. ((System.ComponentModel.ISupportInitialize)(this.cmbMeterGroup)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.cmbMeterClass)).EndInit();
  254. this.ResumeLayout(false);
  255. this.PerformLayout();
  256. }
  257. #endregion
  258. private System.Windows.Forms.Label label1;
  259. private System.Windows.Forms.Label label2;
  260. private System.Windows.Forms.Label label3;
  261. private System.Windows.Forms.DateTimePicker dtProductDate;
  262. private System.Windows.Forms.TextBox tbClass;
  263. private System.Windows.Forms.TextBox tbGroup;
  264. private System.Windows.Forms.Label label4;
  265. private Infragistics.Win.UltraWinGrid.UltraCombo cmbMeterGroup;
  266. private Infragistics.Win.UltraWinGrid.UltraCombo cmbMeterClass;
  267. private System.Windows.Forms.TextBox tbProductDate;
  268. private System.Windows.Forms.Button btOK;
  269. private System.Windows.Forms.Button Cancle;
  270. }
  271. }