frmOrderLenPln.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class frmOrderLenPln
  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.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  46. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
  47. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
  49. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doUpdate");
  51. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
  53. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
  55. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  56. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderLenPln));
  57. this.txtSiglLen = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  58. this.txtDifrncLenMax = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  59. this.txtLongest = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  60. this.txtAvgLenMin = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  61. this.txtShortest = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  62. this.txtShrtLenRato = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  63. this.txtLenMax = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  64. this.txtLenMin = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  65. this.panel1 = new System.Windows.Forms.Panel();
  66. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  67. this.cmbShrtStove = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  68. this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  69. this.txtLongLenRato = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  70. this.cmbLenUnit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  71. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  72. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  73. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  74. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  75. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  76. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  77. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  78. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  79. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  80. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  81. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  82. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  83. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  84. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  85. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  86. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  87. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  88. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  89. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  90. this.dataColumn22 = new System.Data.DataColumn();
  91. this.dataColumn21 = new System.Data.DataColumn();
  92. this.dataColumn20 = new System.Data.DataColumn();
  93. this.dataColumn19 = new System.Data.DataColumn();
  94. this.dataColumn18 = new System.Data.DataColumn();
  95. this.dataColumn17 = new System.Data.DataColumn();
  96. this.dataColumn16 = new System.Data.DataColumn();
  97. this.dataColumn15 = new System.Data.DataColumn();
  98. this.dataColumn14 = new System.Data.DataColumn();
  99. this.dataColumn13 = new System.Data.DataColumn();
  100. this.dataColumn12 = new System.Data.DataColumn();
  101. this.dataColumn11 = new System.Data.DataColumn();
  102. this.dataColumn10 = new System.Data.DataColumn();
  103. this.dataColumn9 = new System.Data.DataColumn();
  104. this.dataColumn8 = new System.Data.DataColumn();
  105. this.dataColumn7 = new System.Data.DataColumn();
  106. this.dataColumn6 = new System.Data.DataColumn();
  107. this.dataColumn5 = new System.Data.DataColumn();
  108. this.dataColumn4 = new System.Data.DataColumn();
  109. this.dataColumn3 = new System.Data.DataColumn();
  110. this.dataColumn2 = new System.Data.DataColumn();
  111. this.dataColumn1 = new System.Data.DataColumn();
  112. this.dataTable1 = new System.Data.DataTable();
  113. this.dataSet1 = new System.Data.DataSet();
  114. ((System.ComponentModel.ISupportInitialize)(this.txtSiglLen)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.txtDifrncLenMax)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.txtLongest)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.txtAvgLenMin)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.txtShortest)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.txtShrtLenRato)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.txtLenMax)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.txtLenMin)).BeginInit();
  122. this.panel1.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.cmbShrtStove)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.txtLongLenRato)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.cmbLenUnit)).BeginInit();
  127. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  129. this.ultraExpandableGroupBox1.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  133. this.SuspendLayout();
  134. //
  135. // txtSiglLen
  136. //
  137. this.txtSiglLen.Location = new System.Drawing.Point(79, 35);
  138. this.txtSiglLen.MaskInput = "{LOC}nnn.nnn";
  139. this.txtSiglLen.Name = "txtSiglLen";
  140. this.txtSiglLen.Nullable = true;
  141. this.txtSiglLen.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  142. this.txtSiglLen.PromptChar = ' ';
  143. this.txtSiglLen.Size = new System.Drawing.Size(86, 21);
  144. this.txtSiglLen.TabIndex = 4;
  145. this.txtSiglLen.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSiglLen_KeyDown);
  146. //
  147. // txtDifrncLenMax
  148. //
  149. this.txtDifrncLenMax.Location = new System.Drawing.Point(79, 59);
  150. this.txtDifrncLenMax.MaskInput = "{LOC}nnn.nnn";
  151. this.txtDifrncLenMax.Name = "txtDifrncLenMax";
  152. this.txtDifrncLenMax.Nullable = true;
  153. this.txtDifrncLenMax.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  154. this.txtDifrncLenMax.PromptChar = ' ';
  155. this.txtDifrncLenMax.Size = new System.Drawing.Size(86, 21);
  156. this.txtDifrncLenMax.TabIndex = 8;
  157. this.txtDifrncLenMax.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDifrncLenMax_KeyDown);
  158. //
  159. // txtLongest
  160. //
  161. this.txtLongest.Location = new System.Drawing.Point(380, 59);
  162. this.txtLongest.MaskInput = "{LOC}nnn.nnn";
  163. this.txtLongest.Name = "txtLongest";
  164. this.txtLongest.Nullable = true;
  165. this.txtLongest.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  166. this.txtLongest.PromptChar = ' ';
  167. this.txtLongest.Size = new System.Drawing.Size(86, 21);
  168. this.txtLongest.TabIndex = 10;
  169. this.txtLongest.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLongest_KeyDown);
  170. //
  171. // txtAvgLenMin
  172. //
  173. this.txtAvgLenMin.Location = new System.Drawing.Point(574, 61);
  174. this.txtAvgLenMin.MaskInput = "{LOC}nnn.nnn";
  175. this.txtAvgLenMin.Name = "txtAvgLenMin";
  176. this.txtAvgLenMin.Nullable = true;
  177. this.txtAvgLenMin.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  178. this.txtAvgLenMin.PromptChar = ' ';
  179. this.txtAvgLenMin.Size = new System.Drawing.Size(86, 21);
  180. this.txtAvgLenMin.TabIndex = 11;
  181. this.txtAvgLenMin.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAvgLenMin_KeyDown);
  182. //
  183. // txtShortest
  184. //
  185. this.txtShortest.Location = new System.Drawing.Point(380, 34);
  186. this.txtShortest.MaskInput = "{LOC}nnn.nnn";
  187. this.txtShortest.Name = "txtShortest";
  188. this.txtShortest.Nullable = true;
  189. this.txtShortest.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  190. this.txtShortest.PromptChar = ' ';
  191. this.txtShortest.Size = new System.Drawing.Size(86, 21);
  192. this.txtShortest.TabIndex = 6;
  193. this.txtShortest.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtShortest_KeyDown);
  194. //
  195. // txtShrtLenRato
  196. //
  197. this.txtShrtLenRato.Location = new System.Drawing.Point(232, 37);
  198. this.txtShrtLenRato.MaskInput = "nn";
  199. this.txtShrtLenRato.Name = "txtShrtLenRato";
  200. this.txtShrtLenRato.Nullable = true;
  201. this.txtShrtLenRato.PromptChar = ' ';
  202. this.txtShrtLenRato.Size = new System.Drawing.Size(86, 21);
  203. this.txtShrtLenRato.TabIndex = 5;
  204. this.txtShrtLenRato.ValueChanged += new System.EventHandler(this.txtShrtLenRato_ValueChanged);
  205. this.txtShrtLenRato.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtShrtLenRato_KeyDown);
  206. //
  207. // txtLenMax
  208. //
  209. this.txtLenMax.Location = new System.Drawing.Point(380, 10);
  210. this.txtLenMax.MaskInput = "{LOC}nnn.nnn";
  211. this.txtLenMax.Name = "txtLenMax";
  212. this.txtLenMax.Nullable = true;
  213. this.txtLenMax.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  214. this.txtLenMax.PromptChar = ' ';
  215. this.txtLenMax.Size = new System.Drawing.Size(86, 21);
  216. this.txtLenMax.TabIndex = 2;
  217. this.txtLenMax.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLenMax_KeyDown);
  218. //
  219. // txtLenMin
  220. //
  221. this.txtLenMin.Location = new System.Drawing.Point(232, 10);
  222. this.txtLenMin.MaskInput = "{LOC}nnn.nnn";
  223. this.txtLenMin.Name = "txtLenMin";
  224. this.txtLenMin.Nullable = true;
  225. this.txtLenMin.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  226. this.txtLenMin.PromptChar = ' ';
  227. this.txtLenMin.Size = new System.Drawing.Size(86, 21);
  228. this.txtLenMin.TabIndex = 1;
  229. this.txtLenMin.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLenMin_KeyDown);
  230. //
  231. // panel1
  232. //
  233. this.panel1.Controls.Add(this.ultraButton1);
  234. this.panel1.Controls.Add(this.cmbShrtStove);
  235. this.panel1.Controls.Add(this.txtSiglLen);
  236. this.panel1.Controls.Add(this.txtDifrncLenMax);
  237. this.panel1.Controls.Add(this.txtLongest);
  238. this.panel1.Controls.Add(this.ultraNumericEditor1);
  239. this.panel1.Controls.Add(this.txtAvgLenMin);
  240. this.panel1.Controls.Add(this.txtShortest);
  241. this.panel1.Controls.Add(this.txtLongLenRato);
  242. this.panel1.Controls.Add(this.txtShrtLenRato);
  243. this.panel1.Controls.Add(this.txtLenMax);
  244. this.panel1.Controls.Add(this.txtLenMin);
  245. this.panel1.Controls.Add(this.cmbLenUnit);
  246. this.panel1.Controls.Add(this.ultraLabel12);
  247. this.panel1.Controls.Add(this.ultraLabel9);
  248. this.panel1.Controls.Add(this.ultraLabel8);
  249. this.panel1.Controls.Add(this.ultraLabel6);
  250. this.panel1.Controls.Add(this.ultraLabel11);
  251. this.panel1.Controls.Add(this.ultraLabel2);
  252. this.panel1.Controls.Add(this.ultraLabel7);
  253. this.panel1.Controls.Add(this.ultraLabel1);
  254. this.panel1.Controls.Add(this.ultraLabel10);
  255. this.panel1.Controls.Add(this.ultraLabel5);
  256. this.panel1.Controls.Add(this.ultraLabel3);
  257. this.panel1.Controls.Add(this.ultraLabel4);
  258. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  259. this.panel1.Location = new System.Drawing.Point(0, 0);
  260. this.panel1.Name = "panel1";
  261. this.panel1.Size = new System.Drawing.Size(744, 92);
  262. this.panel1.TabIndex = 0;
  263. //
  264. // ultraButton1
  265. //
  266. this.ultraButton1.Location = new System.Drawing.Point(666, 54);
  267. this.ultraButton1.Name = "ultraButton1";
  268. this.ultraButton1.Size = new System.Drawing.Size(69, 23);
  269. this.ultraButton1.TabIndex = 14;
  270. this.ultraButton1.Text = "清除";
  271. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  272. //
  273. // cmbShrtStove
  274. //
  275. this.cmbShrtStove.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  276. valueListItem2.DataValue = "/";
  277. valueListItem2.DisplayText = "/";
  278. valueListItem3.DataValue = "短尺随炉";
  279. valueListItem3.DisplayText = "短尺随炉";
  280. this.cmbShrtStove.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  281. valueListItem2,
  282. valueListItem3});
  283. this.cmbShrtStove.Location = new System.Drawing.Point(574, 34);
  284. this.cmbShrtStove.Name = "cmbShrtStove";
  285. this.cmbShrtStove.Size = new System.Drawing.Size(86, 21);
  286. this.cmbShrtStove.TabIndex = 7;
  287. this.cmbShrtStove.TextChanged += new System.EventHandler(this.cmbShrtStove_TextChanged);
  288. this.cmbShrtStove.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbShrtStove_KeyDown);
  289. //
  290. // ultraNumericEditor1
  291. //
  292. this.ultraNumericEditor1.Location = new System.Drawing.Point(574, 9);
  293. this.ultraNumericEditor1.MaskInput = "{LOC}nnn.nnn";
  294. this.ultraNumericEditor1.Name = "ultraNumericEditor1";
  295. this.ultraNumericEditor1.Nullable = true;
  296. this.ultraNumericEditor1.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  297. this.ultraNumericEditor1.PromptChar = ' ';
  298. this.ultraNumericEditor1.Size = new System.Drawing.Size(86, 21);
  299. this.ultraNumericEditor1.TabIndex = 3;
  300. this.ultraNumericEditor1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ultraNumericEditor1_KeyDown);
  301. //
  302. // txtLongLenRato
  303. //
  304. this.txtLongLenRato.Location = new System.Drawing.Point(232, 61);
  305. this.txtLongLenRato.MaskInput = "nn";
  306. this.txtLongLenRato.Name = "txtLongLenRato";
  307. this.txtLongLenRato.Nullable = true;
  308. this.txtLongLenRato.PromptChar = ' ';
  309. this.txtLongLenRato.Size = new System.Drawing.Size(86, 21);
  310. this.txtLongLenRato.TabIndex = 9;
  311. this.txtLongLenRato.ValueChanged += new System.EventHandler(this.txtLongLenRato_ValueChanged);
  312. this.txtLongLenRato.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLongLenRato_KeyDown);
  313. //
  314. // cmbLenUnit
  315. //
  316. this.cmbLenUnit.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  317. valueListItem1.DataValue = "米";
  318. valueListItem1.DisplayText = "米";
  319. valueListItem4.DataValue = "英尺";
  320. valueListItem4.DisplayText = "英尺";
  321. this.cmbLenUnit.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  322. valueListItem1,
  323. valueListItem4});
  324. this.cmbLenUnit.Location = new System.Drawing.Point(79, 12);
  325. this.cmbLenUnit.Name = "cmbLenUnit";
  326. this.cmbLenUnit.ReadOnly = true;
  327. this.cmbLenUnit.Size = new System.Drawing.Size(86, 21);
  328. this.cmbLenUnit.TabIndex = 0;
  329. //
  330. // ultraLabel12
  331. //
  332. appearance6.TextHAlignAsString = "Center";
  333. appearance6.TextVAlignAsString = "Middle";
  334. this.ultraLabel12.Appearance = appearance6;
  335. this.ultraLabel12.AutoSize = true;
  336. this.ultraLabel12.Location = new System.Drawing.Point(20, 37);
  337. this.ultraLabel12.Name = "ultraLabel12";
  338. this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
  339. this.ultraLabel12.TabIndex = 17;
  340. this.ultraLabel12.Text = "单倍尺长";
  341. //
  342. // ultraLabel9
  343. //
  344. appearance8.TextHAlignAsString = "Center";
  345. appearance8.TextVAlignAsString = "Middle";
  346. this.ultraLabel9.Appearance = appearance8;
  347. this.ultraLabel9.AutoSize = true;
  348. this.ultraLabel9.Location = new System.Drawing.Point(20, 61);
  349. this.ultraLabel9.Name = "ultraLabel9";
  350. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  351. this.ultraLabel9.TabIndex = 17;
  352. this.ultraLabel9.Text = "成品公差";
  353. //
  354. // ultraLabel8
  355. //
  356. appearance9.TextHAlignAsString = "Center";
  357. appearance9.TextVAlignAsString = "Middle";
  358. this.ultraLabel8.Appearance = appearance9;
  359. this.ultraLabel8.AutoSize = true;
  360. this.ultraLabel8.Location = new System.Drawing.Point(323, 64);
  361. this.ultraLabel8.Name = "ultraLabel8";
  362. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  363. this.ultraLabel8.TabIndex = 17;
  364. this.ultraLabel8.Text = "长尺最长";
  365. //
  366. // ultraLabel6
  367. //
  368. appearance10.TextHAlignAsString = "Center";
  369. appearance10.TextVAlignAsString = "Middle";
  370. this.ultraLabel6.Appearance = appearance10;
  371. this.ultraLabel6.AutoSize = true;
  372. this.ultraLabel6.Location = new System.Drawing.Point(481, 12);
  373. this.ultraLabel6.Name = "ultraLabel6";
  374. this.ultraLabel6.Size = new System.Drawing.Size(91, 16);
  375. this.ultraLabel6.TabIndex = 17;
  376. this.ultraLabel6.Text = "最大最长差小于";
  377. //
  378. // ultraLabel11
  379. //
  380. appearance5.TextHAlignAsString = "Center";
  381. appearance5.TextVAlignAsString = "Middle";
  382. this.ultraLabel11.Appearance = appearance5;
  383. this.ultraLabel11.AutoSize = true;
  384. this.ultraLabel11.Location = new System.Drawing.Point(518, 38);
  385. this.ultraLabel11.Name = "ultraLabel11";
  386. this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
  387. this.ultraLabel11.TabIndex = 17;
  388. this.ultraLabel11.Text = "短尺随炉";
  389. //
  390. // ultraLabel2
  391. //
  392. appearance2.TextHAlignAsString = "Center";
  393. appearance2.TextVAlignAsString = "Middle";
  394. this.ultraLabel2.Appearance = appearance2;
  395. this.ultraLabel2.AutoSize = true;
  396. this.ultraLabel2.Location = new System.Drawing.Point(493, 62);
  397. this.ultraLabel2.Name = "ultraLabel2";
  398. this.ultraLabel2.Size = new System.Drawing.Size(79, 16);
  399. this.ultraLabel2.TabIndex = 17;
  400. this.ultraLabel2.Text = "平均长度大于";
  401. //
  402. // ultraLabel7
  403. //
  404. appearance11.TextHAlignAsString = "Center";
  405. appearance11.TextVAlignAsString = "Middle";
  406. this.ultraLabel7.Appearance = appearance11;
  407. this.ultraLabel7.AutoSize = true;
  408. this.ultraLabel7.Location = new System.Drawing.Point(323, 38);
  409. this.ultraLabel7.Name = "ultraLabel7";
  410. this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
  411. this.ultraLabel7.TabIndex = 17;
  412. this.ultraLabel7.Text = "短尺最短";
  413. //
  414. // ultraLabel1
  415. //
  416. appearance12.TextHAlignAsString = "Center";
  417. appearance12.TextVAlignAsString = "Middle";
  418. this.ultraLabel1.Appearance = appearance12;
  419. this.ultraLabel1.AutoSize = true;
  420. this.ultraLabel1.Location = new System.Drawing.Point(187, 62);
  421. this.ultraLabel1.Name = "ultraLabel1";
  422. this.ultraLabel1.Size = new System.Drawing.Size(42, 16);
  423. this.ultraLabel1.TabIndex = 17;
  424. this.ultraLabel1.Text = "长尺率";
  425. //
  426. // ultraLabel10
  427. //
  428. appearance4.TextHAlignAsString = "Center";
  429. appearance4.TextVAlignAsString = "Middle";
  430. this.ultraLabel10.Appearance = appearance4;
  431. this.ultraLabel10.AutoSize = true;
  432. this.ultraLabel10.Location = new System.Drawing.Point(323, 14);
  433. this.ultraLabel10.Name = "ultraLabel10";
  434. this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
  435. this.ultraLabel10.TabIndex = 15;
  436. this.ultraLabel10.Text = "长度上限";
  437. //
  438. // ultraLabel5
  439. //
  440. appearance7.TextHAlignAsString = "Center";
  441. appearance7.TextVAlignAsString = "Middle";
  442. this.ultraLabel5.Appearance = appearance7;
  443. this.ultraLabel5.AutoSize = true;
  444. this.ultraLabel5.Location = new System.Drawing.Point(187, 38);
  445. this.ultraLabel5.Name = "ultraLabel5";
  446. this.ultraLabel5.Size = new System.Drawing.Size(42, 16);
  447. this.ultraLabel5.TabIndex = 17;
  448. this.ultraLabel5.Text = "短尺率";
  449. //
  450. // ultraLabel3
  451. //
  452. appearance1.TextHAlignAsString = "Center";
  453. appearance1.TextVAlignAsString = "Middle";
  454. this.ultraLabel3.Appearance = appearance1;
  455. this.ultraLabel3.AutoSize = true;
  456. this.ultraLabel3.Location = new System.Drawing.Point(176, 14);
  457. this.ultraLabel3.Name = "ultraLabel3";
  458. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  459. this.ultraLabel3.TabIndex = 15;
  460. this.ultraLabel3.Text = "长度下限";
  461. //
  462. // ultraLabel4
  463. //
  464. appearance14.TextHAlignAsString = "Center";
  465. appearance14.TextVAlignAsString = "Middle";
  466. this.ultraLabel4.Appearance = appearance14;
  467. this.ultraLabel4.AutoSize = true;
  468. this.ultraLabel4.Location = new System.Drawing.Point(20, 13);
  469. this.ultraLabel4.Name = "ultraLabel4";
  470. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  471. this.ultraLabel4.TabIndex = 15;
  472. this.ultraLabel4.Text = "长度单位";
  473. //
  474. // ultraExpandableGroupBoxPanel1
  475. //
  476. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel1);
  477. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  478. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 0);
  479. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  480. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(744, 92);
  481. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  482. //
  483. // ultraExpandableGroupBox1
  484. //
  485. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  486. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  487. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(750, 95);
  488. this.ultraExpandableGroupBox1.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.None;
  489. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 27);
  490. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  491. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(750, 95);
  492. this.ultraExpandableGroupBox1.TabIndex = 33;
  493. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  494. //
  495. // ultraToolbarsManager1
  496. //
  497. this.ultraToolbarsManager1.DesignerFlags = 1;
  498. this.ultraToolbarsManager1.DockWithinContainer = this;
  499. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  500. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  501. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  502. ultraToolbar1.DockedColumn = 0;
  503. ultraToolbar1.DockedRow = 0;
  504. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  505. buttonTool1,
  506. buttonTool3});
  507. ultraToolbar1.Text = "UltraToolbar1";
  508. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  509. ultraToolbar1});
  510. appearance34.Image = ((object)(resources.GetObject("appearance34.Image")));
  511. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance34;
  512. buttonTool4.SharedPropsInternal.Caption = "提交";
  513. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  514. appearance35.Image = ((object)(resources.GetObject("appearance35.Image")));
  515. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance35;
  516. buttonTool5.SharedPropsInternal.Caption = "确认";
  517. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  518. appearance36.Image = ((object)(resources.GetObject("appearance36.Image")));
  519. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance36;
  520. buttonTool6.SharedPropsInternal.Caption = "关闭";
  521. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  522. appearance37.Image = ((object)(resources.GetObject("appearance37.Image")));
  523. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance37;
  524. buttonTool8.SharedPropsInternal.Caption = "删除";
  525. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  526. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  527. buttonTool4,
  528. buttonTool5,
  529. buttonTool6,
  530. buttonTool8});
  531. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  532. //
  533. // _FrmBase_Toolbars_Dock_Area_Left
  534. //
  535. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  536. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  537. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  538. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  539. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
  540. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  541. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 95);
  542. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  543. //
  544. // _FrmBase_Toolbars_Dock_Area_Right
  545. //
  546. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  547. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  548. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  549. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  550. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(750, 27);
  551. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  552. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 95);
  553. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  554. //
  555. // _FrmBase_Toolbars_Dock_Area_Top
  556. //
  557. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  558. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  559. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  560. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  561. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  562. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  563. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(750, 27);
  564. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  565. //
  566. // _FrmBase_Toolbars_Dock_Area_Bottom
  567. //
  568. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  569. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  570. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  571. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  572. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 122);
  573. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  574. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(750, 0);
  575. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  576. //
  577. // dataColumn22
  578. //
  579. this.dataColumn22.Caption = "成品公差";
  580. this.dataColumn22.ColumnName = "ENDLEN_SPECSTD";
  581. //
  582. // dataColumn21
  583. //
  584. this.dataColumn21.Caption = "删除时间";
  585. this.dataColumn21.ColumnName = "delete_time";
  586. //
  587. // dataColumn20
  588. //
  589. this.dataColumn20.Caption = "删除人";
  590. this.dataColumn20.ColumnName = "delete_name";
  591. //
  592. // dataColumn19
  593. //
  594. this.dataColumn19.Caption = "修改时间";
  595. this.dataColumn19.ColumnName = "update_time";
  596. //
  597. // dataColumn18
  598. //
  599. this.dataColumn18.Caption = "修改人";
  600. this.dataColumn18.ColumnName = "update_name";
  601. //
  602. // dataColumn17
  603. //
  604. this.dataColumn17.Caption = "创建时间";
  605. this.dataColumn17.ColumnName = "create_time";
  606. //
  607. // dataColumn16
  608. //
  609. this.dataColumn16.Caption = "创建人";
  610. this.dataColumn16.ColumnName = "create_name";
  611. //
  612. // dataColumn15
  613. //
  614. this.dataColumn15.Caption = "使用次数";
  615. this.dataColumn15.ColumnName = "use_time";
  616. //
  617. // dataColumn14
  618. //
  619. this.dataColumn14.Caption = "单倍尺长";
  620. this.dataColumn14.ColumnName = "sigl_len";
  621. //
  622. // dataColumn13
  623. //
  624. this.dataColumn13.Caption = "最长最短差小于";
  625. this.dataColumn13.ColumnName = "difrnc_len_max";
  626. //
  627. // dataColumn12
  628. //
  629. this.dataColumn12.Caption = "平均长度大于";
  630. this.dataColumn12.ColumnName = "avg_len_min";
  631. //
  632. // dataColumn11
  633. //
  634. this.dataColumn11.Caption = "短尺随炉";
  635. this.dataColumn11.ColumnName = "shrt_stove";
  636. //
  637. // dataColumn10
  638. //
  639. this.dataColumn10.Caption = "长尺最长";
  640. this.dataColumn10.ColumnName = "longest";
  641. //
  642. // dataColumn9
  643. //
  644. this.dataColumn9.Caption = "长尺率(%)";
  645. this.dataColumn9.ColumnName = "long_len_rato";
  646. //
  647. // dataColumn8
  648. //
  649. this.dataColumn8.Caption = "短尺最短";
  650. this.dataColumn8.ColumnName = "shortest";
  651. //
  652. // dataColumn7
  653. //
  654. this.dataColumn7.Caption = "短尺率(%)";
  655. this.dataColumn7.ColumnName = "shrt_len_rato";
  656. //
  657. // dataColumn6
  658. //
  659. this.dataColumn6.Caption = "长度上限";
  660. this.dataColumn6.ColumnName = "len_max";
  661. //
  662. // dataColumn5
  663. //
  664. this.dataColumn5.Caption = "长度下限";
  665. this.dataColumn5.ColumnName = "len_min";
  666. //
  667. // dataColumn4
  668. //
  669. this.dataColumn4.Caption = "长度单位";
  670. this.dataColumn4.ColumnName = "len_unit";
  671. //
  672. // dataColumn3
  673. //
  674. this.dataColumn3.Caption = "长度分类";
  675. this.dataColumn3.ColumnName = "len_typ";
  676. //
  677. // dataColumn2
  678. //
  679. this.dataColumn2.Caption = "长度描述";
  680. this.dataColumn2.ColumnName = "len_desc";
  681. //
  682. // dataColumn1
  683. //
  684. this.dataColumn1.Caption = "长度编码";
  685. this.dataColumn1.ColumnName = "len_no";
  686. //
  687. // dataTable1
  688. //
  689. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  690. this.dataColumn1,
  691. this.dataColumn2,
  692. this.dataColumn3,
  693. this.dataColumn4,
  694. this.dataColumn5,
  695. this.dataColumn6,
  696. this.dataColumn7,
  697. this.dataColumn8,
  698. this.dataColumn9,
  699. this.dataColumn10,
  700. this.dataColumn11,
  701. this.dataColumn12,
  702. this.dataColumn13,
  703. this.dataColumn14,
  704. this.dataColumn15,
  705. this.dataColumn16,
  706. this.dataColumn17,
  707. this.dataColumn18,
  708. this.dataColumn19,
  709. this.dataColumn20,
  710. this.dataColumn21,
  711. this.dataColumn22});
  712. this.dataTable1.TableName = "Table1";
  713. //
  714. // dataSet1
  715. //
  716. this.dataSet1.DataSetName = "NewDataSet";
  717. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  718. this.dataTable1});
  719. //
  720. // frmOrderLenPln
  721. //
  722. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  723. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  724. this.ClientSize = new System.Drawing.Size(750, 122);
  725. this.Controls.Add(this.ultraExpandableGroupBox1);
  726. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  727. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  728. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  729. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  730. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  731. this.Margin = new System.Windows.Forms.Padding(4);
  732. this.Name = "frmOrderLenPln";
  733. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  734. this.Text = "订货长度信息";
  735. this.Load += new System.EventHandler(this.frmOrderLen_Load);
  736. ((System.ComponentModel.ISupportInitialize)(this.txtSiglLen)).EndInit();
  737. ((System.ComponentModel.ISupportInitialize)(this.txtDifrncLenMax)).EndInit();
  738. ((System.ComponentModel.ISupportInitialize)(this.txtLongest)).EndInit();
  739. ((System.ComponentModel.ISupportInitialize)(this.txtAvgLenMin)).EndInit();
  740. ((System.ComponentModel.ISupportInitialize)(this.txtShortest)).EndInit();
  741. ((System.ComponentModel.ISupportInitialize)(this.txtShrtLenRato)).EndInit();
  742. ((System.ComponentModel.ISupportInitialize)(this.txtLenMax)).EndInit();
  743. ((System.ComponentModel.ISupportInitialize)(this.txtLenMin)).EndInit();
  744. this.panel1.ResumeLayout(false);
  745. this.panel1.PerformLayout();
  746. ((System.ComponentModel.ISupportInitialize)(this.cmbShrtStove)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit();
  748. ((System.ComponentModel.ISupportInitialize)(this.txtLongLenRato)).EndInit();
  749. ((System.ComponentModel.ISupportInitialize)(this.cmbLenUnit)).EndInit();
  750. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  751. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  752. this.ultraExpandableGroupBox1.ResumeLayout(false);
  753. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  754. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  755. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  756. this.ResumeLayout(false);
  757. }
  758. #endregion
  759. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtSiglLen;
  760. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtDifrncLenMax;
  761. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtLongest;
  762. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtAvgLenMin;
  763. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtShortest;
  764. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtShrtLenRato;
  765. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtLenMax;
  766. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtLenMin;
  767. private System.Windows.Forms.Panel panel1;
  768. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLenUnit;
  769. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  770. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  771. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  772. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  773. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  774. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  775. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  776. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  777. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  778. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  779. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  780. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  781. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  782. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  783. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  784. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  785. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  786. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  787. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtLongLenRato;
  788. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbShrtStove;
  789. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1;
  790. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  791. private Infragistics.Win.Misc.UltraButton ultraButton1;
  792. private System.Data.DataColumn dataColumn22;
  793. private System.Data.DataColumn dataColumn21;
  794. private System.Data.DataColumn dataColumn20;
  795. private System.Data.DataColumn dataColumn19;
  796. private System.Data.DataColumn dataColumn18;
  797. private System.Data.DataColumn dataColumn17;
  798. private System.Data.DataColumn dataColumn16;
  799. private System.Data.DataColumn dataColumn15;
  800. private System.Data.DataColumn dataColumn14;
  801. private System.Data.DataColumn dataColumn13;
  802. private System.Data.DataColumn dataColumn12;
  803. private System.Data.DataColumn dataColumn11;
  804. private System.Data.DataColumn dataColumn10;
  805. private System.Data.DataColumn dataColumn9;
  806. private System.Data.DataColumn dataColumn8;
  807. private System.Data.DataColumn dataColumn7;
  808. private System.Data.DataColumn dataColumn6;
  809. private System.Data.DataColumn dataColumn5;
  810. private System.Data.DataColumn dataColumn4;
  811. private System.Data.DataColumn dataColumn3;
  812. private System.Data.DataColumn dataColumn2;
  813. private System.Data.DataColumn dataColumn1;
  814. private System.Data.DataTable dataTable1;
  815. private System.Data.DataSet dataSet1;
  816. }
  817. }