aec94661384e76a8bfdd8b0d4b7575913a3c723e.svn-base 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. namespace Core.LZMes.Client.UIE{
  2. partial class UIE041010
  3. {
  4. /// <summary>
  5. /// Required designer variable.
  6. /// </summary>
  7. private System.ComponentModel.IContainer components = null;
  8. /// <summary>
  9. /// Clean up any resources being used.
  10. /// </summary>
  11. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  12. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Windows Form Designer generated code
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  28. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USED_YN");
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROC_RATE");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOD_ID");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOD_DTIME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROC_NM");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROC_CD", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  34. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  44. this.dataSet1 = new System.Data.DataSet();
  45. this.dataTable1 = new System.Data.DataTable();
  46. this.dataColumn1 = new System.Data.DataColumn();
  47. this.dataColumn2 = new System.Data.DataColumn();
  48. this.dataColumn3 = new System.Data.DataColumn();
  49. this.dataColumn4 = new System.Data.DataColumn();
  50. this.dataColumn5 = new System.Data.DataColumn();
  51. this.dataColumn6 = new System.Data.DataColumn();
  52. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  53. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  54. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  55. this.checkBox1 = new System.Windows.Forms.CheckBox();
  56. this.label2 = new System.Windows.Forms.Label();
  57. this.textBox2 = new System.Windows.Forms.TextBox();
  58. this.label1 = new System.Windows.Forms.Label();
  59. this.textBox1 = new System.Windows.Forms.TextBox();
  60. this.label6 = new System.Windows.Forms.Label();
  61. this.textBox3 = new System.Windows.Forms.TextBox();
  62. this.label5 = new System.Windows.Forms.Label();
  63. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  64. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  67. this.ultraGroupBox1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  69. this.ultraExpandableGroupBox1.SuspendLayout();
  70. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // dataSet1
  75. //
  76. this.dataSet1.DataSetName = "NewDataSet";
  77. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  78. this.dataTable1});
  79. //
  80. // dataTable1
  81. //
  82. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  83. this.dataColumn1,
  84. this.dataColumn2,
  85. this.dataColumn3,
  86. this.dataColumn4,
  87. this.dataColumn5,
  88. this.dataColumn6});
  89. this.dataTable1.TableName = "Table1";
  90. //
  91. // dataColumn1
  92. //
  93. this.dataColumn1.ColumnName = "USED_YN";
  94. //
  95. // dataColumn2
  96. //
  97. this.dataColumn2.ColumnName = "PROC_RATE";
  98. //
  99. // dataColumn3
  100. //
  101. this.dataColumn3.ColumnName = "MOD_ID";
  102. //
  103. // dataColumn4
  104. //
  105. this.dataColumn4.ColumnName = "MOD_DTIME";
  106. //
  107. // dataColumn5
  108. //
  109. this.dataColumn5.ColumnName = "PROC_NM";
  110. //
  111. // dataColumn6
  112. //
  113. this.dataColumn6.ColumnName = "PROC_CD";
  114. //
  115. // ultraGroupBox1
  116. //
  117. this.ultraGroupBox1.Controls.Add(this.ultraExpandableGroupBox1);
  118. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  119. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  121. this.ultraGroupBox1.Name = "ultraGroupBox1";
  122. this.ultraGroupBox1.Size = new System.Drawing.Size(1174, 442);
  123. this.ultraGroupBox1.TabIndex = 0;
  124. //
  125. // ultraExpandableGroupBox1
  126. //
  127. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  128. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  129. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1168, 63);
  130. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(3, 376);
  131. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  132. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1168, 63);
  133. this.ultraExpandableGroupBox1.TabIndex = 1;
  134. this.ultraExpandableGroupBox1.Text = "编辑区域";
  135. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  136. //
  137. // ultraExpandableGroupBoxPanel1
  138. //
  139. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.checkBox1);
  140. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label2);
  141. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox2);
  142. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
  143. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox1);
  144. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label6);
  145. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.textBox3);
  146. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label5);
  147. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 20);
  149. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  150. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1162, 40);
  151. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  152. //
  153. // checkBox1
  154. //
  155. this.checkBox1.AutoSize = true;
  156. this.checkBox1.Location = new System.Drawing.Point(68, 10);
  157. this.checkBox1.Name = "checkBox1";
  158. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  159. this.checkBox1.TabIndex = 13;
  160. this.checkBox1.UseVisualStyleBackColor = true;
  161. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  162. //
  163. // label2
  164. //
  165. this.label2.AutoSize = true;
  166. this.label2.Location = new System.Drawing.Point(436, 10);
  167. this.label2.Name = "label2";
  168. this.label2.Size = new System.Drawing.Size(59, 12);
  169. this.label2.TabIndex = 11;
  170. this.label2.Text = "工序代码:";
  171. //
  172. // textBox2
  173. //
  174. this.textBox2.Location = new System.Drawing.Point(497, 3);
  175. this.textBox2.Name = "textBox2";
  176. this.textBox2.ReadOnly = true;
  177. this.textBox2.Size = new System.Drawing.Size(91, 21);
  178. this.textBox2.TabIndex = 12;
  179. //
  180. // label1
  181. //
  182. this.label1.AutoSize = true;
  183. this.label1.Location = new System.Drawing.Point(263, 10);
  184. this.label1.Name = "label1";
  185. this.label1.Size = new System.Drawing.Size(59, 12);
  186. this.label1.TabIndex = 11;
  187. this.label1.Text = "工厂名称:";
  188. //
  189. // textBox1
  190. //
  191. this.textBox1.Location = new System.Drawing.Point(324, 3);
  192. this.textBox1.Name = "textBox1";
  193. this.textBox1.ReadOnly = true;
  194. this.textBox1.Size = new System.Drawing.Size(91, 21);
  195. this.textBox1.TabIndex = 12;
  196. //
  197. // label6
  198. //
  199. this.label6.AutoSize = true;
  200. this.label6.Location = new System.Drawing.Point(101, 10);
  201. this.label6.Name = "label6";
  202. this.label6.Size = new System.Drawing.Size(47, 12);
  203. this.label6.TabIndex = 11;
  204. this.label6.Text = "实得率:";
  205. //
  206. // textBox3
  207. //
  208. this.textBox3.Location = new System.Drawing.Point(154, 3);
  209. this.textBox3.Name = "textBox3";
  210. this.textBox3.Size = new System.Drawing.Size(87, 21);
  211. this.textBox3.TabIndex = 12;
  212. //
  213. // label5
  214. //
  215. this.label5.AutoSize = true;
  216. this.label5.Location = new System.Drawing.Point(5, 10);
  217. this.label5.Name = "label5";
  218. this.label5.Size = new System.Drawing.Size(59, 12);
  219. this.label5.TabIndex = 10;
  220. this.label5.Text = "是否启用:";
  221. //
  222. // ultraGrid1
  223. //
  224. this.ultraGrid1.DataSource = this.dataSet1;
  225. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  226. ultraGridColumn1.Header.Caption = "是否启用";
  227. ultraGridColumn1.Header.VisiblePosition = 0;
  228. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  229. ultraGridColumn2.Header.Caption = "实得率";
  230. ultraGridColumn2.Header.VisiblePosition = 1;
  231. ultraGridColumn3.Header.Caption = "修改者";
  232. ultraGridColumn3.Header.VisiblePosition = 2;
  233. ultraGridColumn4.Header.Caption = "修改时间";
  234. ultraGridColumn4.Header.VisiblePosition = 3;
  235. ultraGridColumn5.Header.Caption = "工厂名称";
  236. ultraGridColumn5.Header.VisiblePosition = 4;
  237. ultraGridColumn6.Header.Caption = "工序代码";
  238. ultraGridColumn6.Header.VisiblePosition = 5;
  239. ultraGridBand1.Columns.AddRange(new object[] {
  240. ultraGridColumn1,
  241. ultraGridColumn2,
  242. ultraGridColumn3,
  243. ultraGridColumn4,
  244. ultraGridColumn5,
  245. ultraGridColumn6});
  246. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  247. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  248. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  249. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  250. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  251. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  252. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  253. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  254. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  255. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  256. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  257. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  258. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  259. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  260. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  261. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  262. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  263. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  264. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  265. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  266. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  267. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  268. appearance19.BackColor = System.Drawing.SystemColors.Window;
  269. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  270. appearance20.BorderColor = System.Drawing.Color.Silver;
  271. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  272. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  273. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  274. appearance21.BackColor = System.Drawing.SystemColors.Control;
  275. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  276. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  277. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  278. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  279. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  280. appearance22.BackColor = System.Drawing.Color.LightSteelBlue;
  281. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  282. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  283. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  284. appearance23.BackColor = System.Drawing.SystemColors.Window;
  285. appearance23.BorderColor = System.Drawing.Color.Silver;
  286. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  287. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  288. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  289. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  290. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  291. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  292. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  293. this.ultraGrid1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  295. this.ultraGrid1.Name = "ultraGrid1";
  296. this.ultraGrid1.Size = new System.Drawing.Size(1168, 439);
  297. this.ultraGrid1.TabIndex = 0;
  298. this.ultraGrid1.Text = "ultraGrid1";
  299. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  300. //
  301. // UIE041010
  302. //
  303. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  304. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  305. this.ClientSize = new System.Drawing.Size(1174, 442);
  306. this.Controls.Add(this.ultraGroupBox1);
  307. this.Name = "UIE041010";
  308. this.Text = "工序实得率录入";
  309. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  312. this.ultraGroupBox1.ResumeLayout(false);
  313. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  314. this.ultraExpandableGroupBox1.ResumeLayout(false);
  315. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  316. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  317. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  318. this.ResumeLayout(false);
  319. }
  320. #endregion
  321. private System.Data.DataSet dataSet1;
  322. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  323. private System.Data.DataTable dataTable1;
  324. private System.Data.DataColumn dataColumn1;
  325. private System.Data.DataColumn dataColumn2;
  326. private System.Data.DataColumn dataColumn3;
  327. private System.Data.DataColumn dataColumn4;
  328. private System.Data.DataColumn dataColumn5;
  329. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  330. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  331. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  332. private System.Windows.Forms.CheckBox checkBox1;
  333. private System.Windows.Forms.Label label6;
  334. private System.Windows.Forms.TextBox textBox3;
  335. private System.Windows.Forms.Label label5;
  336. private System.Windows.Forms.Label label1;
  337. private System.Windows.Forms.TextBox textBox1;
  338. private System.Data.DataColumn dataColumn6;
  339. private System.Windows.Forms.Label label2;
  340. private System.Windows.Forms.TextBox textBox2;
  341. }
  342. }