FrmComBaseMandrel.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmComBaseMandrel
  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.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ComBaseMandrelEntity", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MandrelId");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DiameterMandrel");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LenMandrel");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrewModel");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TaperMandrel");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MassyOrHollow");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Memo");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AppNumber");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHC", 0);
  45. this.txtModel2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. this.txtOr = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  47. this.panel1 = new System.Windows.Forms.Panel();
  48. this.chcModel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  49. this.txtModel1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  51. this.panel2 = new System.Windows.Forms.Panel();
  52. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  53. this.entityGridMandrel = new Core.Mes.Client.Comm.Control.EntityGrid();
  54. this.groupBox1 = new System.Windows.Forms.GroupBox();
  55. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  56. this.txtLength = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  57. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  58. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  59. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  60. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  61. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  62. this.txtTaper = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  63. this.txtDiameter = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  64. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  65. this.comBaseMandrelEntityBindingSource = new System.Windows.Forms.BindingSource();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtModel2)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtOr)).BeginInit();
  68. this.panel1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.chcModel)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtModel1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  72. this.splitContainer1.Panel1.SuspendLayout();
  73. this.splitContainer1.SuspendLayout();
  74. this.panel2.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  76. this.ultraGroupBox1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.entityGridMandrel)).BeginInit();
  78. this.groupBox1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtLength)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtTaper)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.txtDiameter)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.comBaseMandrelEntityBindingSource)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // txtModel2
  87. //
  88. this.txtModel2.Location = new System.Drawing.Point(349, 19);
  89. this.txtModel2.Margin = new System.Windows.Forms.Padding(2);
  90. this.txtModel2.Name = "txtModel2";
  91. this.txtModel2.Size = new System.Drawing.Size(108, 21);
  92. this.txtModel2.TabIndex = 3;
  93. //
  94. // txtOr
  95. //
  96. this.txtOr.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  97. valueListItem3.DataValue = "/";
  98. valueListItem3.DisplayText = "/";
  99. valueListItem1.DataValue = "空心";
  100. valueListItem1.DisplayText = "空心";
  101. valueListItem2.DataValue = "实心";
  102. valueListItem2.DisplayText = "实心";
  103. this.txtOr.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  104. valueListItem3,
  105. valueListItem1,
  106. valueListItem2});
  107. this.txtOr.Location = new System.Drawing.Point(522, 19);
  108. this.txtOr.Margin = new System.Windows.Forms.Padding(2);
  109. this.txtOr.Name = "txtOr";
  110. this.txtOr.Size = new System.Drawing.Size(108, 21);
  111. this.txtOr.TabIndex = 4;
  112. //
  113. // panel1
  114. //
  115. this.panel1.Controls.Add(this.chcModel);
  116. this.panel1.Controls.Add(this.txtModel1);
  117. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.panel1.Location = new System.Drawing.Point(0, 0);
  119. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  120. this.panel1.Name = "panel1";
  121. this.panel1.Size = new System.Drawing.Size(993, 32);
  122. this.panel1.TabIndex = 0;
  123. //
  124. // chcModel
  125. //
  126. this.chcModel.AutoSize = true;
  127. this.chcModel.Location = new System.Drawing.Point(20, 8);
  128. this.chcModel.Margin = new System.Windows.Forms.Padding(2);
  129. this.chcModel.Name = "chcModel";
  130. this.chcModel.Size = new System.Drawing.Size(71, 19);
  131. this.chcModel.TabIndex = 13;
  132. this.chcModel.Text = "芯棒扣型";
  133. this.chcModel.CheckedChanged += new System.EventHandler(this.chcModel_CheckedChanged);
  134. //
  135. // txtModel1
  136. //
  137. this.txtModel1.Location = new System.Drawing.Point(93, 7);
  138. this.txtModel1.Margin = new System.Windows.Forms.Padding(2);
  139. this.txtModel1.Name = "txtModel1";
  140. this.txtModel1.ReadOnly = true;
  141. this.txtModel1.Size = new System.Drawing.Size(108, 21);
  142. this.txtModel1.TabIndex = 12;
  143. //
  144. // splitContainer1
  145. //
  146. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.splitContainer1.Location = new System.Drawing.Point(0, 32);
  148. this.splitContainer1.Name = "splitContainer1";
  149. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  150. //
  151. // splitContainer1.Panel1
  152. //
  153. this.splitContainer1.Panel1.Controls.Add(this.panel2);
  154. this.splitContainer1.Size = new System.Drawing.Size(993, 482);
  155. this.splitContainer1.SplitterDistance = 221;
  156. this.splitContainer1.TabIndex = 1;
  157. //
  158. // panel2
  159. //
  160. this.panel2.Controls.Add(this.ultraGroupBox1);
  161. this.panel2.Controls.Add(this.groupBox1);
  162. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.panel2.Location = new System.Drawing.Point(0, 0);
  164. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  165. this.panel2.Name = "panel2";
  166. this.panel2.Size = new System.Drawing.Size(993, 221);
  167. this.panel2.TabIndex = 2;
  168. //
  169. // ultraGroupBox1
  170. //
  171. this.ultraGroupBox1.Controls.Add(this.entityGridMandrel);
  172. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  174. this.ultraGroupBox1.Name = "ultraGroupBox1";
  175. this.ultraGroupBox1.Size = new System.Drawing.Size(993, 171);
  176. this.ultraGroupBox1.TabIndex = 2;
  177. this.ultraGroupBox1.Text = "芯棒基础信息";
  178. //
  179. // entityGridMandrel
  180. //
  181. this.entityGridMandrel.DataSource = this.comBaseMandrelEntityBindingSource;
  182. ultraGridColumn1.Header.Caption = "芯棒编码";
  183. ultraGridColumn1.Header.VisiblePosition = 0;
  184. ultraGridColumn1.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  185. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  186. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  187. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0);
  188. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  189. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  190. ultraGridColumn2.Header.Caption = "芯棒直径";
  191. ultraGridColumn2.Header.VisiblePosition = 1;
  192. ultraGridColumn2.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  193. ultraGridColumn2.MaskInput = "nnn,nnn.n";
  194. ultraGridColumn2.PromptChar = ' ';
  195. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  196. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  197. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(120, 0);
  198. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  199. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  200. ultraGridColumn3.Header.Caption = "长度";
  201. ultraGridColumn3.Header.VisiblePosition = 2;
  202. ultraGridColumn3.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  203. ultraGridColumn3.MaskInput = "nnn,nnn.nnn";
  204. ultraGridColumn3.PromptChar = ' ';
  205. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  206. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  207. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  208. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  209. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  210. ultraGridColumn4.Header.Caption = "芯棒扣型";
  211. ultraGridColumn4.Header.VisiblePosition = 3;
  212. ultraGridColumn4.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  213. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
  214. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  215. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  216. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  217. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  218. ultraGridColumn5.Header.Caption = "锥度";
  219. ultraGridColumn5.Header.VisiblePosition = 4;
  220. ultraGridColumn5.MaxLength = 20;
  221. ultraGridColumn5.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  222. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  223. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  224. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  225. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  226. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  227. ultraGridColumn6.Header.Caption = "实心空心";
  228. ultraGridColumn6.Header.VisiblePosition = 5;
  229. ultraGridColumn6.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  230. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5;
  231. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  232. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  233. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  234. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  235. ultraGridColumn7.Header.Caption = "备注";
  236. ultraGridColumn7.Header.VisiblePosition = 6;
  237. ultraGridColumn7.MaxLength = 200;
  238. ultraGridColumn7.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  239. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 6;
  240. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  241. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  242. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  243. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  244. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  245. ultraGridColumn8.Header.Caption = "创建人";
  246. ultraGridColumn8.Header.VisiblePosition = 7;
  247. ultraGridColumn8.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  248. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 7;
  249. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  250. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  251. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  252. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  253. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  254. ultraGridColumn9.Header.Caption = "创建时间";
  255. ultraGridColumn9.Header.VisiblePosition = 8;
  256. ultraGridColumn9.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  257. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 8;
  258. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  259. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  260. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  261. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  262. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  263. ultraGridColumn10.Header.Caption = "修改人";
  264. ultraGridColumn10.Header.VisiblePosition = 9;
  265. ultraGridColumn10.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  266. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 9;
  267. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  268. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  269. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  270. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  271. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  272. ultraGridColumn11.Header.Caption = "修改时间";
  273. ultraGridColumn11.Header.VisiblePosition = 10;
  274. ultraGridColumn11.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  275. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10;
  276. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  277. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
  278. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  279. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  280. ultraGridColumn12.Header.Caption = "适用条数";
  281. ultraGridColumn12.Header.VisiblePosition = 11;
  282. ultraGridColumn12.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString;
  283. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 11;
  284. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  285. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  286. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  287. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  288. ultraGridColumn13.DataType = typeof(bool);
  289. ultraGridColumn13.Header.Caption = "选择";
  290. ultraGridColumn13.Header.VisiblePosition = 12;
  291. ultraGridColumn13.Hidden = true;
  292. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 0;
  293. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  294. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
  295. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  296. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  297. ultraGridBand1.Columns.AddRange(new object[] {
  298. ultraGridColumn1,
  299. ultraGridColumn2,
  300. ultraGridColumn3,
  301. ultraGridColumn4,
  302. ultraGridColumn5,
  303. ultraGridColumn6,
  304. ultraGridColumn7,
  305. ultraGridColumn8,
  306. ultraGridColumn9,
  307. ultraGridColumn10,
  308. ultraGridColumn11,
  309. ultraGridColumn12,
  310. ultraGridColumn13});
  311. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  312. this.entityGridMandrel.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  313. this.entityGridMandrel.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.entityGridMandrel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.entityGridMandrel.Location = new System.Drawing.Point(3, 18);
  316. this.entityGridMandrel.Margin = new System.Windows.Forms.Padding(2);
  317. this.entityGridMandrel.Name = "entityGridMandrel";
  318. this.entityGridMandrel.Size = new System.Drawing.Size(987, 150);
  319. this.entityGridMandrel.TabIndex = 3;
  320. this.entityGridMandrel.AfterRowActivate += new System.EventHandler(this.entityGridMandrel_AfterRowActivate);
  321. //
  322. // groupBox1
  323. //
  324. this.groupBox1.Controls.Add(this.txtModel2);
  325. this.groupBox1.Controls.Add(this.txtOr);
  326. this.groupBox1.Controls.Add(this.txtMemo);
  327. this.groupBox1.Controls.Add(this.txtLength);
  328. this.groupBox1.Controls.Add(this.ultraLabel6);
  329. this.groupBox1.Controls.Add(this.ultraLabel5);
  330. this.groupBox1.Controls.Add(this.ultraLabel4);
  331. this.groupBox1.Controls.Add(this.ultraLabel3);
  332. this.groupBox1.Controls.Add(this.ultraLabel2);
  333. this.groupBox1.Controls.Add(this.txtTaper);
  334. this.groupBox1.Controls.Add(this.txtDiameter);
  335. this.groupBox1.Controls.Add(this.ultraLabel1);
  336. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  337. this.groupBox1.Location = new System.Drawing.Point(0, 171);
  338. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  339. this.groupBox1.Name = "groupBox1";
  340. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  341. this.groupBox1.Size = new System.Drawing.Size(993, 50);
  342. this.groupBox1.TabIndex = 1;
  343. this.groupBox1.TabStop = false;
  344. this.groupBox1.Text = "编辑区";
  345. //
  346. // txtMemo
  347. //
  348. this.txtMemo.Location = new System.Drawing.Point(828, 19);
  349. this.txtMemo.Margin = new System.Windows.Forms.Padding(2);
  350. this.txtMemo.MaxLength = 200;
  351. this.txtMemo.Name = "txtMemo";
  352. this.txtMemo.Size = new System.Drawing.Size(133, 21);
  353. this.txtMemo.TabIndex = 6;
  354. //
  355. // txtLength
  356. //
  357. this.txtLength.Location = new System.Drawing.Point(205, 19);
  358. this.txtLength.Margin = new System.Windows.Forms.Padding(2);
  359. this.txtLength.MaskInput = "{double:6.3}";
  360. this.txtLength.Name = "txtLength";
  361. this.txtLength.Nullable = true;
  362. this.txtLength.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  363. this.txtLength.PromptChar = ' ';
  364. this.txtLength.Size = new System.Drawing.Size(75, 21);
  365. this.txtLength.TabIndex = 2;
  366. //
  367. // ultraLabel6
  368. //
  369. this.ultraLabel6.AutoSize = true;
  370. this.ultraLabel6.Location = new System.Drawing.Point(794, 22);
  371. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(2);
  372. this.ultraLabel6.Name = "ultraLabel6";
  373. this.ultraLabel6.Size = new System.Drawing.Size(29, 16);
  374. this.ultraLabel6.TabIndex = 7;
  375. this.ultraLabel6.Text = "备注";
  376. //
  377. // ultraLabel5
  378. //
  379. this.ultraLabel5.AutoSize = true;
  380. this.ultraLabel5.Location = new System.Drawing.Point(465, 22);
  381. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
  382. this.ultraLabel5.Name = "ultraLabel5";
  383. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  384. this.ultraLabel5.TabIndex = 6;
  385. this.ultraLabel5.Text = "实心空心";
  386. //
  387. // ultraLabel4
  388. //
  389. this.ultraLabel4.AutoSize = true;
  390. this.ultraLabel4.Location = new System.Drawing.Point(639, 22);
  391. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
  392. this.ultraLabel4.Name = "ultraLabel4";
  393. this.ultraLabel4.Size = new System.Drawing.Size(29, 16);
  394. this.ultraLabel4.TabIndex = 5;
  395. this.ultraLabel4.Text = "锥度";
  396. //
  397. // ultraLabel3
  398. //
  399. this.ultraLabel3.AutoSize = true;
  400. this.ultraLabel3.Location = new System.Drawing.Point(292, 22);
  401. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
  402. this.ultraLabel3.Name = "ultraLabel3";
  403. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  404. this.ultraLabel3.TabIndex = 4;
  405. this.ultraLabel3.Text = "芯棒扣型";
  406. //
  407. // ultraLabel2
  408. //
  409. this.ultraLabel2.AutoSize = true;
  410. this.ultraLabel2.Location = new System.Drawing.Point(172, 22);
  411. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
  412. this.ultraLabel2.Name = "ultraLabel2";
  413. this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
  414. this.ultraLabel2.TabIndex = 3;
  415. this.ultraLabel2.Text = "长度";
  416. //
  417. // txtTaper
  418. //
  419. this.txtTaper.Location = new System.Drawing.Point(673, 19);
  420. this.txtTaper.Margin = new System.Windows.Forms.Padding(2);
  421. this.txtTaper.MaxLength = 20;
  422. this.txtTaper.Name = "txtTaper";
  423. this.txtTaper.Size = new System.Drawing.Size(108, 21);
  424. this.txtTaper.TabIndex = 5;
  425. //
  426. // txtDiameter
  427. //
  428. this.txtDiameter.Location = new System.Drawing.Point(87, 19);
  429. this.txtDiameter.Margin = new System.Windows.Forms.Padding(2);
  430. this.txtDiameter.MaskInput = "{double:6.1}";
  431. this.txtDiameter.Name = "txtDiameter";
  432. this.txtDiameter.Nullable = true;
  433. this.txtDiameter.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  434. this.txtDiameter.PromptChar = ' ';
  435. this.txtDiameter.Size = new System.Drawing.Size(75, 21);
  436. this.txtDiameter.TabIndex = 1;
  437. //
  438. // ultraLabel1
  439. //
  440. this.ultraLabel1.AutoSize = true;
  441. this.ultraLabel1.Location = new System.Drawing.Point(9, 22);
  442. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
  443. this.ultraLabel1.Name = "ultraLabel1";
  444. this.ultraLabel1.Size = new System.Drawing.Size(79, 16);
  445. this.ultraLabel1.TabIndex = 0;
  446. this.ultraLabel1.Text = "芯棒直径(mm)";
  447. //
  448. // comBaseMandrelEntityBindingSource
  449. //
  450. this.comBaseMandrelEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PlnSaleOrd.工序排产.entity.ComBaseMandrelEntity);
  451. //
  452. // FrmComBaseMandrel
  453. //
  454. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  455. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  456. this.ClientSize = new System.Drawing.Size(993, 514);
  457. this.Controls.Add(this.splitContainer1);
  458. this.Controls.Add(this.panel1);
  459. this.Margin = new System.Windows.Forms.Padding(2);
  460. this.Name = "FrmComBaseMandrel";
  461. this.Text = "芯棒基础信息";
  462. this.Load += new System.EventHandler(this.FrmComBaseMandrel_Load);
  463. ((System.ComponentModel.ISupportInitialize)(this.txtModel2)).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)(this.txtOr)).EndInit();
  465. this.panel1.ResumeLayout(false);
  466. this.panel1.PerformLayout();
  467. ((System.ComponentModel.ISupportInitialize)(this.chcModel)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.txtModel1)).EndInit();
  469. this.splitContainer1.Panel1.ResumeLayout(false);
  470. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  471. this.splitContainer1.ResumeLayout(false);
  472. this.panel2.ResumeLayout(false);
  473. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  474. this.ultraGroupBox1.ResumeLayout(false);
  475. ((System.ComponentModel.ISupportInitialize)(this.entityGridMandrel)).EndInit();
  476. this.groupBox1.ResumeLayout(false);
  477. this.groupBox1.PerformLayout();
  478. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.txtLength)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.txtTaper)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.txtDiameter)).EndInit();
  482. ((System.ComponentModel.ISupportInitialize)(this.comBaseMandrelEntityBindingSource)).EndInit();
  483. this.ResumeLayout(false);
  484. }
  485. #endregion
  486. private System.Windows.Forms.Panel panel1;
  487. private System.Windows.Forms.BindingSource comBaseMandrelEntityBindingSource;
  488. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcModel;
  489. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtModel1;
  490. private System.Windows.Forms.SplitContainer splitContainer1;
  491. private System.Windows.Forms.Panel panel2;
  492. private System.Windows.Forms.GroupBox groupBox1;
  493. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtModel2;
  494. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtOr;
  495. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  496. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtLength;
  497. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  498. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  499. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  500. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  501. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  502. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTaper;
  503. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtDiameter;
  504. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  505. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  506. private Mes.Client.Comm.Control.EntityGrid entityGridMandrel;
  507. }
  508. }