0478962dfbeafbc9fd00b29184cc4f0a8ed4f30f.svn-base 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. using System;
  2. using System.Drawing;
  3. using System.Collections;
  4. using System.ComponentModel;
  5. using System.Windows.Forms;
  6. using Core.Mes.ClientFrameWork;
  7. using Core.Mes.IBaseInterface;
  8. using System.Data;
  9. namespace Core.XgMes.Client.JGKC.RollManager
  10. {
  11. /// <summary>
  12. /// Frm_TurnoffMove 的摘要说明。
  13. /// </summary>
  14. public class Frm_TurnoffMove : Mes.ClientFrameWork.FrmBase
  15. {
  16. private System.Windows.Forms.Panel panel1;
  17. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  18. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  19. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  20. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  21. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  22. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  23. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ON_End;
  24. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ON_Top;
  25. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_GangP;
  26. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_GangP;
  27. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ON_Begin;
  28. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_ON;
  29. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_YButtress;
  30. private Infragistics.Win.UltraWinGrid.UltraCombo cmb_Buress;
  31. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_PlanNO;
  32. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_PackNo;
  33. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  34. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  35. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  36. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  37. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  38. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_GangpeiH;
  39. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  40. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  41. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  42. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  43. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  44. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_Area;
  45. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_AllowFilter;
  46. private Infragistics.Win.UltraWinGrid.UltraCombo cmb_AreaB;
  47. private Infragistics.Win.UltraWinGrid.UltraCombo cmb_Oreder;
  48. private Infragistics.Win.UltraWinGrid.UltraCombo cmb_Stream;
  49. private Infragistics.Win.UltraWinGrid.UltraCombo cmb_AreaC;
  50. private Infragistics.Win.UltraWinGrid.UltraCombo cmb_BuressMove;
  51. private Infragistics.Win.UltraWinGrid.UltraGrid gb_Turn;
  52. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  53. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Ramk;
  54. private Infragistics.Win.UltraWinGrid.UltraCombo cmb_B;
  55. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter excelExporter;
  56. private System.ComponentModel.IContainer components;
  57. public Frm_TurnoffMove()
  58. {
  59. //
  60. // Windows 窗体设计器支持所必需的
  61. //
  62. InitializeComponent();
  63. //
  64. // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
  65. //
  66. }
  67. /// <summary>
  68. /// 清理所有正在使用的资源。
  69. /// </summary>
  70. protected override void Dispose( bool disposing )
  71. {
  72. if( disposing )
  73. {
  74. if(components != null)
  75. {
  76. components.Dispose();
  77. }
  78. }
  79. base.Dispose( disposing );
  80. }
  81. #region Windows 窗体设计器生成的代码
  82. /// <summary>
  83. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  84. /// 此方法的内容。
  85. /// </summary>
  86. private void InitializeComponent()
  87. {
  88. this.components = new System.ComponentModel.Container();
  89. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("工具栏");
  90. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("TZ");
  91. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QUERY");
  92. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DUCE");
  93. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  94. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  95. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QUERY");
  96. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("TZ");
  97. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DUCE");
  98. Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance102 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance103 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand6 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn96 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OLD_SAMPL_NO");
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn97 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SLAB_NO");
  104. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn98 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_NO");
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn99 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_SEQ");
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn100 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZSLAB_PLY");
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn101 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZSLAB_WIDTH");
  108. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn102 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZSLAB_LENGTH");
  109. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn103 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZSLAB_NUM");
  110. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn104 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZSLAB_WEIGHT");
  111. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn105 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STL_GRD");
  112. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn106 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TOT_DEC_GRD");
  113. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn107 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUTTRESS");
  114. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn108 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
  115. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn109 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_NO_ID");
  116. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn110 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AREA");
  117. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn111 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REM");
  118. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn112 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  119. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn113 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STOVENO", 0);
  120. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn114 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BAHCT_NUMBER", 1);
  121. Infragistics.Win.Appearance appearance104 = new Infragistics.Win.Appearance();
  122. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings11 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "ZSLAB_WEIGHT", 8, true, "Band 0", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "ZSLAB_WEIGHT", 8, true);
  123. Infragistics.Win.Appearance appearance105 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings12 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "ZSLAB_NUM", 7, true, "Band 0", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "ZSLAB_NUM", 7, true);
  125. Infragistics.Win.Appearance appearance106 = new Infragistics.Win.Appearance();
  126. Infragistics.Win.Appearance appearance107 = new Infragistics.Win.Appearance();
  127. Infragistics.Win.Appearance appearance108 = new Infragistics.Win.Appearance();
  128. Infragistics.Win.Appearance appearance109 = new Infragistics.Win.Appearance();
  129. Infragistics.Win.Appearance appearance110 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.Appearance appearance111 = new Infragistics.Win.Appearance();
  131. Infragistics.Win.Appearance appearance112 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.Appearance appearance113 = new Infragistics.Win.Appearance();
  133. Infragistics.Win.Appearance appearance114 = new Infragistics.Win.Appearance();
  134. Infragistics.Win.Appearance appearance115 = new Infragistics.Win.Appearance();
  135. Infragistics.Win.Appearance appearance116 = new Infragistics.Win.Appearance();
  136. Infragistics.Win.Appearance appearance117 = new Infragistics.Win.Appearance();
  137. Infragistics.Win.Appearance appearance118 = new Infragistics.Win.Appearance();
  138. Infragistics.Win.Appearance appearance119 = new Infragistics.Win.Appearance();
  139. Infragistics.Win.Appearance appearance120 = new Infragistics.Win.Appearance();
  140. this.panel1 = new System.Windows.Forms.Panel();
  141. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  142. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  143. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  144. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  145. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  146. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  147. this.chk_AllowFilter = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  148. this.cmb_AreaB = new Infragistics.Win.UltraWinGrid.UltraCombo();
  149. this.chk_Area = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  150. this.txt_PlanNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  151. this.chk_PackNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  152. this.txt_ON_End = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  153. this.txt_ON_Top = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  154. this.txt_GangP = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  155. this.chk_GangP = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  156. this.txt_ON_Begin = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  157. this.chk_ON = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  158. this.chk_YButtress = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  159. this.cmb_Buress = new Infragistics.Win.UltraWinGrid.UltraCombo();
  160. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  161. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  162. this.txt_Ramk = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  163. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  164. this.cmb_BuressMove = new Infragistics.Win.UltraWinGrid.UltraCombo();
  165. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  166. this.cmb_AreaC = new Infragistics.Win.UltraWinGrid.UltraCombo();
  167. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  168. this.cmb_Stream = new Infragistics.Win.UltraWinGrid.UltraCombo();
  169. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  170. this.cmb_Oreder = new Infragistics.Win.UltraWinGrid.UltraCombo();
  171. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  172. this.cmb_B = new Infragistics.Win.UltraWinGrid.UltraCombo();
  173. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  174. this.txt_GangpeiH = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  175. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  176. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  177. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  178. this.gb_Turn = new Infragistics.Win.UltraWinGrid.UltraGrid();
  179. this.excelExporter = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter();
  180. this.panel1.SuspendLayout();
  181. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  183. this.ultraGroupBox1.SuspendLayout();
  184. ((System.ComponentModel.ISupportInitialize)(this.cmb_AreaB)).BeginInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.txt_PlanNO)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.txt_ON_End)).BeginInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.txt_ON_Top)).BeginInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.txt_GangP)).BeginInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.txt_ON_Begin)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.cmb_Buress)).BeginInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  192. this.ultraExpandableGroupBox1.SuspendLayout();
  193. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  194. ((System.ComponentModel.ISupportInitialize)(this.txt_Ramk)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.cmb_BuressMove)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.cmb_AreaC)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.cmb_Stream)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.cmb_Oreder)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.cmb_B)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.txt_GangpeiH)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  202. this.ultraExpandableGroupBox2.SuspendLayout();
  203. this.ultraExpandableGroupBoxPanel2.SuspendLayout();
  204. ((System.ComponentModel.ISupportInitialize)(this.gb_Turn)).BeginInit();
  205. this.SuspendLayout();
  206. //
  207. // panel1
  208. //
  209. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  210. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  211. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  212. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  213. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  214. this.panel1.Location = new System.Drawing.Point(0, 0);
  215. this.panel1.Name = "panel1";
  216. this.panel1.Size = new System.Drawing.Size(922, 26);
  217. this.panel1.TabIndex = 0;
  218. //
  219. // _panel1_Toolbars_Dock_Area_Left
  220. //
  221. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  222. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  223. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  224. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  225. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 52);
  226. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  227. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
  228. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  229. //
  230. // ultraToolbarsManager1
  231. //
  232. this.ultraToolbarsManager1.DesignerFlags = 1;
  233. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  234. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  235. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  236. ultraToolbar2.DockedColumn = 0;
  237. ultraToolbar2.DockedRow = 0;
  238. ultraToolbar2.Text = "工具栏";
  239. buttonTool9.InstanceProps.IsFirstInGroup = true;
  240. buttonTool10.InstanceProps.IsFirstInGroup = true;
  241. buttonTool11.InstanceProps.IsFirstInGroup = true;
  242. buttonTool12.InstanceProps.IsFirstInGroup = true;
  243. ultraToolbar2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  244. buttonTool9,
  245. buttonTool10,
  246. buttonTool11,
  247. buttonTool12});
  248. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  249. ultraToolbar2});
  250. this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
  251. buttonTool13.SharedProps.Caption = "关闭";
  252. buttonTool13.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  253. buttonTool14.SharedProps.Caption = "查询";
  254. buttonTool14.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  255. buttonTool15.SharedProps.Caption = "调整";
  256. buttonTool15.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  257. buttonTool16.SharedProps.Caption = "导出";
  258. buttonTool16.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  259. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  260. buttonTool13,
  261. buttonTool14,
  262. buttonTool15,
  263. buttonTool16});
  264. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  265. //
  266. // _panel1_Toolbars_Dock_Area_Right
  267. //
  268. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  269. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  270. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  271. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  272. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(922, 52);
  273. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  274. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
  275. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  276. //
  277. // _panel1_Toolbars_Dock_Area_Top
  278. //
  279. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  280. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  281. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  282. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  283. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  284. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  285. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(922, 52);
  286. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  287. //
  288. // _panel1_Toolbars_Dock_Area_Bottom
  289. //
  290. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  291. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  292. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  293. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  294. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 26);
  295. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  296. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(922, 0);
  297. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  298. //
  299. // ultraGroupBox1
  300. //
  301. this.ultraGroupBox1.Controls.Add(this.chk_AllowFilter);
  302. this.ultraGroupBox1.Controls.Add(this.cmb_AreaB);
  303. this.ultraGroupBox1.Controls.Add(this.chk_Area);
  304. this.ultraGroupBox1.Controls.Add(this.txt_PlanNO);
  305. this.ultraGroupBox1.Controls.Add(this.chk_PackNo);
  306. this.ultraGroupBox1.Controls.Add(this.txt_ON_End);
  307. this.ultraGroupBox1.Controls.Add(this.txt_ON_Top);
  308. this.ultraGroupBox1.Controls.Add(this.txt_GangP);
  309. this.ultraGroupBox1.Controls.Add(this.chk_GangP);
  310. this.ultraGroupBox1.Controls.Add(this.txt_ON_Begin);
  311. this.ultraGroupBox1.Controls.Add(this.chk_ON);
  312. this.ultraGroupBox1.Controls.Add(this.chk_YButtress);
  313. this.ultraGroupBox1.Controls.Add(this.cmb_Buress);
  314. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  315. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 26);
  316. this.ultraGroupBox1.Name = "ultraGroupBox1";
  317. this.ultraGroupBox1.Size = new System.Drawing.Size(922, 58);
  318. this.ultraGroupBox1.SupportThemes = false;
  319. this.ultraGroupBox1.TabIndex = 1;
  320. //
  321. // chk_AllowFilter
  322. //
  323. this.chk_AllowFilter.Location = new System.Drawing.Point(390, 30);
  324. this.chk_AllowFilter.Name = "chk_AllowFilter";
  325. this.chk_AllowFilter.Size = new System.Drawing.Size(50, 20);
  326. this.chk_AllowFilter.TabIndex = 739;
  327. this.chk_AllowFilter.TabStop = false;
  328. this.chk_AllowFilter.Text = "过滤";
  329. this.chk_AllowFilter.CheckedChanged += new System.EventHandler(this.chk_AllowFilter_CheckedChanged);
  330. //
  331. // cmb_AreaB
  332. //
  333. this.cmb_AreaB.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  334. this.cmb_AreaB.DisplayMember = "";
  335. this.cmb_AreaB.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
  336. this.cmb_AreaB.Enabled = false;
  337. this.cmb_AreaB.FlatMode = true;
  338. this.cmb_AreaB.Location = new System.Drawing.Point(276, 30);
  339. this.cmb_AreaB.Name = "cmb_AreaB";
  340. this.cmb_AreaB.Size = new System.Drawing.Size(106, 19);
  341. this.cmb_AreaB.TabIndex = 738;
  342. this.cmb_AreaB.Tag = "";
  343. this.cmb_AreaB.ValueMember = "";
  344. //
  345. // chk_Area
  346. //
  347. this.chk_Area.FlatMode = true;
  348. this.chk_Area.Location = new System.Drawing.Point(228, 32);
  349. this.chk_Area.Name = "chk_Area";
  350. this.chk_Area.Size = new System.Drawing.Size(48, 16);
  351. this.chk_Area.TabIndex = 737;
  352. this.chk_Area.Text = "区域";
  353. this.chk_Area.CheckedChanged += new System.EventHandler(this.chk_Area_CheckedChanged);
  354. //
  355. // txt_PlanNO
  356. //
  357. this.txt_PlanNO.AutoSize = true;
  358. this.txt_PlanNO.Enabled = false;
  359. this.txt_PlanNO.FlatMode = true;
  360. this.txt_PlanNO.Location = new System.Drawing.Point(444, 8);
  361. this.txt_PlanNO.Name = "txt_PlanNO";
  362. this.txt_PlanNO.Size = new System.Drawing.Size(132, 19);
  363. this.txt_PlanNO.TabIndex = 736;
  364. //
  365. // chk_PackNo
  366. //
  367. this.chk_PackNo.FlatMode = true;
  368. this.chk_PackNo.Location = new System.Drawing.Point(388, 10);
  369. this.chk_PackNo.Name = "chk_PackNo";
  370. this.chk_PackNo.Size = new System.Drawing.Size(60, 16);
  371. this.chk_PackNo.TabIndex = 735;
  372. this.chk_PackNo.Text = "合同号";
  373. this.chk_PackNo.CheckedChanged += new System.EventHandler(this.chk_PackNo_CheckedChanged);
  374. //
  375. // txt_ON_End
  376. //
  377. this.txt_ON_End.AutoSize = true;
  378. this.txt_ON_End.Enabled = false;
  379. this.txt_ON_End.FlatMode = true;
  380. this.txt_ON_End.Location = new System.Drawing.Point(190, 8);
  381. this.txt_ON_End.Name = "txt_ON_End";
  382. this.txt_ON_End.Size = new System.Drawing.Size(32, 19);
  383. this.txt_ON_End.TabIndex = 734;
  384. //
  385. // txt_ON_Top
  386. //
  387. this.txt_ON_Top.AutoSize = true;
  388. this.txt_ON_Top.Enabled = false;
  389. this.txt_ON_Top.FlatMode = true;
  390. this.txt_ON_Top.Location = new System.Drawing.Point(110, 8);
  391. this.txt_ON_Top.Name = "txt_ON_Top";
  392. this.txt_ON_Top.Size = new System.Drawing.Size(80, 19);
  393. this.txt_ON_Top.TabIndex = 733;
  394. //
  395. // txt_GangP
  396. //
  397. this.txt_GangP.AutoSize = true;
  398. this.txt_GangP.Enabled = false;
  399. this.txt_GangP.FlatMode = true;
  400. this.txt_GangP.Location = new System.Drawing.Point(84, 30);
  401. this.txt_GangP.Name = "txt_GangP";
  402. this.txt_GangP.Size = new System.Drawing.Size(137, 19);
  403. this.txt_GangP.TabIndex = 732;
  404. //
  405. // chk_GangP
  406. //
  407. this.chk_GangP.FlatMode = true;
  408. this.chk_GangP.Location = new System.Drawing.Point(14, 32);
  409. this.chk_GangP.Name = "chk_GangP";
  410. this.chk_GangP.Size = new System.Drawing.Size(68, 16);
  411. this.chk_GangP.TabIndex = 731;
  412. this.chk_GangP.Text = "钢卷号";
  413. this.chk_GangP.CheckedChanged += new System.EventHandler(this.chk_GangP_CheckedChanged);
  414. //
  415. // txt_ON_Begin
  416. //
  417. this.txt_ON_Begin.AutoSize = true;
  418. this.txt_ON_Begin.Enabled = false;
  419. this.txt_ON_Begin.FlatMode = true;
  420. this.txt_ON_Begin.Location = new System.Drawing.Point(86, 8);
  421. this.txt_ON_Begin.Name = "txt_ON_Begin";
  422. this.txt_ON_Begin.Size = new System.Drawing.Size(25, 19);
  423. this.txt_ON_Begin.TabIndex = 730;
  424. //
  425. // chk_ON
  426. //
  427. this.chk_ON.FlatMode = true;
  428. this.chk_ON.Location = new System.Drawing.Point(14, 10);
  429. this.chk_ON.Name = "chk_ON";
  430. this.chk_ON.Size = new System.Drawing.Size(74, 16);
  431. this.chk_ON.TabIndex = 729;
  432. this.chk_ON.Text = "卷板包号";
  433. this.chk_ON.CheckedChanged += new System.EventHandler(this.chk_ON_CheckedChanged);
  434. //
  435. // chk_YButtress
  436. //
  437. this.chk_YButtress.FlatMode = true;
  438. this.chk_YButtress.Location = new System.Drawing.Point(228, 10);
  439. this.chk_YButtress.Name = "chk_YButtress";
  440. this.chk_YButtress.Size = new System.Drawing.Size(48, 16);
  441. this.chk_YButtress.TabIndex = 726;
  442. this.chk_YButtress.Text = "垛位";
  443. this.chk_YButtress.CheckedChanged += new System.EventHandler(this.chk_YButtress_CheckedChanged);
  444. //
  445. // cmb_Buress
  446. //
  447. this.cmb_Buress.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  448. this.cmb_Buress.DisplayMember = "";
  449. this.cmb_Buress.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
  450. this.cmb_Buress.Enabled = false;
  451. this.cmb_Buress.FlatMode = true;
  452. this.cmb_Buress.Location = new System.Drawing.Point(276, 8);
  453. this.cmb_Buress.Name = "cmb_Buress";
  454. this.cmb_Buress.Size = new System.Drawing.Size(106, 19);
  455. this.cmb_Buress.TabIndex = 725;
  456. this.cmb_Buress.Tag = "";
  457. this.cmb_Buress.ValueMember = "";
  458. //
  459. // ultraExpandableGroupBox1
  460. //
  461. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  462. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  463. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(0, 0);
  464. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 454);
  465. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  466. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(922, 76);
  467. this.ultraExpandableGroupBox1.SupportThemes = false;
  468. this.ultraExpandableGroupBox1.TabIndex = 3;
  469. //
  470. // ultraExpandableGroupBoxPanel1
  471. //
  472. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_Ramk);
  473. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  474. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmb_BuressMove);
  475. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  476. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmb_AreaC);
  477. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  478. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmb_Stream);
  479. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  480. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmb_Oreder);
  481. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  482. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmb_B);
  483. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  484. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_GangpeiH);
  485. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  486. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  487. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  488. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  489. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(916, 54);
  490. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  491. //
  492. // txt_Ramk
  493. //
  494. this.txt_Ramk.AutoSize = true;
  495. this.txt_Ramk.FlatMode = true;
  496. this.txt_Ramk.Location = new System.Drawing.Point(583, 3);
  497. this.txt_Ramk.Name = "txt_Ramk";
  498. this.txt_Ramk.Size = new System.Drawing.Size(254, 19);
  499. this.txt_Ramk.TabIndex = 17;
  500. //
  501. // ultraLabel7
  502. //
  503. this.ultraLabel7.Location = new System.Drawing.Point(542, 6);
  504. this.ultraLabel7.Name = "ultraLabel7";
  505. this.ultraLabel7.Size = new System.Drawing.Size(38, 14);
  506. this.ultraLabel7.TabIndex = 16;
  507. this.ultraLabel7.Text = "备注";
  508. //
  509. // cmb_BuressMove
  510. //
  511. this.cmb_BuressMove.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  512. this.cmb_BuressMove.DisplayMember = "";
  513. this.cmb_BuressMove.FlatMode = true;
  514. this.cmb_BuressMove.Location = new System.Drawing.Point(424, 28);
  515. this.cmb_BuressMove.Name = "cmb_BuressMove";
  516. this.cmb_BuressMove.Size = new System.Drawing.Size(112, 19);
  517. this.cmb_BuressMove.TabIndex = 15;
  518. this.cmb_BuressMove.ValueMember = "";
  519. //
  520. // ultraLabel6
  521. //
  522. this.ultraLabel6.Location = new System.Drawing.Point(380, 30);
  523. this.ultraLabel6.Name = "ultraLabel6";
  524. this.ultraLabel6.Size = new System.Drawing.Size(42, 14);
  525. this.ultraLabel6.TabIndex = 14;
  526. this.ultraLabel6.Text = "新垛位";
  527. //
  528. // cmb_AreaC
  529. //
  530. this.cmb_AreaC.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  531. this.cmb_AreaC.DisplayMember = "";
  532. this.cmb_AreaC.FlatMode = true;
  533. this.cmb_AreaC.Location = new System.Drawing.Point(424, 4);
  534. this.cmb_AreaC.Name = "cmb_AreaC";
  535. this.cmb_AreaC.Size = new System.Drawing.Size(112, 19);
  536. this.cmb_AreaC.TabIndex = 13;
  537. this.cmb_AreaC.ValueMember = "";
  538. //
  539. // ultraLabel5
  540. //
  541. this.ultraLabel5.Location = new System.Drawing.Point(380, 6);
  542. this.ultraLabel5.Name = "ultraLabel5";
  543. this.ultraLabel5.Size = new System.Drawing.Size(42, 14);
  544. this.ultraLabel5.TabIndex = 12;
  545. this.ultraLabel5.Text = "新区域";
  546. //
  547. // cmb_Stream
  548. //
  549. this.cmb_Stream.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  550. this.cmb_Stream.DisplayMember = "";
  551. this.cmb_Stream.FlatMode = true;
  552. this.cmb_Stream.Location = new System.Drawing.Point(260, 28);
  553. this.cmb_Stream.Name = "cmb_Stream";
  554. this.cmb_Stream.Size = new System.Drawing.Size(112, 19);
  555. this.cmb_Stream.TabIndex = 11;
  556. this.cmb_Stream.ValueMember = "";
  557. //
  558. // ultraLabel4
  559. //
  560. this.ultraLabel4.Location = new System.Drawing.Point(220, 32);
  561. this.ultraLabel4.Name = "ultraLabel4";
  562. this.ultraLabel4.Size = new System.Drawing.Size(38, 14);
  563. this.ultraLabel4.TabIndex = 10;
  564. this.ultraLabel4.Text = "班组";
  565. //
  566. // cmb_Oreder
  567. //
  568. this.cmb_Oreder.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  569. this.cmb_Oreder.DisplayMember = "";
  570. this.cmb_Oreder.FlatMode = true;
  571. this.cmb_Oreder.Location = new System.Drawing.Point(260, 3);
  572. this.cmb_Oreder.Name = "cmb_Oreder";
  573. this.cmb_Oreder.Size = new System.Drawing.Size(112, 19);
  574. this.cmb_Oreder.TabIndex = 9;
  575. this.cmb_Oreder.ValueMember = "";
  576. //
  577. // ultraLabel3
  578. //
  579. this.ultraLabel3.Location = new System.Drawing.Point(218, 6);
  580. this.ultraLabel3.Name = "ultraLabel3";
  581. this.ultraLabel3.Size = new System.Drawing.Size(38, 14);
  582. this.ultraLabel3.TabIndex = 8;
  583. this.ultraLabel3.Text = "班次";
  584. //
  585. // cmb_B
  586. //
  587. appearance101.BackColor = System.Drawing.Color.LightCyan;
  588. this.cmb_B.Appearance = appearance101;
  589. this.cmb_B.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  590. this.cmb_B.DisplayMember = "";
  591. this.cmb_B.Location = new System.Drawing.Point(61, 28);
  592. this.cmb_B.Name = "cmb_B";
  593. this.cmb_B.Size = new System.Drawing.Size(148, 21);
  594. this.cmb_B.TabIndex = 7;
  595. this.cmb_B.ValueMember = "";
  596. //
  597. // ultraLabel2
  598. //
  599. this.ultraLabel2.Location = new System.Drawing.Point(4, 30);
  600. this.ultraLabel2.Name = "ultraLabel2";
  601. this.ultraLabel2.Size = new System.Drawing.Size(54, 14);
  602. this.ultraLabel2.TabIndex = 6;
  603. this.ultraLabel2.Text = "原垛位";
  604. //
  605. // txt_GangpeiH
  606. //
  607. appearance102.BackColor = System.Drawing.Color.LightCyan;
  608. this.txt_GangpeiH.Appearance = appearance102;
  609. this.txt_GangpeiH.AutoSize = true;
  610. this.txt_GangpeiH.Location = new System.Drawing.Point(61, 3);
  611. this.txt_GangpeiH.Name = "txt_GangpeiH";
  612. this.txt_GangpeiH.ReadOnly = true;
  613. this.txt_GangpeiH.Size = new System.Drawing.Size(148, 21);
  614. this.txt_GangpeiH.TabIndex = 5;
  615. //
  616. // ultraLabel1
  617. //
  618. this.ultraLabel1.Location = new System.Drawing.Point(4, 6);
  619. this.ultraLabel1.Name = "ultraLabel1";
  620. this.ultraLabel1.Size = new System.Drawing.Size(54, 14);
  621. this.ultraLabel1.TabIndex = 0;
  622. this.ultraLabel1.Text = "卷板包号";
  623. //
  624. // ultraExpandableGroupBox2
  625. //
  626. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  627. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  628. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(0, 0);
  629. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 84);
  630. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  631. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(922, 370);
  632. this.ultraExpandableGroupBox2.SupportThemes = false;
  633. this.ultraExpandableGroupBox2.TabIndex = 4;
  634. //
  635. // ultraExpandableGroupBoxPanel2
  636. //
  637. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.gb_Turn);
  638. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  639. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 19);
  640. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  641. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(916, 348);
  642. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  643. //
  644. // gb_Turn
  645. //
  646. appearance103.BackColor = System.Drawing.Color.Ivory;
  647. this.gb_Turn.DisplayLayout.Appearance = appearance103;
  648. ultraGridColumn96.Header.Caption = "钢卷号";
  649. ultraGridColumn96.Header.VisiblePosition = 0;
  650. ultraGridColumn96.RowLayoutColumnInfo.OriginX = 3;
  651. ultraGridColumn96.RowLayoutColumnInfo.OriginY = 0;
  652. ultraGridColumn96.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 0);
  653. ultraGridColumn96.RowLayoutColumnInfo.SpanX = 1;
  654. ultraGridColumn96.RowLayoutColumnInfo.SpanY = 1;
  655. ultraGridColumn97.Header.Caption = "板坯号";
  656. ultraGridColumn97.Header.VisiblePosition = 1;
  657. ultraGridColumn97.RowLayoutColumnInfo.OriginX = 6;
  658. ultraGridColumn97.RowLayoutColumnInfo.OriginY = 0;
  659. ultraGridColumn97.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 0);
  660. ultraGridColumn97.RowLayoutColumnInfo.SpanX = 1;
  661. ultraGridColumn97.RowLayoutColumnInfo.SpanY = 1;
  662. ultraGridColumn98.Header.Caption = "合同号";
  663. ultraGridColumn98.Header.VisiblePosition = 2;
  664. ultraGridColumn98.RowLayoutColumnInfo.OriginX = 7;
  665. ultraGridColumn98.RowLayoutColumnInfo.OriginY = 0;
  666. ultraGridColumn98.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(99, 0);
  667. ultraGridColumn98.RowLayoutColumnInfo.SpanX = 1;
  668. ultraGridColumn98.RowLayoutColumnInfo.SpanY = 1;
  669. ultraGridColumn99.Header.Caption = "订单号";
  670. ultraGridColumn99.Header.VisiblePosition = 3;
  671. ultraGridColumn99.RowLayoutColumnInfo.OriginX = 8;
  672. ultraGridColumn99.RowLayoutColumnInfo.OriginY = 0;
  673. ultraGridColumn99.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
  674. ultraGridColumn99.RowLayoutColumnInfo.SpanX = 1;
  675. ultraGridColumn99.RowLayoutColumnInfo.SpanY = 1;
  676. ultraGridColumn100.Header.Caption = "厚度";
  677. ultraGridColumn100.Header.VisiblePosition = 4;
  678. ultraGridColumn100.RowLayoutColumnInfo.OriginX = 11;
  679. ultraGridColumn100.RowLayoutColumnInfo.OriginY = 0;
  680. ultraGridColumn100.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  681. ultraGridColumn100.RowLayoutColumnInfo.SpanX = 1;
  682. ultraGridColumn100.RowLayoutColumnInfo.SpanY = 1;
  683. ultraGridColumn101.Header.Caption = "宽度";
  684. ultraGridColumn101.Header.VisiblePosition = 5;
  685. ultraGridColumn101.RowLayoutColumnInfo.OriginX = 12;
  686. ultraGridColumn101.RowLayoutColumnInfo.OriginY = 0;
  687. ultraGridColumn101.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  688. ultraGridColumn101.RowLayoutColumnInfo.SpanX = 1;
  689. ultraGridColumn101.RowLayoutColumnInfo.SpanY = 1;
  690. ultraGridColumn102.Header.Caption = "长度";
  691. ultraGridColumn102.Header.VisiblePosition = 6;
  692. ultraGridColumn102.RowLayoutColumnInfo.OriginX = 13;
  693. ultraGridColumn102.RowLayoutColumnInfo.OriginY = 0;
  694. ultraGridColumn102.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(70, 0);
  695. ultraGridColumn102.RowLayoutColumnInfo.SpanX = 1;
  696. ultraGridColumn102.RowLayoutColumnInfo.SpanY = 1;
  697. ultraGridColumn103.Header.Caption = "数量";
  698. ultraGridColumn103.Header.VisiblePosition = 7;
  699. ultraGridColumn103.RowLayoutColumnInfo.OriginX = 14;
  700. ultraGridColumn103.RowLayoutColumnInfo.OriginY = 0;
  701. ultraGridColumn103.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  702. ultraGridColumn103.RowLayoutColumnInfo.SpanX = 1;
  703. ultraGridColumn103.RowLayoutColumnInfo.SpanY = 1;
  704. ultraGridColumn104.Header.Caption = "重量";
  705. ultraGridColumn104.Header.VisiblePosition = 8;
  706. ultraGridColumn104.RowLayoutColumnInfo.OriginX = 15;
  707. ultraGridColumn104.RowLayoutColumnInfo.OriginY = 0;
  708. ultraGridColumn104.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
  709. ultraGridColumn104.RowLayoutColumnInfo.SpanX = 1;
  710. ultraGridColumn104.RowLayoutColumnInfo.SpanY = 1;
  711. ultraGridColumn105.Header.Caption = "牌号";
  712. ultraGridColumn105.Header.VisiblePosition = 9;
  713. ultraGridColumn105.RowLayoutColumnInfo.OriginX = 10;
  714. ultraGridColumn105.RowLayoutColumnInfo.OriginY = 0;
  715. ultraGridColumn105.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 0);
  716. ultraGridColumn105.RowLayoutColumnInfo.SpanX = 1;
  717. ultraGridColumn105.RowLayoutColumnInfo.SpanY = 1;
  718. ultraGridColumn106.Header.Caption = "综合判定";
  719. ultraGridColumn106.Header.VisiblePosition = 10;
  720. ultraGridColumn106.RowLayoutColumnInfo.OriginX = 16;
  721. ultraGridColumn106.RowLayoutColumnInfo.OriginY = 0;
  722. ultraGridColumn106.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
  723. ultraGridColumn106.RowLayoutColumnInfo.SpanX = 1;
  724. ultraGridColumn106.RowLayoutColumnInfo.SpanY = 1;
  725. ultraGridColumn107.Header.Caption = "垛位";
  726. ultraGridColumn107.Header.VisiblePosition = 11;
  727. ultraGridColumn107.RowLayoutColumnInfo.OriginX = 4;
  728. ultraGridColumn107.RowLayoutColumnInfo.OriginY = 0;
  729. ultraGridColumn107.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 0);
  730. ultraGridColumn107.RowLayoutColumnInfo.SpanX = 1;
  731. ultraGridColumn107.RowLayoutColumnInfo.SpanY = 1;
  732. ultraGridColumn108.Header.Caption = "";
  733. ultraGridColumn108.Header.VisiblePosition = 12;
  734. ultraGridColumn108.RowLayoutColumnInfo.OriginX = 0;
  735. ultraGridColumn108.RowLayoutColumnInfo.OriginY = 0;
  736. ultraGridColumn108.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(37, 0);
  737. ultraGridColumn108.RowLayoutColumnInfo.SpanX = 1;
  738. ultraGridColumn108.RowLayoutColumnInfo.SpanY = 1;
  739. ultraGridColumn108.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  740. ultraGridColumn109.Header.Caption = "卷板包号";
  741. ultraGridColumn109.Header.VisiblePosition = 13;
  742. ultraGridColumn109.RowLayoutColumnInfo.OriginX = 1;
  743. ultraGridColumn109.RowLayoutColumnInfo.OriginY = 0;
  744. ultraGridColumn109.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0);
  745. ultraGridColumn109.RowLayoutColumnInfo.SpanX = 1;
  746. ultraGridColumn109.RowLayoutColumnInfo.SpanY = 1;
  747. ultraGridColumn110.Header.Caption = "区域";
  748. ultraGridColumn110.Header.VisiblePosition = 14;
  749. ultraGridColumn110.RowLayoutColumnInfo.OriginX = 5;
  750. ultraGridColumn110.RowLayoutColumnInfo.OriginY = 0;
  751. ultraGridColumn110.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  752. ultraGridColumn110.RowLayoutColumnInfo.SpanX = 1;
  753. ultraGridColumn110.RowLayoutColumnInfo.SpanY = 1;
  754. ultraGridColumn111.Header.Caption = "备注";
  755. ultraGridColumn111.Header.VisiblePosition = 15;
  756. ultraGridColumn111.Hidden = true;
  757. ultraGridColumn111.RowLayoutColumnInfo.OriginX = 17;
  758. ultraGridColumn111.RowLayoutColumnInfo.OriginY = 0;
  759. ultraGridColumn111.RowLayoutColumnInfo.SpanX = 1;
  760. ultraGridColumn111.RowLayoutColumnInfo.SpanY = 1;
  761. ultraGridColumn112.Header.Caption = "备注";
  762. ultraGridColumn112.Header.VisiblePosition = 17;
  763. ultraGridColumn112.RowLayoutColumnInfo.OriginX = 18;
  764. ultraGridColumn112.RowLayoutColumnInfo.OriginY = 0;
  765. ultraGridColumn112.RowLayoutColumnInfo.SpanX = 1;
  766. ultraGridColumn112.RowLayoutColumnInfo.SpanY = 1;
  767. ultraGridColumn113.Header.Caption = "炉号";
  768. ultraGridColumn113.Header.VisiblePosition = 16;
  769. ultraGridColumn113.RowLayoutColumnInfo.OriginX = 9;
  770. ultraGridColumn113.RowLayoutColumnInfo.OriginY = 0;
  771. ultraGridColumn113.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(94, 0);
  772. ultraGridColumn113.RowLayoutColumnInfo.SpanX = 1;
  773. ultraGridColumn113.RowLayoutColumnInfo.SpanY = 1;
  774. ultraGridColumn114.Header.Caption = "批号";
  775. ultraGridColumn114.Header.VisiblePosition = 18;
  776. ultraGridColumn114.RowLayoutColumnInfo.OriginX = 2;
  777. ultraGridColumn114.RowLayoutColumnInfo.OriginY = 0;
  778. ultraGridColumn114.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
  779. ultraGridColumn114.RowLayoutColumnInfo.SpanX = 1;
  780. ultraGridColumn114.RowLayoutColumnInfo.SpanY = 1;
  781. ultraGridBand6.Columns.AddRange(new object[] {
  782. ultraGridColumn96,
  783. ultraGridColumn97,
  784. ultraGridColumn98,
  785. ultraGridColumn99,
  786. ultraGridColumn100,
  787. ultraGridColumn101,
  788. ultraGridColumn102,
  789. ultraGridColumn103,
  790. ultraGridColumn104,
  791. ultraGridColumn105,
  792. ultraGridColumn106,
  793. ultraGridColumn107,
  794. ultraGridColumn108,
  795. ultraGridColumn109,
  796. ultraGridColumn110,
  797. ultraGridColumn111,
  798. ultraGridColumn112,
  799. ultraGridColumn113,
  800. ultraGridColumn114});
  801. appearance104.BackColor = System.Drawing.Color.LightSteelBlue;
  802. ultraGridBand6.Header.Appearance = appearance104;
  803. ultraGridBand6.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  804. summarySettings11.DisplayFormat = "{0}吨";
  805. summarySettings11.GroupBySummaryValueAppearance = appearance105;
  806. summarySettings12.DisplayFormat = "{0}块";
  807. summarySettings12.GroupBySummaryValueAppearance = appearance106;
  808. ultraGridBand6.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  809. summarySettings11,
  810. summarySettings12});
  811. ultraGridBand6.UseRowLayout = true;
  812. this.gb_Turn.DisplayLayout.BandsSerializer.Add(ultraGridBand6);
  813. this.gb_Turn.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  814. appearance107.BackColor = System.Drawing.SystemColors.ActiveBorder;
  815. appearance107.BackColor2 = System.Drawing.SystemColors.ControlDark;
  816. appearance107.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  817. appearance107.BorderColor = System.Drawing.SystemColors.Window;
  818. this.gb_Turn.DisplayLayout.GroupByBox.Appearance = appearance107;
  819. appearance108.ForeColor = System.Drawing.SystemColors.GrayText;
  820. this.gb_Turn.DisplayLayout.GroupByBox.BandLabelAppearance = appearance108;
  821. this.gb_Turn.DisplayLayout.GroupByBox.Hidden = true;
  822. this.gb_Turn.DisplayLayout.GroupByBox.Prompt = "将要分组的列拖至该区域!";
  823. appearance109.BackColor = System.Drawing.SystemColors.Window;
  824. appearance109.ForeColor = System.Drawing.SystemColors.ControlText;
  825. this.gb_Turn.DisplayLayout.Override.ActiveCellAppearance = appearance109;
  826. appearance110.BackColor = System.Drawing.SystemColors.Highlight;
  827. appearance110.ForeColor = System.Drawing.SystemColors.HighlightText;
  828. this.gb_Turn.DisplayLayout.Override.ActiveRowAppearance = appearance110;
  829. appearance111.BorderColor = System.Drawing.Color.Black;
  830. appearance111.TextVAlign = Infragistics.Win.VAlign.Middle;
  831. this.gb_Turn.DisplayLayout.Override.CellAppearance = appearance111;
  832. this.gb_Turn.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  833. this.gb_Turn.DisplayLayout.Override.CellPadding = 0;
  834. appearance112.BackColor = System.Drawing.SystemColors.Control;
  835. appearance112.BackColor2 = System.Drawing.SystemColors.ControlDark;
  836. appearance112.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  837. appearance112.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  838. appearance112.BorderColor = System.Drawing.SystemColors.Window;
  839. appearance112.TextHAlign = Infragistics.Win.HAlign.Left;
  840. appearance112.TextVAlign = Infragistics.Win.VAlign.Middle;
  841. this.gb_Turn.DisplayLayout.Override.GroupByRowAppearance = appearance112;
  842. this.gb_Turn.DisplayLayout.Override.GroupBySummaryDisplayStyle = Infragistics.Win.UltraWinGrid.GroupBySummaryDisplayStyle.SummaryCells;
  843. appearance113.BackColor = System.Drawing.Color.Silver;
  844. this.gb_Turn.DisplayLayout.Override.HeaderAppearance = appearance113;
  845. this.gb_Turn.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  846. this.gb_Turn.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  847. appearance114.BackColor = System.Drawing.SystemColors.Window;
  848. appearance114.BorderColor = System.Drawing.Color.Black;
  849. appearance114.TextVAlign = Infragistics.Win.VAlign.Middle;
  850. this.gb_Turn.DisplayLayout.Override.RowAppearance = appearance114;
  851. appearance115.BackColor = System.Drawing.SystemColors.Window;
  852. appearance115.BorderColor = System.Drawing.Color.Black;
  853. appearance115.TextVAlign = Infragistics.Win.VAlign.Middle;
  854. this.gb_Turn.DisplayLayout.Override.RowPreviewAppearance = appearance115;
  855. this.gb_Turn.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.SeparateElement;
  856. this.gb_Turn.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  857. this.gb_Turn.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  858. appearance116.TextHAlign = Infragistics.Win.HAlign.Left;
  859. appearance116.TextVAlign = Infragistics.Win.VAlign.Middle;
  860. this.gb_Turn.DisplayLayout.Override.SelectedRowAppearance = appearance116;
  861. this.gb_Turn.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.BottomFixed;
  862. appearance117.BackColor = System.Drawing.SystemColors.Window;
  863. this.gb_Turn.DisplayLayout.Override.SummaryFooterAppearance = appearance117;
  864. appearance118.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  865. appearance118.ForeColor = System.Drawing.Color.Red;
  866. this.gb_Turn.DisplayLayout.Override.SummaryFooterCaptionAppearance = appearance118;
  867. this.gb_Turn.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  868. appearance119.BackColor = System.Drawing.Color.MistyRose;
  869. appearance119.ForeColor = System.Drawing.Color.Blue;
  870. appearance119.TextHAlign = Infragistics.Win.HAlign.Right;
  871. appearance119.TextVAlign = Infragistics.Win.VAlign.Middle;
  872. this.gb_Turn.DisplayLayout.Override.SummaryValueAppearance = appearance119;
  873. appearance120.BackColor = System.Drawing.SystemColors.ControlLight;
  874. this.gb_Turn.DisplayLayout.Override.TemplateAddRowAppearance = appearance120;
  875. this.gb_Turn.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  876. this.gb_Turn.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  877. this.gb_Turn.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  878. this.gb_Turn.Dock = System.Windows.Forms.DockStyle.Fill;
  879. this.gb_Turn.Location = new System.Drawing.Point(0, 0);
  880. this.gb_Turn.Name = "gb_Turn";
  881. this.gb_Turn.Size = new System.Drawing.Size(916, 348);
  882. this.gb_Turn.TabIndex = 725;
  883. this.gb_Turn.Text = "ultraGrid1";
  884. this.gb_Turn.AfterRowActivate += new System.EventHandler(this.gb_Turn_AfterRowActivate);
  885. //
  886. // Frm_TurnoffMove
  887. //
  888. this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
  889. this.ClientSize = new System.Drawing.Size(922, 530);
  890. this.Controls.Add(this.ultraExpandableGroupBox2);
  891. this.Controls.Add(this.ultraExpandableGroupBox1);
  892. this.Controls.Add(this.ultraGroupBox1);
  893. this.Controls.Add(this.panel1);
  894. this.Name = "Frm_TurnoffMove";
  895. this.Text = "卷板成品移垛管理";
  896. this.Load += new System.EventHandler(this.Frm_TurnoffMove_Load);
  897. this.panel1.ResumeLayout(false);
  898. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  899. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  900. this.ultraGroupBox1.ResumeLayout(false);
  901. ((System.ComponentModel.ISupportInitialize)(this.cmb_AreaB)).EndInit();
  902. ((System.ComponentModel.ISupportInitialize)(this.txt_PlanNO)).EndInit();
  903. ((System.ComponentModel.ISupportInitialize)(this.txt_ON_End)).EndInit();
  904. ((System.ComponentModel.ISupportInitialize)(this.txt_ON_Top)).EndInit();
  905. ((System.ComponentModel.ISupportInitialize)(this.txt_GangP)).EndInit();
  906. ((System.ComponentModel.ISupportInitialize)(this.txt_ON_Begin)).EndInit();
  907. ((System.ComponentModel.ISupportInitialize)(this.cmb_Buress)).EndInit();
  908. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  909. this.ultraExpandableGroupBox1.ResumeLayout(false);
  910. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  911. ((System.ComponentModel.ISupportInitialize)(this.txt_Ramk)).EndInit();
  912. ((System.ComponentModel.ISupportInitialize)(this.cmb_BuressMove)).EndInit();
  913. ((System.ComponentModel.ISupportInitialize)(this.cmb_AreaC)).EndInit();
  914. ((System.ComponentModel.ISupportInitialize)(this.cmb_Stream)).EndInit();
  915. ((System.ComponentModel.ISupportInitialize)(this.cmb_Oreder)).EndInit();
  916. ((System.ComponentModel.ISupportInitialize)(this.cmb_B)).EndInit();
  917. ((System.ComponentModel.ISupportInitialize)(this.txt_GangpeiH)).EndInit();
  918. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  919. this.ultraExpandableGroupBox2.ResumeLayout(false);
  920. this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
  921. ((System.ComponentModel.ISupportInitialize)(this.gb_Turn)).EndInit();
  922. this.ResumeLayout(false);
  923. }
  924. #endregion
  925. private string GetWhere()
  926. {
  927. string sqlStr="";
  928. if(this.chk_ON.Checked)
  929. {
  930. sqlStr+="AND A.COIL_NO_ID='"+this.txt_ON_Begin.Text+"-"+this.txt_ON_Top.Text+"-"+this.txt_ON_End.Text+"'";
  931. }
  932. if(this.chk_YButtress.Checked)
  933. {
  934. sqlStr+="AND B.BUTTRESS='"+this.cmb_Buress.Value+"'";
  935. }
  936. if(this.chk_GangP.Checked)
  937. {
  938. sqlStr+="AND A.OLD_SAMPL_NO='"+this.txt_GangP.Text+"'";
  939. }
  940. if(this.chk_PackNo.Checked)
  941. {
  942. sqlStr+="AND A.ORD_NO='"+this.txt_PlanNO.Text+"'";
  943. }
  944. if(this.chk_Area.Checked)
  945. {
  946. sqlStr+=" AND B.AREA='"+this.cmb_AreaB.Value+"'";
  947. }
  948. return sqlStr;
  949. }
  950. private void TurnQuery(string _Conntion)
  951. {
  952. try
  953. {
  954. string strOut="";
  955. DataSet ds = (DataSet)Core.Mes.ClientFrameWork.ClientCommon._RemotingHelp.ExecuteMethod("BJZWJBStuff", "Core.XgMes.Server.JGKC.RollManager.TurnoffMove", "Turn_Query", new object[] { GetWhere() }, out strOut);
  956. this.gb_Turn.DataSource=ds;
  957. this.gb_Turn.UpdateData();
  958. Comm.SetGridSumArea(this.gb_Turn);
  959. }
  960. catch(Exception ex)
  961. {
  962. System.Diagnostics.Debug.WriteLine(ex.ToString());
  963. }
  964. }
  965. // private void TurnMoveQuery()
  966. // {
  967. // try
  968. // {
  969. // string strOut="";
  970. // DataSet ds=(DataSet)Core.Mes.ClientFrameWork.ClientCommon._RemotingHelp.ExecuteMethod("CoilMachiningManage","Core.XgMes.Server.CoilMachiningManage.TurnoffMove","MoveBuressQuery",new object[]{this.cmb_BuressMove.Value.ToString()},out strOut);
  971. // this.gb_MoveBuress.DataSource=ds;
  972. // this.gb_MoveBuress.UpdateData();
  973. // Comm.SetGridSumArea(this.gb_MoveBuress);
  974. // }
  975. // catch(Exception ex)
  976. // {
  977. // System.Diagnostics.Debug.WriteLine(ex.ToString());
  978. // }
  979. // }
  980. private void TZ_Add()
  981. {
  982. try
  983. {
  984. this.gb_Turn.UpdateData();
  985. string strOut="";
  986. ArrayList array=new ArrayList();
  987. array=Comm.GetFieldValue(this.gb_Turn,"FLAG","COIL_NO_ID");
  988. if(array.Count==0)
  989. {
  990. MessageBox.Show("请选择你要移堆的信息!","提示",System.Windows.Forms.MessageBoxButtons.OK,System.Windows.Forms.MessageBoxIcon.Information);
  991. return ;
  992. }
  993. ArrayList Other=new ArrayList();
  994. Other.Add(this.cmb_BuressMove.Value.ToString());
  995. Other.Add(this.cmb_AreaC.Value.ToString());
  996. Other.Add(this.cmb_Oreder.Value.ToString());
  997. Other.Add(this.cmb_Stream.Value.ToString());
  998. Other.Add(Core.Mes.ClientFrameWork.ClientCommon._UserInfo.UserName);
  999. Other.Add(this.txt_Ramk.Text);
  1000. object obj=Core.Mes.ClientFrameWork.ClientCommon._RemotingHelp.ExecuteMethod("BJZWJBStuff", "Core.XgMes.Server.JGKC.RollManager.TurnoffMove","TurnMoveBuress",new object[]{array,Other},out strOut);
  1001. if(obj!=null&&obj.ToString()=="1")
  1002. {
  1003. DataSet ds=(DataSet)this.gb_Turn.DataSource;
  1004. System.Data.DataRow[] row=ds.Tables["KCJ3_TURNOFFLIST"].Select("FLAG='TRUE'");
  1005. for(int i=0; i<row.Length;i++)
  1006. {
  1007. ds.Tables["KCJ3_TURNOFFLIST"].Rows.Remove(row[i]);
  1008. ds.Tables["KCJ3_TURNOFFLIST"].AcceptChanges();
  1009. }
  1010. this.TurnQuery(this.GetWhere());
  1011. }
  1012. else
  1013. {
  1014. MessageBox.Show(strOut,"警告",System.Windows.Forms.MessageBoxButtons.OK,System.Windows.Forms.MessageBoxIcon.Warning);
  1015. }
  1016. }
  1017. catch(Exception ex)
  1018. {
  1019. System.Diagnostics.Debug.WriteLine(ex.ToString());
  1020. }
  1021. }
  1022. private void ultraToolbarsManager1_ToolClick(object sender, Infragistics.Win.UltraWinToolbars.ToolClickEventArgs e)
  1023. {
  1024. switch(e.Tool.Key)
  1025. {
  1026. case "QUERY":
  1027. this.TurnQuery(this.GetWhere());
  1028. break;
  1029. case "Close":
  1030. this.Close();
  1031. break;
  1032. case "TZ":
  1033. this.TZ_Add();
  1034. break;
  1035. case "DUCE":
  1036. this.ExportButtressInfo();
  1037. break;
  1038. }
  1039. }
  1040. private void Frm_TurnoffMove_Load(object sender, System.EventArgs e)
  1041. {
  1042. Comm.SetGridSumArea(this.gb_Turn);
  1043. try
  1044. {
  1045. string sql="";
  1046. DataSet ds;
  1047. string strOut="";
  1048. //堆位
  1049. sql = "SELECT BUTTRESSCODE FROM KCJ_BUTTRESS_ZW WHERE BUTTRESSTYPE='1' AND ISVALID='1' AND AREACODE='对外加工(卷板)' ORDER BY BUTTRESSCODE ASC";
  1050. ds = (DataSet)ClientCommon._RemotingHelp.ExecuteMethod("BJZWStuff", "Core.XgMes.Server.JGKC.SteelPlateManager.Common", "GetDataSet", new object[] { sql }, out strOut);
  1051. ds.Tables[0].TableName="KCJ_BUTTRESS";
  1052. Comm.Init_ComboControl(this.cmb_Buress,"KCJ_BUTTRESS","BUTTRESSCODE","BUTTRESSCODE",ref ds);
  1053. Comm.Init_ComboControl(this.cmb_BuressMove,"KCJ_BUTTRESS","BUTTRESSCODE","BUTTRESSCODE",ref ds);
  1054. sql ="SELECT ID_,NAME_ FROM SCM_BASE_INFO WHERE SORT_CODE = '3002'" ;
  1055. ds = (DataSet)ClientCommon._RemotingHelp.ExecuteMethod("BJZWStuff", "Core.XgMes.Server.JGKC.SteelPlateManager.Common", "GetDataSet", new object[] { sql }, out strOut);
  1056. ds.Tables[0].TableName="SCM_BASE_INFO";
  1057. Comm.Init_ComboControl(this.cmb_Oreder,"SCM_BASE_INFO","NAME_","ID_",ref ds);
  1058. //班组
  1059. sql ="SELECT ID_,NAME_ FROM SCM_BASE_INFO WHERE SORT_CODE = '3003'" ;
  1060. ds = (DataSet)ClientCommon._RemotingHelp.ExecuteMethod("BJZWStuff", "Core.XgMes.Server.JGKC.SteelPlateManager.Common","GetDataSet",new object []{sql},out strOut);
  1061. ds.Tables[0].TableName="SCM_BASE_INFO";
  1062. Comm.Init_ComboControl(this.cmb_Stream,"SCM_BASE_INFO","NAME_","ID_",ref ds);
  1063. //
  1064. sql = "select areacode from kcj_area_ZW where areatype='1' and isvalid='1' AND AREACODE='对外加工(卷板)' ";
  1065. ds = (DataSet)ClientCommon._RemotingHelp.ExecuteMethod("BJZWStuff", "Core.XgMes.Server.JGKC.SteelPlateManager.Common", "GetDataSet", new object[] { sql }, out strOut);
  1066. ds.Tables[0].TableName="KCJ_AREA";
  1067. Comm.Init_ComboControl(this.cmb_AreaB,"KCJ_AREA","AREACODE","AREACODE",ref ds);
  1068. Comm.Init_ComboControl(this.cmb_AreaC,"KCJ_AREA","AREACODE","AREACODE",ref ds);
  1069. }
  1070. catch(Exception ex)
  1071. {
  1072. System.Diagnostics.Debug.WriteLine(ex.ToString());
  1073. }
  1074. }
  1075. private void chk_ON_CheckedChanged(object sender, System.EventArgs e)
  1076. {
  1077. this.txt_ON_Begin.Enabled=this.chk_ON.Checked;
  1078. this.txt_ON_Top.Enabled=this.chk_ON.Checked;
  1079. this.txt_ON_End.Enabled=this.chk_ON.Checked;
  1080. }
  1081. private void chk_GangP_CheckedChanged(object sender, System.EventArgs e)
  1082. {
  1083. this.txt_GangP.Enabled=this.chk_GangP.Checked;
  1084. }
  1085. private void chk_YButtress_CheckedChanged(object sender, System.EventArgs e)
  1086. {
  1087. this.cmb_Buress.Enabled=this.chk_YButtress.Checked;
  1088. }
  1089. private void chk_PackNo_CheckedChanged(object sender, System.EventArgs e)
  1090. {
  1091. this.txt_PlanNO.Enabled=this.chk_PackNo.Checked;
  1092. }
  1093. private void chk_AllowFilter_CheckedChanged(object sender, System.EventArgs e)
  1094. {
  1095. try
  1096. {
  1097. if(this.chk_AllowFilter.Checked)
  1098. {
  1099. this.gb_Turn.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  1100. this.gb_Turn.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
  1101. }
  1102. else
  1103. {
  1104. this.gb_Turn.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  1105. this.gb_Turn.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.Default;
  1106. if(this.gb_Turn.DisplayLayout.Bands[0].ColumnFilters.Count>0)
  1107. {
  1108. for(int i=0;i<this.gb_Turn.DisplayLayout.Bands[0].ColumnFilters.Count;i++)
  1109. {
  1110. this.gb_Turn.DisplayLayout.Bands[0].ColumnFilters[i].FilterConditions.Clear();
  1111. }
  1112. }
  1113. }
  1114. }
  1115. catch(System.Exception ex)
  1116. {
  1117. System.Diagnostics.Debug.WriteLine(ex.ToString());
  1118. }
  1119. }
  1120. private void chk_Area_CheckedChanged(object sender, System.EventArgs e)
  1121. {
  1122. this.cmb_AreaB.Enabled=this.chk_Area.Checked;
  1123. }
  1124. private void gb_Turn_AfterRowActivate(object sender, System.EventArgs e)
  1125. {
  1126. this.txt_GangpeiH.Text=this.gb_Turn.ActiveRow.Cells["COIL_NO_ID"].Value.ToString();
  1127. this.cmb_B.Value=this.gb_Turn.ActiveRow.Cells["BUTTRESS"].Value;
  1128. }
  1129. #region "导出报表"
  1130. private void ExportButtressInfo()
  1131. {
  1132. if(this.gb_Turn.Rows.Count > 0)
  1133. {
  1134. Comm.ExPortExcel(this.gb_Turn,this.excelExporter);
  1135. }
  1136. else
  1137. {
  1138. MessageBox.Show("无信息数据,不能导出!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information);
  1139. }
  1140. }
  1141. #endregion
  1142. }
  1143. }