FrmSetPline.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. namespace Core.StlMes.Client.Mcp.Mch.MchResult
  2. {
  3. partial class FrmSetPline
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  30. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  31. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("MchComSetplineEntity", -1);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineCode");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineName");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StationCodes");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StationNames");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UserDate");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UserName");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OfflinePlace");
  41. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  53. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSetPline));
  54. this.kreason = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  55. this.judgeNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  56. this.txtOffice = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  57. this.FrmScrap_Fill_Panel = new System.Windows.Forms.Panel();
  58. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  59. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  60. this.mchComSetplineEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  61. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  62. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  63. ((System.ComponentModel.ISupportInitialize)(this.kreason)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.judgeNo)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtOffice)).BeginInit();
  66. this.FrmScrap_Fill_Panel.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  68. this.ultraGroupBox2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.mchComSetplineEntityBindingSource)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  72. this.ultraGroupBox1.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // kreason
  76. //
  77. this.kreason.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  78. this.kreason.Location = new System.Drawing.Point(82, 9);
  79. this.kreason.Name = "kreason";
  80. this.kreason.Size = new System.Drawing.Size(144, 24);
  81. this.kreason.TabIndex = 74;
  82. this.kreason.TextChanged += new System.EventHandler(this.kreason_TextChanged);
  83. //
  84. // judgeNo
  85. //
  86. editorButton1.Text = "工序点调整";
  87. this.judgeNo.ButtonsRight.Add(editorButton1);
  88. this.judgeNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  89. this.judgeNo.Location = new System.Drawing.Point(269, 265);
  90. this.judgeNo.Margin = new System.Windows.Forms.Padding(4);
  91. this.judgeNo.MaxLength = 100;
  92. this.judgeNo.Name = "judgeNo";
  93. this.judgeNo.Size = new System.Drawing.Size(374, 24);
  94. this.judgeNo.TabIndex = 1079;
  95. this.judgeNo.Visible = false;
  96. this.judgeNo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.judgeNo_EditorButtonClick);
  97. //
  98. // txtOffice
  99. //
  100. editorButton2.Text = "去向调整";
  101. this.txtOffice.ButtonsRight.Add(editorButton2);
  102. this.txtOffice.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  103. this.txtOffice.Location = new System.Drawing.Point(200, 196);
  104. this.txtOffice.Margin = new System.Windows.Forms.Padding(4);
  105. this.txtOffice.MaxLength = 100;
  106. this.txtOffice.Name = "txtOffice";
  107. this.txtOffice.Size = new System.Drawing.Size(374, 24);
  108. this.txtOffice.TabIndex = 1080;
  109. this.txtOffice.Visible = false;
  110. this.txtOffice.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtOffice_EditorButtonClick);
  111. //
  112. // FrmScrap_Fill_Panel
  113. //
  114. this.FrmScrap_Fill_Panel.Controls.Add(this.ultraGroupBox2);
  115. this.FrmScrap_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  116. this.FrmScrap_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.FrmScrap_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  118. this.FrmScrap_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  119. this.FrmScrap_Fill_Panel.Name = "FrmScrap_Fill_Panel";
  120. this.FrmScrap_Fill_Panel.Size = new System.Drawing.Size(774, 416);
  121. this.FrmScrap_Fill_Panel.TabIndex = 0;
  122. //
  123. // ultraGroupBox2
  124. //
  125. this.ultraGroupBox2.Controls.Add(this.txtOffice);
  126. this.ultraGroupBox2.Controls.Add(this.judgeNo);
  127. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  128. this.ultraGroupBox2.Controls.Add(this.ultraGroupBox1);
  129. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  131. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
  132. this.ultraGroupBox2.Name = "ultraGroupBox2";
  133. this.ultraGroupBox2.Size = new System.Drawing.Size(774, 416);
  134. this.ultraGroupBox2.TabIndex = 1;
  135. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  136. //
  137. // ultraGrid1
  138. //
  139. this.ultraGrid1.DataSource = this.mchComSetplineEntityBindingSource;
  140. appearance16.BackColor = System.Drawing.SystemColors.Window;
  141. appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  142. this.ultraGrid1.DisplayLayout.Appearance = appearance16;
  143. ultraGridColumn1.DefaultCellValue = "False";
  144. ultraGridColumn1.Header.Caption = "选择";
  145. ultraGridColumn1.Header.VisiblePosition = 5;
  146. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  147. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  148. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  149. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  150. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  151. ultraGridColumn2.EditorComponent = this.kreason;
  152. ultraGridColumn2.Header.Caption = "产线";
  153. ultraGridColumn2.Header.VisiblePosition = 0;
  154. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  155. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  156. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  157. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  158. ultraGridColumn2.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  159. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  160. ultraGridColumn3.Header.VisiblePosition = 1;
  161. ultraGridColumn3.Hidden = true;
  162. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  163. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  164. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  165. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  166. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  167. ultraGridColumn4.Header.VisiblePosition = 2;
  168. ultraGridColumn4.Hidden = true;
  169. ultraGridColumn5.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
  170. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  171. ultraGridColumn5.EditorComponent = this.judgeNo;
  172. ultraGridColumn5.Header.Caption = "工序";
  173. ultraGridColumn5.Header.VisiblePosition = 3;
  174. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  175. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  176. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  177. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  178. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  179. ultraGridColumn6.Header.VisiblePosition = 4;
  180. ultraGridColumn6.Hidden = true;
  181. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  182. ultraGridColumn7.Header.VisiblePosition = 6;
  183. ultraGridColumn7.Hidden = true;
  184. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  185. ultraGridColumn8.Header.VisiblePosition = 7;
  186. ultraGridColumn8.Hidden = true;
  187. ultraGridBand1.Columns.AddRange(new object[] {
  188. ultraGridColumn1,
  189. ultraGridColumn2,
  190. ultraGridColumn3,
  191. ultraGridColumn4,
  192. ultraGridColumn5,
  193. ultraGridColumn6,
  194. ultraGridColumn7,
  195. ultraGridColumn8});
  196. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  197. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  198. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  199. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  200. appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
  201. appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
  202. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  203. appearance17.BorderColor = System.Drawing.SystemColors.Window;
  204. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance17;
  205. appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
  206. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance18;
  207. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  208. appearance19.BackColor = System.Drawing.SystemColors.ControlLightLight;
  209. appearance19.BackColor2 = System.Drawing.SystemColors.Control;
  210. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  211. appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
  212. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance19;
  213. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  214. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  215. appearance20.BackColor = System.Drawing.SystemColors.Window;
  216. appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
  217. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance20;
  218. appearance21.BackColor = System.Drawing.SystemColors.Highlight;
  219. appearance21.ForeColor = System.Drawing.SystemColors.HighlightText;
  220. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance21;
  221. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  222. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  223. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  224. appearance22.BackColor = System.Drawing.SystemColors.Window;
  225. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance22;
  226. appearance23.BorderColor = System.Drawing.Color.Silver;
  227. appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  228. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance23;
  229. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  230. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  231. appearance24.BackColor = System.Drawing.SystemColors.Control;
  232. appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
  233. appearance24.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  234. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  235. appearance24.BorderColor = System.Drawing.SystemColors.Window;
  236. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance24;
  237. appearance25.TextHAlignAsString = "Left";
  238. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance25;
  239. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  240. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  241. appearance26.BackColor = System.Drawing.SystemColors.Window;
  242. appearance26.BorderColor = System.Drawing.Color.Silver;
  243. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance26;
  244. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  245. appearance27.BackColor = System.Drawing.SystemColors.ControlLight;
  246. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance27;
  247. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  248. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  249. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.ultraGrid1.Location = new System.Drawing.Point(3, 46);
  252. this.ultraGrid1.Name = "ultraGrid1";
  253. this.ultraGrid1.Size = new System.Drawing.Size(768, 367);
  254. this.ultraGrid1.TabIndex = 1078;
  255. this.ultraGrid1.Text = "ultraGrid1";
  256. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  257. //
  258. // mchComSetplineEntityBindingSource
  259. //
  260. this.mchComSetplineEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Mch.Entity.MchComSetplineEntity);
  261. //
  262. // ultraGroupBox1
  263. //
  264. this.ultraGroupBox1.Controls.Add(this.kreason);
  265. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  266. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  267. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 0);
  268. this.ultraGroupBox1.Name = "ultraGroupBox1";
  269. this.ultraGroupBox1.Size = new System.Drawing.Size(768, 46);
  270. this.ultraGroupBox1.TabIndex = 1077;
  271. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  272. //
  273. // ultraLabel1
  274. //
  275. appearance38.TextHAlignAsString = "Center";
  276. appearance38.TextVAlignAsString = "Middle";
  277. this.ultraLabel1.Appearance = appearance38;
  278. this.ultraLabel1.AutoSize = true;
  279. this.ultraLabel1.Location = new System.Drawing.Point(39, 13);
  280. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  281. this.ultraLabel1.Name = "ultraLabel1";
  282. this.ultraLabel1.Size = new System.Drawing.Size(36, 19);
  283. this.ultraLabel1.TabIndex = 10;
  284. this.ultraLabel1.Text = "产线";
  285. //
  286. // FrmSetPline
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.ClientSize = new System.Drawing.Size(774, 416);
  291. this.Controls.Add(this.FrmScrap_Fill_Panel);
  292. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  293. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  294. this.Margin = new System.Windows.Forms.Padding(5);
  295. this.MaximizeBox = false;
  296. this.MinimizeBox = false;
  297. this.Name = "FrmSetPline";
  298. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  299. this.Text = "加工产线工序点配置";
  300. this.Load += new System.EventHandler(this.FrmSetPline_Load);
  301. ((System.ComponentModel.ISupportInitialize)(this.kreason)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.judgeNo)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.txtOffice)).EndInit();
  304. this.FrmScrap_Fill_Panel.ResumeLayout(false);
  305. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  306. this.ultraGroupBox2.ResumeLayout(false);
  307. this.ultraGroupBox2.PerformLayout();
  308. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.mchComSetplineEntityBindingSource)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  311. this.ultraGroupBox1.ResumeLayout(false);
  312. this.ultraGroupBox1.PerformLayout();
  313. this.ResumeLayout(false);
  314. }
  315. #endregion
  316. private System.Windows.Forms.Panel FrmScrap_Fill_Panel;
  317. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  318. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  319. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  320. private Infragistics.Win.UltraWinEditors.UltraComboEditor kreason;
  321. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  322. private Infragistics.Win.UltraWinEditors.UltraTextEditor judgeNo;
  323. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOffice;
  324. private System.Windows.Forms.BindingSource mchComSetplineEntityBindingSource;
  325. }
  326. }