FrmBaseMandrelSpec.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmBaseMandrelSpec
  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("ComBaseMandrelSpecEntity", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RelationId");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MandrelId");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineCode");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MinD");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MaxD");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MinH");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MaxH");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DiameterMandrel");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PassCode");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PassName");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Memo");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  46. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  50. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  51. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. this.chcPline = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  54. this.txtPline1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  55. this.panel2 = new System.Windows.Forms.Panel();
  56. this.panel3 = new System.Windows.Forms.Panel();
  57. this.entityGridMandrel = new Core.Mes.Client.Comm.Control.EntityGrid();
  58. this.groupBox1 = new System.Windows.Forms.GroupBox();
  59. this.txtMaxH = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  60. this.txtMaxD = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  61. this.txtMinH = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  62. this.txtMinD = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  63. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  64. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  65. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  66. this.txtPline2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  67. this.txtDimater = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  68. this.txtPassModel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  69. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  70. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  71. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  72. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  73. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  74. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  75. this.comBaseMandrelSpecEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  76. this.panel1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.chcPline)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtPline1)).BeginInit();
  79. this.panel2.SuspendLayout();
  80. this.panel3.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.entityGridMandrel)).BeginInit();
  82. this.groupBox1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtMaxH)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.txtMaxD)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.txtMinH)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.txtMinD)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.txtPline2)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.txtDimater)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.txtPassModel)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.comBaseMandrelSpecEntityBindingSource)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // panel1
  95. //
  96. this.panel1.Controls.Add(this.chcPline);
  97. this.panel1.Controls.Add(this.txtPline1);
  98. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  99. this.panel1.Location = new System.Drawing.Point(0, 0);
  100. this.panel1.Name = "panel1";
  101. this.panel1.Size = new System.Drawing.Size(1100, 47);
  102. this.panel1.TabIndex = 0;
  103. //
  104. // chcPline
  105. //
  106. this.chcPline.AutoSize = true;
  107. this.chcPline.Location = new System.Drawing.Point(13, 12);
  108. this.chcPline.Name = "chcPline";
  109. this.chcPline.Size = new System.Drawing.Size(84, 22);
  110. this.chcPline.TabIndex = 16;
  111. this.chcPline.Text = "产线描述";
  112. this.chcPline.CheckedChanged += new System.EventHandler(this.chcPline_CheckedChanged);
  113. //
  114. // txtPline1
  115. //
  116. this.txtPline1.DropDownListWidth = -1;
  117. this.txtPline1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  118. this.txtPline1.Location = new System.Drawing.Point(113, 11);
  119. this.txtPline1.Name = "txtPline1";
  120. this.txtPline1.ReadOnly = true;
  121. this.txtPline1.Size = new System.Drawing.Size(144, 24);
  122. this.txtPline1.TabIndex = 14;
  123. //
  124. // panel2
  125. //
  126. this.panel2.Controls.Add(this.panel3);
  127. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.panel2.Location = new System.Drawing.Point(0, 47);
  129. this.panel2.Name = "panel2";
  130. this.panel2.Size = new System.Drawing.Size(1100, 455);
  131. this.panel2.TabIndex = 1;
  132. //
  133. // panel3
  134. //
  135. this.panel3.Controls.Add(this.entityGridMandrel);
  136. this.panel3.Controls.Add(this.groupBox1);
  137. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.panel3.Location = new System.Drawing.Point(0, 0);
  139. this.panel3.Name = "panel3";
  140. this.panel3.Size = new System.Drawing.Size(1100, 455);
  141. this.panel3.TabIndex = 2;
  142. //
  143. // entityGridMandrel
  144. //
  145. this.entityGridMandrel.DataSource = this.comBaseMandrelSpecEntityBindingSource;
  146. ultraGridColumn1.Header.Caption = "关联序号";
  147. ultraGridColumn1.Header.VisiblePosition = 0;
  148. ultraGridColumn1.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  149. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  150. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  151. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  152. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  153. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  154. ultraGridColumn2.Header.Caption = "芯棒编码";
  155. ultraGridColumn2.Header.VisiblePosition = 1;
  156. ultraGridColumn2.Hidden = true;
  157. ultraGridColumn2.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  158. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  159. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  160. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  161. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  162. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  163. ultraGridColumn3.Header.Caption = "产线编码";
  164. ultraGridColumn3.Header.VisiblePosition = 3;
  165. ultraGridColumn3.Hidden = true;
  166. ultraGridColumn3.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  167. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  168. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  169. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  170. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  171. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  172. ultraGridColumn4.Header.Caption = "产线描述";
  173. ultraGridColumn4.Header.VisiblePosition = 4;
  174. ultraGridColumn4.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  175. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
  176. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  177. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  178. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  179. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  180. ultraGridColumn5.Header.Caption = "外径最小值(mm)";
  181. ultraGridColumn5.Header.VisiblePosition = 5;
  182. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 5;
  183. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  184. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
  185. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  186. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  187. ultraGridColumn6.Header.Caption = "外径最大值(mm)";
  188. ultraGridColumn6.Header.VisiblePosition = 6;
  189. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
  190. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  191. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
  192. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  193. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  194. ultraGridColumn7.Header.Caption = "壁厚最小值(mm)";
  195. ultraGridColumn7.Header.VisiblePosition = 7;
  196. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 7;
  197. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  198. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
  199. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  200. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  201. ultraGridColumn8.Header.Caption = "壁厚最大值(mm)";
  202. ultraGridColumn8.Header.VisiblePosition = 9;
  203. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 8;
  204. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  205. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
  206. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  207. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  208. ultraGridColumn9.Header.Caption = "芯棒直径(mm)";
  209. ultraGridColumn9.Header.VisiblePosition = 2;
  210. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 2;
  211. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  212. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(120, 0);
  213. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  214. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  215. ultraGridColumn10.Header.Caption = "孔型代码";
  216. ultraGridColumn10.Header.VisiblePosition = 12;
  217. ultraGridColumn10.Hidden = true;
  218. ultraGridColumn10.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  219. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 10;
  220. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  221. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  222. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  223. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  224. ultraGridColumn11.Header.Caption = "孔型描述";
  225. ultraGridColumn11.Header.VisiblePosition = 14;
  226. ultraGridColumn11.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  227. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 9;
  228. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  229. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  230. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  231. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  232. ultraGridColumn12.Header.Caption = "备注";
  233. ultraGridColumn12.Header.VisiblePosition = 8;
  234. ultraGridColumn12.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  235. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 10;
  236. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  237. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  238. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
  239. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
  240. ultraGridColumn13.Header.Caption = "创建人";
  241. ultraGridColumn13.Header.VisiblePosition = 10;
  242. ultraGridColumn13.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  243. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 11;
  244. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  245. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  246. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  247. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  248. ultraGridColumn14.Header.Caption = "创建时间";
  249. ultraGridColumn14.Header.VisiblePosition = 11;
  250. ultraGridColumn14.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  251. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 12;
  252. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  253. ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  254. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  255. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  256. ultraGridColumn15.Header.Caption = "修改人";
  257. ultraGridColumn15.Header.VisiblePosition = 13;
  258. ultraGridColumn15.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  259. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 13;
  260. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  261. ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  262. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  263. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  264. ultraGridColumn16.Header.Caption = "修改时间";
  265. ultraGridColumn16.Header.VisiblePosition = 15;
  266. ultraGridColumn16.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  267. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 14;
  268. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  269. ultraGridColumn16.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  270. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  271. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  272. ultraGridBand1.Columns.AddRange(new object[] {
  273. ultraGridColumn1,
  274. ultraGridColumn2,
  275. ultraGridColumn3,
  276. ultraGridColumn4,
  277. ultraGridColumn5,
  278. ultraGridColumn6,
  279. ultraGridColumn7,
  280. ultraGridColumn8,
  281. ultraGridColumn9,
  282. ultraGridColumn10,
  283. ultraGridColumn11,
  284. ultraGridColumn12,
  285. ultraGridColumn13,
  286. ultraGridColumn14,
  287. ultraGridColumn15,
  288. ultraGridColumn16});
  289. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  290. this.entityGridMandrel.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  291. this.entityGridMandrel.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.entityGridMandrel.Location = new System.Drawing.Point(0, 0);
  293. this.entityGridMandrel.Name = "entityGridMandrel";
  294. this.entityGridMandrel.Size = new System.Drawing.Size(1100, 368);
  295. this.entityGridMandrel.TabIndex = 2;
  296. this.entityGridMandrel.AfterRowActivate += new System.EventHandler(this.entityGridMandrel_AfterRowActivate);
  297. //
  298. // groupBox1
  299. //
  300. this.groupBox1.Controls.Add(this.txtMaxH);
  301. this.groupBox1.Controls.Add(this.txtMaxD);
  302. this.groupBox1.Controls.Add(this.txtMinH);
  303. this.groupBox1.Controls.Add(this.txtMinD);
  304. this.groupBox1.Controls.Add(this.ultraLabel8);
  305. this.groupBox1.Controls.Add(this.ultraLabel7);
  306. this.groupBox1.Controls.Add(this.ultraLabel4);
  307. this.groupBox1.Controls.Add(this.txtPline2);
  308. this.groupBox1.Controls.Add(this.txtDimater);
  309. this.groupBox1.Controls.Add(this.txtPassModel);
  310. this.groupBox1.Controls.Add(this.txtMemo);
  311. this.groupBox1.Controls.Add(this.ultraLabel6);
  312. this.groupBox1.Controls.Add(this.ultraLabel5);
  313. this.groupBox1.Controls.Add(this.ultraLabel3);
  314. this.groupBox1.Controls.Add(this.ultraLabel2);
  315. this.groupBox1.Controls.Add(this.ultraLabel1);
  316. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  317. this.groupBox1.Location = new System.Drawing.Point(0, 368);
  318. this.groupBox1.Name = "groupBox1";
  319. this.groupBox1.Size = new System.Drawing.Size(1100, 87);
  320. this.groupBox1.TabIndex = 1;
  321. this.groupBox1.TabStop = false;
  322. this.groupBox1.Text = "编辑区";
  323. //
  324. // txtMaxH
  325. //
  326. this.txtMaxH.Location = new System.Drawing.Point(918, 52);
  327. this.txtMaxH.MaskInput = "{double:7.2}";
  328. this.txtMaxH.Name = "txtMaxH";
  329. this.txtMaxH.Nullable = true;
  330. this.txtMaxH.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  331. this.txtMaxH.PromptChar = ' ';
  332. this.txtMaxH.Size = new System.Drawing.Size(100, 24);
  333. this.txtMaxH.TabIndex = 15;
  334. //
  335. // txtMaxD
  336. //
  337. this.txtMaxD.Location = new System.Drawing.Point(664, 52);
  338. this.txtMaxD.MaskInput = "{double:7.2}";
  339. this.txtMaxD.Name = "txtMaxD";
  340. this.txtMaxD.Nullable = true;
  341. this.txtMaxD.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  342. this.txtMaxD.PromptChar = ' ';
  343. this.txtMaxD.Size = new System.Drawing.Size(100, 24);
  344. this.txtMaxD.TabIndex = 14;
  345. //
  346. // txtMinH
  347. //
  348. this.txtMinH.Location = new System.Drawing.Point(918, 22);
  349. this.txtMinH.MaskInput = "{double:7.2}";
  350. this.txtMinH.Name = "txtMinH";
  351. this.txtMinH.Nullable = true;
  352. this.txtMinH.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  353. this.txtMinH.PromptChar = ' ';
  354. this.txtMinH.Size = new System.Drawing.Size(100, 24);
  355. this.txtMinH.TabIndex = 13;
  356. //
  357. // txtMinD
  358. //
  359. this.txtMinD.Location = new System.Drawing.Point(664, 22);
  360. this.txtMinD.MaskInput = "{double:7.2}";
  361. this.txtMinD.Name = "txtMinD";
  362. this.txtMinD.Nullable = true;
  363. this.txtMinD.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  364. this.txtMinD.PromptChar = ' ';
  365. this.txtMinD.Size = new System.Drawing.Size(100, 24);
  366. this.txtMinD.TabIndex = 12;
  367. //
  368. // ultraLabel8
  369. //
  370. this.ultraLabel8.AutoSize = true;
  371. this.ultraLabel8.Location = new System.Drawing.Point(795, 25);
  372. this.ultraLabel8.Name = "ultraLabel8";
  373. this.ultraLabel8.Size = new System.Drawing.Size(114, 19);
  374. this.ultraLabel8.TabIndex = 11;
  375. this.ultraLabel8.Text = "壁厚最小值(mm)";
  376. //
  377. // ultraLabel7
  378. //
  379. this.ultraLabel7.AutoSize = true;
  380. this.ultraLabel7.Location = new System.Drawing.Point(546, 55);
  381. this.ultraLabel7.Name = "ultraLabel7";
  382. this.ultraLabel7.Size = new System.Drawing.Size(114, 19);
  383. this.ultraLabel7.TabIndex = 10;
  384. this.ultraLabel7.Text = "外径最大值(mm)";
  385. //
  386. // ultraLabel4
  387. //
  388. this.ultraLabel4.AutoSize = true;
  389. this.ultraLabel4.Location = new System.Drawing.Point(546, 25);
  390. this.ultraLabel4.Name = "ultraLabel4";
  391. this.ultraLabel4.Size = new System.Drawing.Size(114, 19);
  392. this.ultraLabel4.TabIndex = 9;
  393. this.ultraLabel4.Text = "外径最小值(mm)";
  394. //
  395. // txtPline2
  396. //
  397. this.txtPline2.DropDownListWidth = -1;
  398. this.txtPline2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  399. valueListItem3.DataValue = "/";
  400. valueListItem3.DisplayText = "/";
  401. valueListItem1.DataValue = "空心";
  402. valueListItem1.DisplayText = "空心";
  403. valueListItem2.DataValue = "实心";
  404. valueListItem2.DisplayText = "实心";
  405. this.txtPline2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  406. valueListItem3,
  407. valueListItem1,
  408. valueListItem2});
  409. this.txtPline2.Location = new System.Drawing.Point(103, 22);
  410. this.txtPline2.Name = "txtPline2";
  411. this.txtPline2.Size = new System.Drawing.Size(144, 24);
  412. this.txtPline2.TabIndex = 8;
  413. this.txtPline2.ValueChanged += new System.EventHandler(this.txtPline2_ValueChanged);
  414. //
  415. // txtDimater
  416. //
  417. this.txtDimater.Location = new System.Drawing.Point(376, 22);
  418. this.txtDimater.Name = "txtDimater";
  419. this.txtDimater.Size = new System.Drawing.Size(144, 24);
  420. this.txtDimater.TabIndex = 3;
  421. //
  422. // txtPassModel
  423. //
  424. this.txtPassModel.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  425. valueListItem4.DataValue = "/";
  426. valueListItem4.DisplayText = "/";
  427. valueListItem5.DataValue = "空心";
  428. valueListItem5.DisplayText = "空心";
  429. valueListItem6.DataValue = "实心";
  430. valueListItem6.DisplayText = "实心";
  431. this.txtPassModel.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  432. valueListItem4,
  433. valueListItem5,
  434. valueListItem6});
  435. this.txtPassModel.Location = new System.Drawing.Point(103, 52);
  436. this.txtPassModel.Name = "txtPassModel";
  437. this.txtPassModel.Size = new System.Drawing.Size(144, 24);
  438. this.txtPassModel.TabIndex = 4;
  439. //
  440. // txtMemo
  441. //
  442. this.txtMemo.Location = new System.Drawing.Point(376, 52);
  443. this.txtMemo.MaxLength = 200;
  444. this.txtMemo.Name = "txtMemo";
  445. this.txtMemo.Size = new System.Drawing.Size(144, 24);
  446. this.txtMemo.TabIndex = 6;
  447. //
  448. // ultraLabel6
  449. //
  450. this.ultraLabel6.AutoSize = true;
  451. this.ultraLabel6.Location = new System.Drawing.Point(272, 55);
  452. this.ultraLabel6.Name = "ultraLabel6";
  453. this.ultraLabel6.Size = new System.Drawing.Size(67, 19);
  454. this.ultraLabel6.TabIndex = 7;
  455. this.ultraLabel6.Text = " 备 注";
  456. //
  457. // ultraLabel5
  458. //
  459. this.ultraLabel5.AutoSize = true;
  460. this.ultraLabel5.Location = new System.Drawing.Point(795, 55);
  461. this.ultraLabel5.Name = "ultraLabel5";
  462. this.ultraLabel5.Size = new System.Drawing.Size(114, 19);
  463. this.ultraLabel5.TabIndex = 6;
  464. this.ultraLabel5.Text = "壁厚最大值(mm)";
  465. //
  466. // ultraLabel3
  467. //
  468. this.ultraLabel3.AutoSize = true;
  469. this.ultraLabel3.Location = new System.Drawing.Point(30, 55);
  470. this.ultraLabel3.Name = "ultraLabel3";
  471. this.ultraLabel3.Size = new System.Drawing.Size(67, 19);
  472. this.ultraLabel3.TabIndex = 4;
  473. this.ultraLabel3.Text = "孔型描述";
  474. //
  475. // ultraLabel2
  476. //
  477. this.ultraLabel2.AutoSize = true;
  478. this.ultraLabel2.Location = new System.Drawing.Point(30, 25);
  479. this.ultraLabel2.Name = "ultraLabel2";
  480. this.ultraLabel2.Size = new System.Drawing.Size(67, 19);
  481. this.ultraLabel2.TabIndex = 3;
  482. this.ultraLabel2.Text = "产线描述 ";
  483. //
  484. // ultraLabel1
  485. //
  486. this.ultraLabel1.AutoSize = true;
  487. this.ultraLabel1.Location = new System.Drawing.Point(272, 25);
  488. this.ultraLabel1.Name = "ultraLabel1";
  489. this.ultraLabel1.Size = new System.Drawing.Size(98, 19);
  490. this.ultraLabel1.TabIndex = 0;
  491. this.ultraLabel1.Text = "芯棒直径(mm)";
  492. //
  493. // comBaseMandrelSpecEntityBindingSource
  494. //
  495. this.comBaseMandrelSpecEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PlnSaleOrd.工序排产.entity.ComBaseMandrelSpecEntity);
  496. //
  497. // FrmBaseMandrelSpec
  498. //
  499. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  500. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  501. this.ClientSize = new System.Drawing.Size(1100, 502);
  502. this.Controls.Add(this.panel2);
  503. this.Controls.Add(this.panel1);
  504. this.Name = "FrmBaseMandrelSpec";
  505. this.Text = "芯棒产线适用规格管理";
  506. this.Load += new System.EventHandler(this.FrmBaseMandrelSpec_Load);
  507. this.panel1.ResumeLayout(false);
  508. this.panel1.PerformLayout();
  509. ((System.ComponentModel.ISupportInitialize)(this.chcPline)).EndInit();
  510. ((System.ComponentModel.ISupportInitialize)(this.txtPline1)).EndInit();
  511. this.panel2.ResumeLayout(false);
  512. this.panel3.ResumeLayout(false);
  513. ((System.ComponentModel.ISupportInitialize)(this.entityGridMandrel)).EndInit();
  514. this.groupBox1.ResumeLayout(false);
  515. this.groupBox1.PerformLayout();
  516. ((System.ComponentModel.ISupportInitialize)(this.txtMaxH)).EndInit();
  517. ((System.ComponentModel.ISupportInitialize)(this.txtMaxD)).EndInit();
  518. ((System.ComponentModel.ISupportInitialize)(this.txtMinH)).EndInit();
  519. ((System.ComponentModel.ISupportInitialize)(this.txtMinD)).EndInit();
  520. ((System.ComponentModel.ISupportInitialize)(this.txtPline2)).EndInit();
  521. ((System.ComponentModel.ISupportInitialize)(this.txtDimater)).EndInit();
  522. ((System.ComponentModel.ISupportInitialize)(this.txtPassModel)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)(this.comBaseMandrelSpecEntityBindingSource)).EndInit();
  525. this.ResumeLayout(false);
  526. }
  527. #endregion
  528. private System.Windows.Forms.Panel panel1;
  529. private System.Windows.Forms.Panel panel2;
  530. private System.Windows.Forms.Panel panel3;
  531. private Mes.Client.Comm.Control.EntityGrid entityGridMandrel;
  532. private System.Windows.Forms.GroupBox groupBox1;
  533. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtDimater;
  534. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtPassModel;
  535. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  536. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  537. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  538. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  539. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  540. private System.Windows.Forms.BindingSource comBaseMandrelSpecEntityBindingSource;
  541. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  542. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  543. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  544. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtPline2;
  545. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  546. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtMinD;
  547. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtMaxH;
  548. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtMaxD;
  549. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtMinH;
  550. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcPline;
  551. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtPline1;
  552. }
  553. }