FrmJGPurchasePlan.Designer.cs 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. namespace Core.StlMes.Client.Mcp.CollarLibrary
  2. {
  3. partial class FrmJGPurchasePlan
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("JgPurchasePlanEntity", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Quantity");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OuterDiameter");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WallThickness");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SgSign");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SgSignCode");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SteelType");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Spec");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SpecNo");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BuckleType");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BuckleTypeCode");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SgStd");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SgStdCode");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Length");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Planno");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ContractNo");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Creator");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHOOSE", 0);
  51. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 426458751);
  52. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 426458829);
  53. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 426458922);
  54. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "CHOOSE", 0, false, "JgPurchasePlanEntity", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "CHOOSE", 0, false);
  55. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  76. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  77. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  78. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  79. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  80. this.panel3 = new System.Windows.Forms.Panel();
  81. this.TxtLength = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  82. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  83. this.TxtStdName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  84. this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
  85. this.TxtGrade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  86. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  87. this.TxtSteelCode = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  88. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  89. this.TxtSpcName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  90. this.ultraLabel29 = new Infragistics.Win.Misc.UltraLabel();
  91. this.TxtModel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  92. this.ultraLabel30 = new Infragistics.Win.Misc.UltraLabel();
  93. this.TxtDimater = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  94. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  95. this.TxtHeight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  96. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  97. this.TxtNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  98. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  99. this.label3 = new System.Windows.Forms.Label();
  100. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  101. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  102. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  103. this.RegEndTime = new System.Windows.Forms.DateTimePicker();
  104. this.txtPlanNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  105. this.RegStartTime = new System.Windows.Forms.DateTimePicker();
  106. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  107. this.chkRegTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  108. this.chkPlanNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  109. this.couplingMatDealEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  110. this.ultraTabPageControl1.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  112. this.ultraGroupBox1.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  115. this.ultraGroupBox3.SuspendLayout();
  116. this.panel3.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.TxtLength)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.TxtStdName)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.TxtGrade)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.TxtSteelCode)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.TxtSpcName)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.TxtModel)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.TxtDimater)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.TxtHeight)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.TxtNum)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  127. this.ultraTabControl1.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.txtPlanNo)).BeginInit();
  129. this.ultraPanel1.ClientArea.SuspendLayout();
  130. this.ultraPanel1.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.chkRegTime)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.chkPlanNo)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.couplingMatDealEntityBindingSource)).BeginInit();
  134. this.SuspendLayout();
  135. //
  136. // ultraTabPageControl1
  137. //
  138. this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox1);
  139. this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox3);
  140. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
  141. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  142. this.ultraTabPageControl1.Size = new System.Drawing.Size(1201, 462);
  143. //
  144. // ultraGroupBox1
  145. //
  146. this.ultraGroupBox1.Controls.Add(this.ultraGrid2);
  147. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  149. this.ultraGroupBox1.Name = "ultraGroupBox1";
  150. this.ultraGroupBox1.Size = new System.Drawing.Size(1201, 285);
  151. this.ultraGroupBox1.TabIndex = 931;
  152. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  153. //
  154. // ultraGrid2
  155. //
  156. this.ultraGrid2.DataSource = this.couplingMatDealEntityBindingSource;
  157. ultraGridColumn1.Header.VisiblePosition = 0;
  158. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  159. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  160. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  161. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  162. ultraGridColumn2.Header.VisiblePosition = 1;
  163. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  164. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  165. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
  166. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  167. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  168. ultraGridColumn3.Header.VisiblePosition = 2;
  169. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  170. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  171. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  172. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  173. ultraGridColumn4.Header.VisiblePosition = 3;
  174. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  175. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  176. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  177. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  178. ultraGridColumn5.Header.VisiblePosition = 4;
  179. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  180. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  181. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  182. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  183. ultraGridColumn6.Header.VisiblePosition = 5;
  184. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 10;
  185. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  186. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  187. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  188. ultraGridColumn7.Header.VisiblePosition = 6;
  189. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  190. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  191. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  192. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  193. ultraGridColumn8.Header.VisiblePosition = 7;
  194. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  195. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  196. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  197. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  198. ultraGridColumn9.Header.VisiblePosition = 8;
  199. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
  200. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  201. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  202. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  203. ultraGridColumn10.Header.VisiblePosition = 9;
  204. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 18;
  205. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  206. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  207. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  208. ultraGridColumn11.Header.VisiblePosition = 10;
  209. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 20;
  210. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  211. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  212. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  213. ultraGridColumn12.Header.VisiblePosition = 11;
  214. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 22;
  215. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  216. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  217. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  218. ultraGridColumn13.Header.VisiblePosition = 12;
  219. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 24;
  220. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  221. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  222. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  223. ultraGridColumn14.Header.VisiblePosition = 13;
  224. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 26;
  225. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  226. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  227. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  228. ultraGridColumn15.Header.VisiblePosition = 14;
  229. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 30;
  230. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  231. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  232. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  233. ultraGridColumn16.Header.VisiblePosition = 15;
  234. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 32;
  235. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  236. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  237. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  238. ultraGridColumn17.Header.VisiblePosition = 16;
  239. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 28;
  240. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  241. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  242. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  243. ultraGridColumn18.Header.VisiblePosition = 17;
  244. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 36;
  245. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  246. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  247. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  248. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  249. ultraGridColumn19.Header.VisiblePosition = 20;
  250. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 38;
  251. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  252. ultraGridColumn19.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  253. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  254. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  255. ultraGridColumn20.Header.VisiblePosition = 18;
  256. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 34;
  257. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  258. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  259. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  260. ultraGridColumn21.DataType = typeof(bool);
  261. ultraGridColumn21.Header.Caption = "选择";
  262. ultraGridColumn21.Header.VisiblePosition = 19;
  263. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 0;
  264. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  265. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22);
  266. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  267. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  268. ultraGridBand1.Columns.AddRange(new object[] {
  269. ultraGridColumn1,
  270. ultraGridColumn2,
  271. ultraGridColumn3,
  272. ultraGridColumn4,
  273. ultraGridColumn5,
  274. ultraGridColumn6,
  275. ultraGridColumn7,
  276. ultraGridColumn8,
  277. ultraGridColumn9,
  278. ultraGridColumn10,
  279. ultraGridColumn11,
  280. ultraGridColumn12,
  281. ultraGridColumn13,
  282. ultraGridColumn14,
  283. ultraGridColumn15,
  284. ultraGridColumn16,
  285. ultraGridColumn17,
  286. ultraGridColumn18,
  287. ultraGridColumn19,
  288. ultraGridColumn20,
  289. ultraGridColumn21});
  290. ultraGridGroup1.Header.Caption = "个/吨";
  291. ultraGridGroup1.Hidden = true;
  292. ultraGridGroup1.Key = "NewGroup2";
  293. ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
  294. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 12;
  295. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  296. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 4;
  297. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 2;
  298. ultraGridGroup2.Header.Caption = "交易发起方";
  299. ultraGridGroup2.Hidden = true;
  300. ultraGridGroup2.Key = "NewGroup0";
  301. ultraGridGroup2.RowLayoutGroupInfo.LabelSpan = 1;
  302. ultraGridGroup2.RowLayoutGroupInfo.OriginX = 28;
  303. ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
  304. ultraGridGroup2.RowLayoutGroupInfo.SpanX = 2;
  305. ultraGridGroup2.RowLayoutGroupInfo.SpanY = 1;
  306. ultraGridGroup3.Header.Caption = "交易受理方";
  307. ultraGridGroup3.Hidden = true;
  308. ultraGridGroup3.Key = "NewGroup3";
  309. ultraGridGroup3.RowLayoutGroupInfo.LabelSpan = 1;
  310. ultraGridGroup3.RowLayoutGroupInfo.OriginX = 28;
  311. ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
  312. ultraGridGroup3.RowLayoutGroupInfo.SpanX = 10;
  313. ultraGridGroup3.RowLayoutGroupInfo.SpanY = 3;
  314. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  315. ultraGridGroup1,
  316. ultraGridGroup2,
  317. ultraGridGroup3});
  318. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  319. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  320. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  321. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  322. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  323. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  324. summarySettings1.DisplayFormat = "共{0}条";
  325. summarySettings1.GroupBySummaryValueAppearance = appearance2;
  326. summarySettings1.Tag = ((short)(0));
  327. ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  328. summarySettings1});
  329. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  330. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  331. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  332. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  333. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  334. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance14;
  335. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  336. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  337. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  338. this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
  339. this.ultraGrid2.DisplayLayout.GroupByBox.Prompt = "将需要分组的列拖到此区域";
  340. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  341. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  342. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  343. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  344. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  345. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  346. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  347. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Solid;
  348. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Solid;
  349. appearance17.BackColor = System.Drawing.SystemColors.Window;
  350. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance17;
  351. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  352. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  353. this.ultraGrid2.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  354. appearance18.BackColor = System.Drawing.SystemColors.Control;
  355. appearance18.BackColor2 = System.Drawing.SystemColors.ControlDark;
  356. appearance18.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  357. appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  358. appearance18.BorderColor = System.Drawing.SystemColors.Window;
  359. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance18;
  360. appearance19.TextHAlignAsString = "Center";
  361. appearance19.TextVAlignAsString = "Middle";
  362. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance19;
  363. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  364. this.ultraGrid2.DisplayLayout.Override.MaxSelectedRows = 1;
  365. this.ultraGrid2.DisplayLayout.Override.MinRowHeight = 21;
  366. appearance20.TextVAlignAsString = "Middle";
  367. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance20;
  368. appearance21.TextVAlignAsString = "Middle";
  369. this.ultraGrid2.DisplayLayout.Override.RowSelectorAppearance = appearance21;
  370. this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  371. this.ultraGrid2.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  372. appearance22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  373. appearance22.ForeColor = System.Drawing.Color.DarkBlue;
  374. this.ultraGrid2.DisplayLayout.Override.SummaryFooterAppearance = appearance22;
  375. appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  376. appearance23.ForeColor = System.Drawing.Color.DarkBlue;
  377. this.ultraGrid2.DisplayLayout.Override.SummaryValueAppearance = appearance23;
  378. this.ultraGrid2.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  379. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  380. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  381. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  382. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  383. this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
  384. this.ultraGrid2.Name = "ultraGrid2";
  385. this.ultraGrid2.Size = new System.Drawing.Size(1195, 282);
  386. this.ultraGrid2.TabIndex = 13;
  387. this.ultraGrid2.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid2_AfterSelectChange);
  388. //
  389. // ultraGroupBox3
  390. //
  391. this.ultraGroupBox3.Controls.Add(this.panel3);
  392. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
  393. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 285);
  394. this.ultraGroupBox3.Name = "ultraGroupBox3";
  395. this.ultraGroupBox3.Size = new System.Drawing.Size(1201, 177);
  396. this.ultraGroupBox3.TabIndex = 929;
  397. this.ultraGroupBox3.Text = "编辑出库";
  398. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  399. //
  400. // panel3
  401. //
  402. this.panel3.AutoScroll = true;
  403. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  404. this.panel3.Controls.Add(this.TxtLength);
  405. this.panel3.Controls.Add(this.ultraLabel6);
  406. this.panel3.Controls.Add(this.TxtStdName);
  407. this.panel3.Controls.Add(this.ultraLabel28);
  408. this.panel3.Controls.Add(this.TxtGrade);
  409. this.panel3.Controls.Add(this.ultraLabel10);
  410. this.panel3.Controls.Add(this.TxtSteelCode);
  411. this.panel3.Controls.Add(this.ultraLabel11);
  412. this.panel3.Controls.Add(this.TxtSpcName);
  413. this.panel3.Controls.Add(this.ultraLabel29);
  414. this.panel3.Controls.Add(this.TxtModel);
  415. this.panel3.Controls.Add(this.ultraLabel30);
  416. this.panel3.Controls.Add(this.TxtDimater);
  417. this.panel3.Controls.Add(this.ultraLabel5);
  418. this.panel3.Controls.Add(this.TxtHeight);
  419. this.panel3.Controls.Add(this.ultraLabel4);
  420. this.panel3.Controls.Add(this.TxtNum);
  421. this.panel3.Controls.Add(this.ultraLabel8);
  422. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  423. this.panel3.Location = new System.Drawing.Point(3, 18);
  424. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  425. this.panel3.Name = "panel3";
  426. this.panel3.Size = new System.Drawing.Size(1195, 156);
  427. this.panel3.TabIndex = 991;
  428. //
  429. // TxtLength
  430. //
  431. this.TxtLength.Location = new System.Drawing.Point(614, 34);
  432. this.TxtLength.MaxValue = 999999;
  433. this.TxtLength.MinValue = 0;
  434. this.TxtLength.Name = "TxtLength";
  435. this.TxtLength.PromptChar = ' ';
  436. this.TxtLength.Size = new System.Drawing.Size(112, 21);
  437. this.TxtLength.TabIndex = 1066;
  438. //
  439. // ultraLabel6
  440. //
  441. appearance24.BackColor = System.Drawing.Color.Transparent;
  442. appearance24.TextVAlignAsString = "Middle";
  443. this.ultraLabel6.Appearance = appearance24;
  444. this.ultraLabel6.AutoSize = true;
  445. this.ultraLabel6.Location = new System.Drawing.Point(559, 36);
  446. this.ultraLabel6.Name = "ultraLabel6";
  447. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  448. this.ultraLabel6.TabIndex = 1067;
  449. this.ultraLabel6.Text = "长 度";
  450. //
  451. // TxtStdName
  452. //
  453. this.TxtStdName.DropDownListWidth = -1;
  454. this.TxtStdName.Location = new System.Drawing.Point(423, 34);
  455. this.TxtStdName.Name = "TxtStdName";
  456. this.TxtStdName.Size = new System.Drawing.Size(112, 21);
  457. this.TxtStdName.TabIndex = 1065;
  458. //
  459. // ultraLabel28
  460. //
  461. appearance5.BackColor = System.Drawing.Color.Transparent;
  462. appearance5.TextVAlignAsString = "Middle";
  463. this.ultraLabel28.Appearance = appearance5;
  464. this.ultraLabel28.AutoSize = true;
  465. this.ultraLabel28.Location = new System.Drawing.Point(366, 36);
  466. this.ultraLabel28.Name = "ultraLabel28";
  467. this.ultraLabel28.Size = new System.Drawing.Size(54, 16);
  468. this.ultraLabel28.TabIndex = 1064;
  469. this.ultraLabel28.Text = "标准名称";
  470. //
  471. // TxtGrade
  472. //
  473. this.TxtGrade.DropDownListWidth = -1;
  474. this.TxtGrade.Location = new System.Drawing.Point(793, 6);
  475. this.TxtGrade.Name = "TxtGrade";
  476. this.TxtGrade.Size = new System.Drawing.Size(112, 21);
  477. this.TxtGrade.TabIndex = 1063;
  478. //
  479. // ultraLabel10
  480. //
  481. appearance12.BackColor = System.Drawing.Color.Transparent;
  482. appearance12.TextVAlignAsString = "Middle";
  483. this.ultraLabel10.Appearance = appearance12;
  484. this.ultraLabel10.AutoSize = true;
  485. this.ultraLabel10.Location = new System.Drawing.Point(737, 8);
  486. this.ultraLabel10.Name = "ultraLabel10";
  487. this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
  488. this.ultraLabel10.TabIndex = 1062;
  489. this.ultraLabel10.Text = "钢 种";
  490. //
  491. // TxtSteelCode
  492. //
  493. this.TxtSteelCode.DropDownListWidth = -1;
  494. this.TxtSteelCode.Location = new System.Drawing.Point(614, 6);
  495. this.TxtSteelCode.Name = "TxtSteelCode";
  496. this.TxtSteelCode.Size = new System.Drawing.Size(112, 21);
  497. this.TxtSteelCode.TabIndex = 1061;
  498. //
  499. // ultraLabel11
  500. //
  501. appearance6.BackColor = System.Drawing.Color.Transparent;
  502. appearance6.TextVAlignAsString = "Middle";
  503. this.ultraLabel11.Appearance = appearance6;
  504. this.ultraLabel11.AutoSize = true;
  505. this.ultraLabel11.Location = new System.Drawing.Point(559, 8);
  506. this.ultraLabel11.Name = "ultraLabel11";
  507. this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
  508. this.ultraLabel11.TabIndex = 1060;
  509. this.ultraLabel11.Text = "钢级牌号";
  510. //
  511. // TxtSpcName
  512. //
  513. this.TxtSpcName.DropDownListWidth = -1;
  514. this.TxtSpcName.Location = new System.Drawing.Point(65, 34);
  515. this.TxtSpcName.Name = "TxtSpcName";
  516. this.TxtSpcName.Size = new System.Drawing.Size(112, 21);
  517. this.TxtSpcName.TabIndex = 1059;
  518. this.TxtSpcName.TextChanged += new System.EventHandler(this.TxtSpcName_TextChanged);
  519. //
  520. // ultraLabel29
  521. //
  522. appearance4.BackColor = System.Drawing.Color.Transparent;
  523. appearance4.TextVAlignAsString = "Middle";
  524. this.ultraLabel29.Appearance = appearance4;
  525. this.ultraLabel29.AutoSize = true;
  526. this.ultraLabel29.Location = new System.Drawing.Point(7, 36);
  527. this.ultraLabel29.Name = "ultraLabel29";
  528. this.ultraLabel29.Size = new System.Drawing.Size(54, 16);
  529. this.ultraLabel29.TabIndex = 1058;
  530. this.ultraLabel29.Text = "产品规格";
  531. //
  532. // TxtModel
  533. //
  534. this.TxtModel.DropDownListWidth = -1;
  535. this.TxtModel.Location = new System.Drawing.Point(246, 34);
  536. this.TxtModel.Name = "TxtModel";
  537. this.TxtModel.Size = new System.Drawing.Size(112, 21);
  538. this.TxtModel.TabIndex = 1057;
  539. //
  540. // ultraLabel30
  541. //
  542. appearance37.BackColor = System.Drawing.Color.Transparent;
  543. appearance37.TextVAlignAsString = "Middle";
  544. this.ultraLabel30.Appearance = appearance37;
  545. this.ultraLabel30.AutoSize = true;
  546. this.ultraLabel30.Location = new System.Drawing.Point(188, 36);
  547. this.ultraLabel30.Name = "ultraLabel30";
  548. this.ultraLabel30.Size = new System.Drawing.Size(54, 16);
  549. this.ultraLabel30.TabIndex = 1056;
  550. this.ultraLabel30.Text = "扣 型";
  551. //
  552. // TxtDimater
  553. //
  554. this.TxtDimater.Location = new System.Drawing.Point(423, 6);
  555. this.TxtDimater.MaxValue = 999999;
  556. this.TxtDimater.MinValue = 0;
  557. this.TxtDimater.Name = "TxtDimater";
  558. this.TxtDimater.PromptChar = ' ';
  559. this.TxtDimater.Size = new System.Drawing.Size(112, 21);
  560. this.TxtDimater.TabIndex = 1048;
  561. //
  562. // ultraLabel5
  563. //
  564. appearance8.BackColor = System.Drawing.Color.Transparent;
  565. appearance8.TextVAlignAsString = "Middle";
  566. this.ultraLabel5.Appearance = appearance8;
  567. this.ultraLabel5.AutoSize = true;
  568. this.ultraLabel5.Location = new System.Drawing.Point(366, 8);
  569. this.ultraLabel5.Name = "ultraLabel5";
  570. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  571. this.ultraLabel5.TabIndex = 1049;
  572. this.ultraLabel5.Text = "壁 厚";
  573. //
  574. // TxtHeight
  575. //
  576. this.TxtHeight.Location = new System.Drawing.Point(246, 6);
  577. this.TxtHeight.MaxValue = 999999;
  578. this.TxtHeight.MinValue = 0;
  579. this.TxtHeight.Name = "TxtHeight";
  580. this.TxtHeight.PromptChar = ' ';
  581. this.TxtHeight.Size = new System.Drawing.Size(112, 21);
  582. this.TxtHeight.TabIndex = 1046;
  583. //
  584. // ultraLabel4
  585. //
  586. appearance25.BackColor = System.Drawing.Color.Transparent;
  587. appearance25.TextVAlignAsString = "Middle";
  588. this.ultraLabel4.Appearance = appearance25;
  589. this.ultraLabel4.AutoSize = true;
  590. this.ultraLabel4.Location = new System.Drawing.Point(188, 8);
  591. this.ultraLabel4.Name = "ultraLabel4";
  592. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  593. this.ultraLabel4.TabIndex = 1047;
  594. this.ultraLabel4.Text = "外 径";
  595. //
  596. // TxtNum
  597. //
  598. this.TxtNum.Location = new System.Drawing.Point(65, 6);
  599. this.TxtNum.MaxValue = 999999;
  600. this.TxtNum.MinValue = 0;
  601. this.TxtNum.Name = "TxtNum";
  602. this.TxtNum.PromptChar = ' ';
  603. this.TxtNum.Size = new System.Drawing.Size(112, 21);
  604. this.TxtNum.TabIndex = 6;
  605. this.TxtNum.ValueChanged += new System.EventHandler(this.TxtNum_ValueChanged);
  606. //
  607. // ultraLabel8
  608. //
  609. appearance13.BackColor = System.Drawing.Color.Transparent;
  610. appearance13.TextVAlignAsString = "Middle";
  611. this.ultraLabel8.Appearance = appearance13;
  612. this.ultraLabel8.AutoSize = true;
  613. this.ultraLabel8.Location = new System.Drawing.Point(7, 8);
  614. this.ultraLabel8.Name = "ultraLabel8";
  615. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  616. this.ultraLabel8.TabIndex = 1028;
  617. this.ultraLabel8.Text = "个 数";
  618. //
  619. // label3
  620. //
  621. this.label3.AutoSize = true;
  622. this.label3.BackColor = System.Drawing.Color.Transparent;
  623. this.label3.Location = new System.Drawing.Point(230, 10);
  624. this.label3.Name = "label3";
  625. this.label3.Size = new System.Drawing.Size(17, 12);
  626. this.label3.TabIndex = 884;
  627. this.label3.Text = "至";
  628. //
  629. // ultraTabSharedControlsPage1
  630. //
  631. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  632. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  633. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1201, 462);
  634. //
  635. // ultraTabControl1
  636. //
  637. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  638. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  639. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  640. this.ultraTabControl1.Location = new System.Drawing.Point(0, 32);
  641. this.ultraTabControl1.Name = "ultraTabControl1";
  642. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  643. this.ultraTabControl1.Size = new System.Drawing.Size(1203, 485);
  644. this.ultraTabControl1.TabIndex = 13;
  645. ultraTab3.Key = "Library1";
  646. ultraTab3.TabPage = this.ultraTabPageControl1;
  647. ultraTab3.Text = "接箍采购计划";
  648. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  649. ultraTab3});
  650. this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
  651. //
  652. // ultraLabel1
  653. //
  654. this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  655. this.ultraLabel1.Location = new System.Drawing.Point(0, 32);
  656. this.ultraLabel1.Name = "ultraLabel1";
  657. this.ultraLabel1.Size = new System.Drawing.Size(1203, 485);
  658. this.ultraLabel1.TabIndex = 12;
  659. this.ultraLabel1.Text = "ultraLabel1";
  660. //
  661. // RegEndTime
  662. //
  663. this.RegEndTime.CustomFormat = "yyyy-MM-dd ";
  664. this.RegEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  665. this.RegEndTime.Location = new System.Drawing.Point(250, 6);
  666. this.RegEndTime.Name = "RegEndTime";
  667. this.RegEndTime.Size = new System.Drawing.Size(126, 21);
  668. this.RegEndTime.TabIndex = 934;
  669. //
  670. // txtPlanNo
  671. //
  672. this.txtPlanNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  673. this.txtPlanNo.Enabled = false;
  674. this.txtPlanNo.Location = new System.Drawing.Point(439, 5);
  675. this.txtPlanNo.Name = "txtPlanNo";
  676. this.txtPlanNo.Size = new System.Drawing.Size(122, 21);
  677. this.txtPlanNo.TabIndex = 3;
  678. //
  679. // RegStartTime
  680. //
  681. this.RegStartTime.CustomFormat = "yyyy-MM-dd";
  682. this.RegStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  683. this.RegStartTime.Location = new System.Drawing.Point(103, 5);
  684. this.RegStartTime.Name = "RegStartTime";
  685. this.RegStartTime.Size = new System.Drawing.Size(122, 21);
  686. this.RegStartTime.TabIndex = 933;
  687. //
  688. // ultraPanel1
  689. //
  690. //
  691. // ultraPanel1.ClientArea
  692. //
  693. this.ultraPanel1.ClientArea.Controls.Add(this.RegEndTime);
  694. this.ultraPanel1.ClientArea.Controls.Add(this.txtPlanNo);
  695. this.ultraPanel1.ClientArea.Controls.Add(this.RegStartTime);
  696. this.ultraPanel1.ClientArea.Controls.Add(this.chkRegTime);
  697. this.ultraPanel1.ClientArea.Controls.Add(this.label3);
  698. this.ultraPanel1.ClientArea.Controls.Add(this.chkPlanNo);
  699. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  700. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  701. this.ultraPanel1.Name = "ultraPanel1";
  702. this.ultraPanel1.Size = new System.Drawing.Size(1203, 32);
  703. this.ultraPanel1.TabIndex = 11;
  704. //
  705. // chkRegTime
  706. //
  707. this.chkRegTime.AutoSize = true;
  708. this.chkRegTime.Checked = true;
  709. this.chkRegTime.CheckState = System.Windows.Forms.CheckState.Checked;
  710. this.chkRegTime.Location = new System.Drawing.Point(30, 7);
  711. this.chkRegTime.Name = "chkRegTime";
  712. this.chkRegTime.Size = new System.Drawing.Size(71, 19);
  713. this.chkRegTime.TabIndex = 886;
  714. this.chkRegTime.Text = "创建时间";
  715. this.chkRegTime.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
  716. //
  717. // chkPlanNo
  718. //
  719. this.chkPlanNo.AutoSize = true;
  720. this.chkPlanNo.Location = new System.Drawing.Point(381, 7);
  721. this.chkPlanNo.Name = "chkPlanNo";
  722. this.chkPlanNo.Size = new System.Drawing.Size(59, 19);
  723. this.chkPlanNo.TabIndex = 2;
  724. this.chkPlanNo.Text = "计划号";
  725. this.chkPlanNo.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
  726. //
  727. // couplingMatDealEntityBindingSource
  728. //
  729. this.couplingMatDealEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Entity.JgPurchasePlanEntity);
  730. //
  731. // FrmJGPurchasePlan
  732. //
  733. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  734. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  735. this.ClientSize = new System.Drawing.Size(1203, 517);
  736. this.Controls.Add(this.ultraTabControl1);
  737. this.Controls.Add(this.ultraLabel1);
  738. this.Controls.Add(this.ultraPanel1);
  739. this.Margin = new System.Windows.Forms.Padding(4);
  740. this.Name = "FrmJGPurchasePlan";
  741. this.Text = "接箍采购计划管理";
  742. this.Load += new System.EventHandler(this.FrmCollarInventory_Load);
  743. this.ultraTabPageControl1.ResumeLayout(false);
  744. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  745. this.ultraGroupBox1.ResumeLayout(false);
  746. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  748. this.ultraGroupBox3.ResumeLayout(false);
  749. this.panel3.ResumeLayout(false);
  750. this.panel3.PerformLayout();
  751. ((System.ComponentModel.ISupportInitialize)(this.TxtLength)).EndInit();
  752. ((System.ComponentModel.ISupportInitialize)(this.TxtStdName)).EndInit();
  753. ((System.ComponentModel.ISupportInitialize)(this.TxtGrade)).EndInit();
  754. ((System.ComponentModel.ISupportInitialize)(this.TxtSteelCode)).EndInit();
  755. ((System.ComponentModel.ISupportInitialize)(this.TxtSpcName)).EndInit();
  756. ((System.ComponentModel.ISupportInitialize)(this.TxtModel)).EndInit();
  757. ((System.ComponentModel.ISupportInitialize)(this.TxtDimater)).EndInit();
  758. ((System.ComponentModel.ISupportInitialize)(this.TxtHeight)).EndInit();
  759. ((System.ComponentModel.ISupportInitialize)(this.TxtNum)).EndInit();
  760. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  761. this.ultraTabControl1.ResumeLayout(false);
  762. ((System.ComponentModel.ISupportInitialize)(this.txtPlanNo)).EndInit();
  763. this.ultraPanel1.ClientArea.ResumeLayout(false);
  764. this.ultraPanel1.ClientArea.PerformLayout();
  765. this.ultraPanel1.ResumeLayout(false);
  766. ((System.ComponentModel.ISupportInitialize)(this.chkRegTime)).EndInit();
  767. ((System.ComponentModel.ISupportInitialize)(this.chkPlanNo)).EndInit();
  768. ((System.ComponentModel.ISupportInitialize)(this.couplingMatDealEntityBindingSource)).EndInit();
  769. this.ResumeLayout(false);
  770. }
  771. #endregion
  772. private System.Windows.Forms.Label label3;
  773. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  774. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  775. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  776. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  777. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  778. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  779. private System.Windows.Forms.DateTimePicker RegEndTime;
  780. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPlanNo;
  781. private System.Windows.Forms.DateTimePicker RegStartTime;
  782. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  783. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkRegTime;
  784. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkPlanNo;
  785. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  786. private System.Windows.Forms.BindingSource couplingMatDealEntityBindingSource;
  787. private System.Windows.Forms.Panel panel3;
  788. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNum;
  789. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  790. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtDimater;
  791. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  792. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtHeight;
  793. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  794. private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtModel;
  795. private Infragistics.Win.Misc.UltraLabel ultraLabel30;
  796. private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtSpcName;
  797. private Infragistics.Win.Misc.UltraLabel ultraLabel29;
  798. private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtGrade;
  799. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  800. private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtSteelCode;
  801. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  802. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtLength;
  803. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  804. private Infragistics.Win.UltraWinEditors.UltraComboEditor TxtStdName;
  805. private Infragistics.Win.Misc.UltraLabel ultraLabel28;
  806. }
  807. }