FrmUpsettingDialExpansion.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. namespace Core.StlMes.Client.Plan.Order
  2. {
  3. partial class FrmUpsettingDialExpansion
  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. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INDEX_SEQ");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADECODE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADENAME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MIN_D");
  44. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MIN_H");
  46. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAX_D");
  48. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAX_H");
  50. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE_OLD");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn1", 0, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn2", 1);
  55. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  74. this.dataSet2 = new System.Data.DataSet();
  75. this.dataTable1 = new System.Data.DataTable();
  76. this.dataColumn1 = new System.Data.DataColumn();
  77. this.dataColumn2 = new System.Data.DataColumn();
  78. this.dataColumn3 = new System.Data.DataColumn();
  79. this.dataColumn4 = new System.Data.DataColumn();
  80. this.dataColumn5 = new System.Data.DataColumn();
  81. this.dataColumn6 = new System.Data.DataColumn();
  82. this.dataColumn7 = new System.Data.DataColumn();
  83. this.dataColumn8 = new System.Data.DataColumn();
  84. this.dataColumn9 = new System.Data.DataColumn();
  85. this.dataColumn10 = new System.Data.DataColumn();
  86. this.dataColumn11 = new System.Data.DataColumn();
  87. this.dataColumn12 = new System.Data.DataColumn();
  88. this.dataColumn0 = new System.Data.DataColumn();
  89. this.dataColumn15 = new System.Data.DataColumn();
  90. this.dataColumn16 = new System.Data.DataColumn();
  91. this.dataColumn17 = new System.Data.DataColumn();
  92. this.dataColumn19 = new System.Data.DataColumn();
  93. this.dataColumn13 = new System.Data.DataColumn();
  94. this.dataColumn14 = new System.Data.DataColumn();
  95. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  96. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  97. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  98. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  99. this.txtMax_h = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  100. this.txtMin_h = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  101. this.txtMin_d = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  102. this.txtMax_d = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  103. this.cmbProLineInfo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  104. this.cmbGZType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  105. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  106. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  107. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  108. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  109. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  110. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  111. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  112. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  113. this.panel3 = new System.Windows.Forms.Panel();
  114. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  115. this.txtTitleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  116. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  117. this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  118. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  119. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  121. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  124. this.ultraExpandableGroupBox1.SuspendLayout();
  125. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  126. ((System.ComponentModel.ISupportInitialize)(this.txtMax_h)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.txtMin_h)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.txtMin_d)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.txtMax_d)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.cmbProLineInfo)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.cmbGZType)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  133. this.panel3.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).BeginInit();
  136. this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
  137. this.FrmBase_Fill_Panel.SuspendLayout();
  138. this.SuspendLayout();
  139. //
  140. // dataSet2
  141. //
  142. this.dataSet2.DataSetName = "NewDataSet";
  143. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  144. this.dataTable1});
  145. //
  146. // dataTable1
  147. //
  148. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  149. this.dataColumn1,
  150. this.dataColumn2,
  151. this.dataColumn3,
  152. this.dataColumn4,
  153. this.dataColumn5,
  154. this.dataColumn6,
  155. this.dataColumn7,
  156. this.dataColumn8,
  157. this.dataColumn9,
  158. this.dataColumn10,
  159. this.dataColumn11,
  160. this.dataColumn12,
  161. this.dataColumn0,
  162. this.dataColumn15,
  163. this.dataColumn16,
  164. this.dataColumn17,
  165. this.dataColumn19,
  166. this.dataColumn13,
  167. this.dataColumn14});
  168. this.dataTable1.TableName = "Table1";
  169. //
  170. // dataColumn1
  171. //
  172. this.dataColumn1.Caption = "二级工序";
  173. this.dataColumn1.ColumnName = "PLINE_CODE";
  174. //
  175. // dataColumn2
  176. //
  177. this.dataColumn2.Caption = "二级工序";
  178. this.dataColumn2.ColumnName = "PLINE_NAME";
  179. //
  180. // dataColumn3
  181. //
  182. this.dataColumn3.Caption = "序号\r\n";
  183. this.dataColumn3.ColumnName = "INDEX_SEQ";
  184. //
  185. // dataColumn4
  186. //
  187. this.dataColumn4.Caption = "钢种代码";
  188. this.dataColumn4.ColumnName = "GRADECODE";
  189. //
  190. // dataColumn5
  191. //
  192. this.dataColumn5.Caption = "创建人";
  193. this.dataColumn5.ColumnName = "CREATE_NAME";
  194. //
  195. // dataColumn6
  196. //
  197. this.dataColumn6.Caption = "创建时间";
  198. this.dataColumn6.ColumnName = "CREATE_TIME";
  199. //
  200. // dataColumn7
  201. //
  202. this.dataColumn7.Caption = "修改人";
  203. this.dataColumn7.ColumnName = "UPDATE_NAME";
  204. //
  205. // dataColumn8
  206. //
  207. this.dataColumn8.Caption = "修改时间";
  208. this.dataColumn8.ColumnName = "UPDATE_TIME";
  209. //
  210. // dataColumn9
  211. //
  212. this.dataColumn9.Caption = "删除人";
  213. this.dataColumn9.ColumnName = "DELETE_NAME";
  214. //
  215. // dataColumn10
  216. //
  217. this.dataColumn10.Caption = "删除时间";
  218. this.dataColumn10.ColumnName = "DELETE_TIME";
  219. //
  220. // dataColumn11
  221. //
  222. this.dataColumn11.Caption = "VALIDFLAG";
  223. this.dataColumn11.ColumnName = "VALIDFLAG";
  224. //
  225. // dataColumn12
  226. //
  227. this.dataColumn12.Caption = "备注";
  228. this.dataColumn12.ColumnName = "MEMO";
  229. //
  230. // dataColumn0
  231. //
  232. this.dataColumn0.Caption = "钢种描述";
  233. this.dataColumn0.ColumnName = "GRADENAME";
  234. //
  235. // dataColumn15
  236. //
  237. this.dataColumn15.Caption = "外径(mm)\r\n";
  238. this.dataColumn15.ColumnName = "MIN_D";
  239. //
  240. // dataColumn16
  241. //
  242. this.dataColumn16.Caption = "壁厚(mm)";
  243. this.dataColumn16.ColumnName = "MIN_H";
  244. //
  245. // dataColumn17
  246. //
  247. this.dataColumn17.Caption = "外径(mm)\r\n";
  248. this.dataColumn17.ColumnName = "MAX_D";
  249. //
  250. // dataColumn19
  251. //
  252. this.dataColumn19.Caption = "壁厚(mm)\r\n";
  253. this.dataColumn19.ColumnName = "MAX_H";
  254. //
  255. // dataColumn13
  256. //
  257. this.dataColumn13.Caption = "有效标识";
  258. this.dataColumn13.ColumnName = "VALIDFLAGNAME";
  259. //
  260. // dataColumn14
  261. //
  262. this.dataColumn14.ColumnName = "PLINE_CODE_OLD";
  263. //
  264. // FrmBase_Fill_Panel_Fill_Panel_Fill_Panel
  265. //
  266. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraGrid2);
  267. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraExpandableGroupBox1);
  268. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.panel3);
  269. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  270. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  271. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  272. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel_Fill_Panel";
  273. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1362, 460);
  274. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.TabIndex = 0;
  275. //
  276. // ultraGrid2
  277. //
  278. this.ultraGrid2.DataMember = "Table1";
  279. this.ultraGrid2.DataSource = this.dataSet2;
  280. appearance5.BackColor = System.Drawing.SystemColors.Window;
  281. appearance5.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  282. this.ultraGrid2.DisplayLayout.Appearance = appearance5;
  283. ultraGridColumn1.Header.VisiblePosition = 0;
  284. ultraGridColumn1.Hidden = true;
  285. ultraGridColumn2.Header.VisiblePosition = 1;
  286. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  287. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  288. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0);
  289. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 53);
  290. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  291. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  292. ultraGridColumn3.Header.VisiblePosition = 8;
  293. ultraGridColumn3.Hidden = true;
  294. ultraGridColumn4.Header.VisiblePosition = 2;
  295. ultraGridColumn4.Hidden = true;
  296. ultraGridColumn5.Header.VisiblePosition = 11;
  297. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  298. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  299. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(75, 0);
  300. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  301. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  302. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  303. ultraGridColumn6.Header.VisiblePosition = 12;
  304. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 9;
  305. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  306. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  307. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 53);
  308. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  309. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  310. ultraGridColumn7.Header.VisiblePosition = 13;
  311. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
  312. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  313. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  314. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  315. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  316. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  317. ultraGridColumn8.Header.VisiblePosition = 14;
  318. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 11;
  319. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  320. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  321. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  322. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  323. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  324. ultraGridColumn9.Header.VisiblePosition = 15;
  325. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 12;
  326. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  327. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(76, 0);
  328. ultraGridColumn9.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  329. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  330. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  331. ultraGridColumn10.Header.VisiblePosition = 16;
  332. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 13;
  333. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  334. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  335. ultraGridColumn10.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  336. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  337. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  338. ultraGridColumn11.Header.VisiblePosition = 17;
  339. ultraGridColumn11.Hidden = true;
  340. ultraGridColumn12.Header.VisiblePosition = 10;
  341. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 7;
  342. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  343. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  344. ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  345. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
  346. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  347. ultraGridColumn13.Header.VisiblePosition = 3;
  348. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 1;
  349. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  350. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  351. ultraGridColumn13.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 53);
  352. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  353. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  354. appearance24.TextHAlignAsString = "Right";
  355. ultraGridColumn14.CellAppearance = appearance24;
  356. ultraGridColumn14.Header.VisiblePosition = 4;
  357. ultraGridColumn14.PromptChar = ' ';
  358. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 4;
  359. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 1;
  360. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  361. ultraGridColumn14.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  362. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  363. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  364. ultraGridColumn14.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  365. appearance25.TextHAlignAsString = "Right";
  366. ultraGridColumn15.CellAppearance = appearance25;
  367. ultraGridColumn15.Header.VisiblePosition = 5;
  368. ultraGridColumn15.PromptChar = ' ';
  369. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 5;
  370. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 1;
  371. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  372. ultraGridColumn15.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  373. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  374. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  375. ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  376. appearance26.TextHAlignAsString = "Right";
  377. ultraGridColumn16.CellAppearance = appearance26;
  378. ultraGridColumn16.Header.VisiblePosition = 6;
  379. ultraGridColumn16.PromptChar = ' ';
  380. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 2;
  381. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 1;
  382. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 0);
  383. ultraGridColumn16.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  384. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  385. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  386. ultraGridColumn16.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  387. appearance27.TextHAlignAsString = "Right";
  388. ultraGridColumn17.CellAppearance = appearance27;
  389. ultraGridColumn17.Header.VisiblePosition = 7;
  390. ultraGridColumn17.PromptChar = ' ';
  391. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 3;
  392. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 1;
  393. ultraGridColumn17.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  394. ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  395. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  396. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
  397. ultraGridColumn17.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  398. ultraGridColumn18.Header.VisiblePosition = 9;
  399. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 6;
  400. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  401. ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(73, 0);
  402. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  403. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 1;
  404. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  405. ultraGridColumn19.Header.VisiblePosition = 18;
  406. ultraGridColumn19.Hidden = true;
  407. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 14;
  408. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  409. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
  410. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  411. ultraGridColumn20.Header.Caption = "鐓拔扩规格";
  412. ultraGridColumn20.Header.VisiblePosition = 19;
  413. ultraGridColumn20.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  414. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 2;
  415. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  416. ultraGridColumn20.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 27);
  417. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  418. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
  419. ultraGridColumn21.Header.Caption = "轧管规格";
  420. ultraGridColumn21.Header.VisiblePosition = 20;
  421. ultraGridColumn21.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  422. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 4;
  423. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  424. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  425. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  426. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
  427. ultraGridBand1.Columns.AddRange(new object[] {
  428. ultraGridColumn1,
  429. ultraGridColumn2,
  430. ultraGridColumn3,
  431. ultraGridColumn4,
  432. ultraGridColumn5,
  433. ultraGridColumn6,
  434. ultraGridColumn7,
  435. ultraGridColumn8,
  436. ultraGridColumn9,
  437. ultraGridColumn10,
  438. ultraGridColumn11,
  439. ultraGridColumn12,
  440. ultraGridColumn13,
  441. ultraGridColumn14,
  442. ultraGridColumn15,
  443. ultraGridColumn16,
  444. ultraGridColumn17,
  445. ultraGridColumn18,
  446. ultraGridColumn19,
  447. ultraGridColumn20,
  448. ultraGridColumn21});
  449. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  450. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  451. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  452. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  453. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  454. appearance6.BackColor = System.Drawing.SystemColors.ActiveBorder;
  455. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  456. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  457. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  458. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance6;
  459. appearance7.ForeColor = System.Drawing.SystemColors.GrayText;
  460. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance7;
  461. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  462. appearance8.BackColor = System.Drawing.SystemColors.ControlLightLight;
  463. appearance8.BackColor2 = System.Drawing.SystemColors.Control;
  464. appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  465. appearance8.ForeColor = System.Drawing.SystemColors.GrayText;
  466. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance8;
  467. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  468. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  469. appearance9.BackColor = System.Drawing.SystemColors.Window;
  470. appearance9.ForeColor = System.Drawing.SystemColors.ControlText;
  471. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance9;
  472. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  473. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  474. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  475. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  476. this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  477. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  478. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  479. appearance11.BackColor = System.Drawing.SystemColors.Window;
  480. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance11;
  481. appearance12.BorderColor = System.Drawing.Color.Silver;
  482. appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  483. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance12;
  484. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  485. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  486. appearance13.BackColor = System.Drawing.SystemColors.Control;
  487. appearance13.BackColor2 = System.Drawing.SystemColors.ControlDark;
  488. appearance13.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  489. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  490. appearance13.BorderColor = System.Drawing.SystemColors.Window;
  491. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance13;
  492. appearance16.TextHAlignAsString = "Left";
  493. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance16;
  494. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  495. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  496. appearance17.BackColor = System.Drawing.SystemColors.Window;
  497. appearance17.BorderColor = System.Drawing.Color.Silver;
  498. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance17;
  499. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  500. appearance19.BackColor = System.Drawing.SystemColors.ControlLight;
  501. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance19;
  502. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  503. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  504. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  505. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  506. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.ultraGrid2.Location = new System.Drawing.Point(0, 43);
  508. this.ultraGrid2.Name = "ultraGrid2";
  509. this.ultraGrid2.Size = new System.Drawing.Size(1362, 319);
  510. this.ultraGrid2.TabIndex = 2;
  511. this.ultraGrid2.Text = "ultraGrid1";
  512. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  513. //
  514. // ultraExpandableGroupBox1
  515. //
  516. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  517. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  518. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1362, 98);
  519. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 362);
  520. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  521. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1362, 98);
  522. this.ultraExpandableGroupBox1.TabIndex = 3;
  523. this.ultraExpandableGroupBox1.Text = "编辑区域";
  524. //
  525. // ultraExpandableGroupBoxPanel1
  526. //
  527. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMax_h);
  528. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMin_h);
  529. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMin_d);
  530. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMax_d);
  531. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbProLineInfo);
  532. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbGZType);
  533. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel11);
  534. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
  535. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
  536. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  537. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  538. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
  539. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  540. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  541. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  542. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  543. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  544. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1356, 76);
  545. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  546. //
  547. // txtMax_h
  548. //
  549. this.txtMax_h.Location = new System.Drawing.Point(262, 34);
  550. this.txtMax_h.MaskInput = "{LOC}nnnn.nn";
  551. this.txtMax_h.Name = "txtMax_h";
  552. this.txtMax_h.Nullable = true;
  553. this.txtMax_h.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  554. this.txtMax_h.PromptChar = ' ';
  555. this.txtMax_h.Size = new System.Drawing.Size(100, 21);
  556. this.txtMax_h.TabIndex = 8;
  557. this.txtMax_h.Value = null;
  558. //
  559. // txtMin_h
  560. //
  561. this.txtMin_h.Location = new System.Drawing.Point(429, 33);
  562. this.txtMin_h.MaskInput = "{LOC}nnnn.nn";
  563. this.txtMin_h.Name = "txtMin_h";
  564. this.txtMin_h.Nullable = true;
  565. this.txtMin_h.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  566. this.txtMin_h.PromptChar = ' ';
  567. this.txtMin_h.Size = new System.Drawing.Size(100, 21);
  568. this.txtMin_h.TabIndex = 9;
  569. this.txtMin_h.Value = null;
  570. //
  571. // txtMin_d
  572. //
  573. this.txtMin_d.Location = new System.Drawing.Point(428, 9);
  574. this.txtMin_d.MaskInput = "{LOC}nnnn.nn";
  575. this.txtMin_d.Name = "txtMin_d";
  576. this.txtMin_d.Nullable = true;
  577. this.txtMin_d.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  578. this.txtMin_d.PromptChar = ' ';
  579. this.txtMin_d.Size = new System.Drawing.Size(100, 21);
  580. this.txtMin_d.TabIndex = 6;
  581. this.txtMin_d.Value = null;
  582. //
  583. // txtMax_d
  584. //
  585. this.txtMax_d.Location = new System.Drawing.Point(262, 9);
  586. this.txtMax_d.MaskInput = "{LOC}nnnn.nn";
  587. this.txtMax_d.Name = "txtMax_d";
  588. this.txtMax_d.Nullable = true;
  589. this.txtMax_d.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  590. this.txtMax_d.PromptChar = ' ';
  591. this.txtMax_d.Size = new System.Drawing.Size(100, 21);
  592. this.txtMax_d.TabIndex = 5;
  593. this.txtMax_d.Value = null;
  594. //
  595. // cmbProLineInfo
  596. //
  597. this.cmbProLineInfo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  598. this.cmbProLineInfo.Location = new System.Drawing.Point(85, 11);
  599. this.cmbProLineInfo.Name = "cmbProLineInfo";
  600. this.cmbProLineInfo.Size = new System.Drawing.Size(100, 21);
  601. this.cmbProLineInfo.TabIndex = 4;
  602. //
  603. // cmbGZType
  604. //
  605. this.cmbGZType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  606. this.cmbGZType.Location = new System.Drawing.Point(85, 35);
  607. this.cmbGZType.Name = "cmbGZType";
  608. this.cmbGZType.Size = new System.Drawing.Size(100, 21);
  609. this.cmbGZType.TabIndex = 7;
  610. //
  611. // ultraLabel11
  612. //
  613. appearance14.TextHAlignAsString = "Center";
  614. appearance14.TextVAlignAsString = "Middle";
  615. this.ultraLabel11.Appearance = appearance14;
  616. this.ultraLabel11.Location = new System.Drawing.Point(194, 36);
  617. this.ultraLabel11.Name = "ultraLabel11";
  618. this.ultraLabel11.Size = new System.Drawing.Size(72, 19);
  619. this.ultraLabel11.TabIndex = 13;
  620. this.ultraLabel11.Text = "镦拨扩壁厚";
  621. //
  622. // ultraLabel9
  623. //
  624. appearance3.TextHAlignAsString = "Center";
  625. appearance3.TextVAlignAsString = "Middle";
  626. this.ultraLabel9.Appearance = appearance3;
  627. this.ultraLabel9.Location = new System.Drawing.Point(376, 35);
  628. this.ultraLabel9.Name = "ultraLabel9";
  629. this.ultraLabel9.Size = new System.Drawing.Size(54, 19);
  630. this.ultraLabel9.TabIndex = 13;
  631. this.ultraLabel9.Text = "轧管壁厚";
  632. //
  633. // ultraLabel10
  634. //
  635. appearance2.TextHAlignAsString = "Center";
  636. appearance2.TextVAlignAsString = "Middle";
  637. this.ultraLabel10.Appearance = appearance2;
  638. this.ultraLabel10.Location = new System.Drawing.Point(193, 13);
  639. this.ultraLabel10.Name = "ultraLabel10";
  640. this.ultraLabel10.Size = new System.Drawing.Size(73, 17);
  641. this.ultraLabel10.TabIndex = 13;
  642. this.ultraLabel10.Text = "镦拨扩外径";
  643. //
  644. // ultraLabel8
  645. //
  646. appearance4.TextHAlignAsString = "Center";
  647. appearance4.TextVAlignAsString = "Middle";
  648. this.ultraLabel8.Appearance = appearance4;
  649. this.ultraLabel8.Location = new System.Drawing.Point(373, 11);
  650. this.ultraLabel8.Name = "ultraLabel8";
  651. this.ultraLabel8.Size = new System.Drawing.Size(59, 18);
  652. this.ultraLabel8.TabIndex = 13;
  653. this.ultraLabel8.Text = "轧管外径";
  654. //
  655. // ultraLabel7
  656. //
  657. appearance1.TextHAlignAsString = "Center";
  658. appearance1.TextVAlignAsString = "Middle";
  659. this.ultraLabel7.Appearance = appearance1;
  660. this.ultraLabel7.Location = new System.Drawing.Point(29, 36);
  661. this.ultraLabel7.Name = "ultraLabel7";
  662. this.ultraLabel7.Size = new System.Drawing.Size(57, 21);
  663. this.ultraLabel7.TabIndex = 13;
  664. this.ultraLabel7.Text = "钢种描述";
  665. //
  666. // txtMemo
  667. //
  668. this.txtMemo.Location = new System.Drawing.Point(563, 8);
  669. this.txtMemo.MaxLength = 100;
  670. this.txtMemo.Multiline = true;
  671. this.txtMemo.Name = "txtMemo";
  672. this.txtMemo.Size = new System.Drawing.Size(447, 49);
  673. this.txtMemo.TabIndex = 10;
  674. //
  675. // ultraLabel6
  676. //
  677. appearance43.TextHAlignAsString = "Center";
  678. appearance43.TextVAlignAsString = "Middle";
  679. this.ultraLabel6.Appearance = appearance43;
  680. this.ultraLabel6.Location = new System.Drawing.Point(533, 11);
  681. this.ultraLabel6.Name = "ultraLabel6";
  682. this.ultraLabel6.Size = new System.Drawing.Size(31, 17);
  683. this.ultraLabel6.TabIndex = 8;
  684. this.ultraLabel6.Text = "备注";
  685. //
  686. // ultraLabel4
  687. //
  688. appearance15.TextHAlignAsString = "Center";
  689. appearance15.TextVAlignAsString = "Middle";
  690. this.ultraLabel4.Appearance = appearance15;
  691. this.ultraLabel4.Location = new System.Drawing.Point(29, 11);
  692. this.ultraLabel4.Name = "ultraLabel4";
  693. this.ultraLabel4.Size = new System.Drawing.Size(57, 23);
  694. this.ultraLabel4.TabIndex = 4;
  695. this.ultraLabel4.Text = "二级工序";
  696. //
  697. // panel3
  698. //
  699. this.panel3.Controls.Add(this.chkValid);
  700. this.panel3.Controls.Add(this.txtTitleName);
  701. this.panel3.Controls.Add(this.ultraLabel1);
  702. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  703. this.panel3.Location = new System.Drawing.Point(0, 0);
  704. this.panel3.Name = "panel3";
  705. this.panel3.Size = new System.Drawing.Size(1362, 43);
  706. this.panel3.TabIndex = 16;
  707. //
  708. // chkValid
  709. //
  710. this.chkValid.Location = new System.Drawing.Point(194, 8);
  711. this.chkValid.Name = "chkValid";
  712. this.chkValid.Size = new System.Drawing.Size(71, 23);
  713. this.chkValid.TabIndex = 1;
  714. this.chkValid.Text = "包含无效";
  715. //
  716. // txtTitleName
  717. //
  718. this.txtTitleName.Location = new System.Drawing.Point(76, 9);
  719. this.txtTitleName.MaxLength = 50;
  720. this.txtTitleName.Name = "txtTitleName";
  721. this.txtTitleName.Size = new System.Drawing.Size(113, 21);
  722. this.txtTitleName.TabIndex = 0;
  723. //
  724. // ultraLabel1
  725. //
  726. appearance18.TextHAlignAsString = "Center";
  727. appearance18.TextVAlignAsString = "Middle";
  728. this.ultraLabel1.Appearance = appearance18;
  729. this.ultraLabel1.Location = new System.Drawing.Point(18, 9);
  730. this.ultraLabel1.Name = "ultraLabel1";
  731. this.ultraLabel1.Size = new System.Drawing.Size(58, 23);
  732. this.ultraLabel1.TabIndex = 0;
  733. this.ultraLabel1.Text = "产线描述";
  734. //
  735. // FrmBase_Fill_Panel_Fill_Panel
  736. //
  737. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel);
  738. this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  739. this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  740. this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  741. this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
  742. this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1362, 460);
  743. this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
  744. //
  745. // FrmBase_Fill_Panel
  746. //
  747. this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
  748. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  749. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  750. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  751. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  752. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1362, 460);
  753. this.FrmBase_Fill_Panel.TabIndex = 3;
  754. //
  755. // FrmUpsettingDialExpansion
  756. //
  757. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  758. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  759. this.ClientSize = new System.Drawing.Size(1362, 460);
  760. this.Controls.Add(this.FrmBase_Fill_Panel);
  761. this.Name = "FrmUpsettingDialExpansion";
  762. this.Text = "镦拨扩产线与轧管规格对应管理";
  763. this.Load += new System.EventHandler(this.FrmUpsettingDialExpansion_Load);
  764. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  765. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  766. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.ResumeLayout(false);
  767. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  768. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  769. this.ultraExpandableGroupBox1.ResumeLayout(false);
  770. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  771. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  772. ((System.ComponentModel.ISupportInitialize)(this.txtMax_h)).EndInit();
  773. ((System.ComponentModel.ISupportInitialize)(this.txtMin_h)).EndInit();
  774. ((System.ComponentModel.ISupportInitialize)(this.txtMin_d)).EndInit();
  775. ((System.ComponentModel.ISupportInitialize)(this.txtMax_d)).EndInit();
  776. ((System.ComponentModel.ISupportInitialize)(this.cmbProLineInfo)).EndInit();
  777. ((System.ComponentModel.ISupportInitialize)(this.cmbGZType)).EndInit();
  778. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  779. this.panel3.ResumeLayout(false);
  780. this.panel3.PerformLayout();
  781. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  782. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).EndInit();
  783. this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
  784. this.FrmBase_Fill_Panel.ResumeLayout(false);
  785. this.ResumeLayout(false);
  786. }
  787. #endregion
  788. private System.Data.DataSet dataSet2;
  789. private System.Data.DataTable dataTable1;
  790. private System.Data.DataColumn dataColumn1;
  791. private System.Data.DataColumn dataColumn2;
  792. private System.Data.DataColumn dataColumn3;
  793. private System.Data.DataColumn dataColumn4;
  794. private System.Data.DataColumn dataColumn5;
  795. private System.Data.DataColumn dataColumn6;
  796. private System.Data.DataColumn dataColumn7;
  797. private System.Data.DataColumn dataColumn8;
  798. private System.Data.DataColumn dataColumn9;
  799. private System.Data.DataColumn dataColumn10;
  800. private System.Data.DataColumn dataColumn11;
  801. private System.Data.DataColumn dataColumn12;
  802. private System.Data.DataColumn dataColumn0;
  803. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel_Fill_Panel;
  804. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel;
  805. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  806. public System.Windows.Forms.Panel FrmBase_Fill_Panel1
  807. {
  808. get { return FrmBase_Fill_Panel; }
  809. set { FrmBase_Fill_Panel = value; }
  810. }
  811. private System.Data.DataColumn dataColumn15;
  812. private System.Data.DataColumn dataColumn16;
  813. private System.Data.DataColumn dataColumn17;
  814. private System.Data.DataColumn dataColumn19;
  815. private System.Windows.Forms.Panel panel3;
  816. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  817. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTitleName;
  818. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  819. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  820. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGrid2
  821. {
  822. get { return ultraGrid2; }
  823. set { ultraGrid2 = value; }
  824. }
  825. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  826. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  827. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  828. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  829. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  830. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  831. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  832. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  833. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  834. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  835. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGZType;
  836. public Infragistics.Win.UltraWinEditors.UltraComboEditor CmbGZType
  837. {
  838. get { return cmbGZType; }
  839. set { cmbGZType = value; }
  840. }
  841. private System.Data.DataColumn dataColumn13;
  842. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbProLineInfo;
  843. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtMax_d;
  844. public Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtMax_d
  845. {
  846. get { return txtMax_d; }
  847. set { txtMax_d = value; }
  848. }
  849. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtMax_h;
  850. public Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtMax_h
  851. {
  852. get { return txtMax_h; }
  853. set { txtMax_h = value; }
  854. }
  855. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtMin_h;
  856. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtMin_d;
  857. private System.Data.DataColumn dataColumn14;
  858. }
  859. }