orderHeadInfo.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. namespace Core.StlMes.Client.GlBusiness.Dialog
  2. {
  3. partial class orderHeadInfo
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.balanceType = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  42. this.receivingBuyer = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  43. this.orderingBuyer = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  44. this.yearCombo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.memo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  46. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  47. this.payType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  49. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  50. this.other = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  51. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  52. this.DdisResolution = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  53. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  54. this.otherAppoint = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  55. this.labDly = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  56. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  57. this.cmbType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  58. this.ultraLabel25 = new Infragistics.Win.Misc.UltraLabel();
  59. this.draweeUintCombo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  60. this.transType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  61. this.packType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  62. this.deliveryType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  63. this.deliveryAddress = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  64. this.makersCombo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  65. this.OrderTypeCombo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  66. this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
  67. this.ultraLabel17 = new Infragistics.Win.Misc.UltraLabel();
  68. this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
  69. this.ultraLabel23 = new Infragistics.Win.Misc.UltraLabel();
  70. this.ultraLabel22 = new Infragistics.Win.Misc.UltraLabel();
  71. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  72. this.ultraLabel24 = new Infragistics.Win.Misc.UltraLabel();
  73. this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
  74. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  75. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  76. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  77. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  78. this.signDateTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  79. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  80. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  81. this.orderBusiness = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  82. this.ultraComboPact = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  83. this.GlOrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  84. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  85. this.ultraOrderText = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  86. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  87. this.panel2 = new System.Windows.Forms.Panel();
  88. this.btnCancel = new Infragistics.Win.Misc.UltraButton();
  89. this.btnConfirm = new Infragistics.Win.Misc.UltraButton();
  90. this.btnSave = new Infragistics.Win.Misc.UltraButton();
  91. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  92. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  93. this.panel1.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.balanceType)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.receivingBuyer)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.orderingBuyer)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.yearCombo)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.memo)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.payType)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.other)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.DdisResolution)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.otherAppoint)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.labDly)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.draweeUintCombo)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.transType)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.packType)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.deliveryType)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.deliveryAddress)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.makersCombo)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.OrderTypeCombo)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.signDateTime)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.orderBusiness)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.ultraComboPact)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.GlOrderNo)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.ultraOrderText)).BeginInit();
  117. this.panel2.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  119. this.SuspendLayout();
  120. //
  121. // panel1
  122. //
  123. this.panel1.Controls.Add(this.balanceType);
  124. this.panel1.Controls.Add(this.receivingBuyer);
  125. this.panel1.Controls.Add(this.orderingBuyer);
  126. this.panel1.Controls.Add(this.yearCombo);
  127. this.panel1.Controls.Add(this.memo);
  128. this.panel1.Controls.Add(this.ultraLabel14);
  129. this.panel1.Controls.Add(this.payType);
  130. this.panel1.Controls.Add(this.ultraLabel12);
  131. this.panel1.Controls.Add(this.ultraLabel10);
  132. this.panel1.Controls.Add(this.other);
  133. this.panel1.Controls.Add(this.ultraLabel5);
  134. this.panel1.Controls.Add(this.DdisResolution);
  135. this.panel1.Controls.Add(this.ultraLabel2);
  136. this.panel1.Controls.Add(this.otherAppoint);
  137. this.panel1.Controls.Add(this.labDly);
  138. this.panel1.Controls.Add(this.ultraLabel11);
  139. this.panel1.Controls.Add(this.cmbType);
  140. this.panel1.Controls.Add(this.ultraLabel25);
  141. this.panel1.Controls.Add(this.draweeUintCombo);
  142. this.panel1.Controls.Add(this.transType);
  143. this.panel1.Controls.Add(this.packType);
  144. this.panel1.Controls.Add(this.deliveryType);
  145. this.panel1.Controls.Add(this.deliveryAddress);
  146. this.panel1.Controls.Add(this.makersCombo);
  147. this.panel1.Controls.Add(this.OrderTypeCombo);
  148. this.panel1.Controls.Add(this.ultraLabel18);
  149. this.panel1.Controls.Add(this.ultraLabel17);
  150. this.panel1.Controls.Add(this.ultraLabel28);
  151. this.panel1.Controls.Add(this.ultraLabel23);
  152. this.panel1.Controls.Add(this.ultraLabel22);
  153. this.panel1.Controls.Add(this.ultraLabel15);
  154. this.panel1.Controls.Add(this.ultraLabel24);
  155. this.panel1.Controls.Add(this.ultraLabel19);
  156. this.panel1.Controls.Add(this.ultraLabel13);
  157. this.panel1.Controls.Add(this.ultraLabel9);
  158. this.panel1.Controls.Add(this.ultraLabel8);
  159. this.panel1.Controls.Add(this.ultraLabel7);
  160. this.panel1.Controls.Add(this.signDateTime);
  161. this.panel1.Controls.Add(this.ultraLabel4);
  162. this.panel1.Controls.Add(this.ultraLabel3);
  163. this.panel1.Controls.Add(this.orderBusiness);
  164. this.panel1.Controls.Add(this.ultraComboPact);
  165. this.panel1.Controls.Add(this.GlOrderNo);
  166. this.panel1.Controls.Add(this.ultraLabel1);
  167. this.panel1.Controls.Add(this.ultraOrderText);
  168. this.panel1.Controls.Add(this.ultraLabel6);
  169. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.panel1.Location = new System.Drawing.Point(0, 0);
  171. this.panel1.Name = "panel1";
  172. this.panel1.Size = new System.Drawing.Size(910, 296);
  173. this.panel1.TabIndex = 0;
  174. //
  175. // balanceType
  176. //
  177. appearance3.FontData.BoldAsString = "True";
  178. editorButton1.Appearance = appearance3;
  179. editorButton1.Text = "+";
  180. this.balanceType.ButtonsRight.Add(editorButton1);
  181. this.balanceType.Location = new System.Drawing.Point(678, 114);
  182. this.balanceType.Name = "balanceType";
  183. this.balanceType.ReadOnly = true;
  184. this.balanceType.Size = new System.Drawing.Size(142, 21);
  185. this.balanceType.TabIndex = 158;
  186. this.balanceType.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.balanceType_EditorButtonClick);
  187. //
  188. // receivingBuyer
  189. //
  190. this.receivingBuyer.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  191. this.receivingBuyer.Location = new System.Drawing.Point(395, 64);
  192. this.receivingBuyer.Name = "receivingBuyer";
  193. this.receivingBuyer.Size = new System.Drawing.Size(197, 21);
  194. this.receivingBuyer.TabIndex = 157;
  195. //
  196. // orderingBuyer
  197. //
  198. this.orderingBuyer.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  199. this.orderingBuyer.Location = new System.Drawing.Point(395, 37);
  200. this.orderingBuyer.Name = "orderingBuyer";
  201. this.orderingBuyer.Size = new System.Drawing.Size(197, 21);
  202. this.orderingBuyer.TabIndex = 156;
  203. //
  204. // yearCombo
  205. //
  206. this.yearCombo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  207. this.yearCombo.Location = new System.Drawing.Point(79, 118);
  208. this.yearCombo.Name = "yearCombo";
  209. this.yearCombo.Size = new System.Drawing.Size(245, 21);
  210. this.yearCombo.TabIndex = 155;
  211. //
  212. // memo
  213. //
  214. this.memo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  215. | System.Windows.Forms.AnchorStyles.Right)));
  216. this.memo.Location = new System.Drawing.Point(79, 228);
  217. this.memo.Multiline = true;
  218. this.memo.Name = "memo";
  219. this.memo.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  220. this.memo.Size = new System.Drawing.Size(513, 46);
  221. this.memo.TabIndex = 152;
  222. //
  223. // ultraLabel14
  224. //
  225. this.ultraLabel14.Location = new System.Drawing.Point(24, 235);
  226. this.ultraLabel14.Name = "ultraLabel14";
  227. this.ultraLabel14.Size = new System.Drawing.Size(49, 38);
  228. this.ultraLabel14.TabIndex = 153;
  229. this.ultraLabel14.Text = "备注说明";
  230. //
  231. // payType
  232. //
  233. this.payType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  234. this.payType.Location = new System.Drawing.Point(678, 141);
  235. this.payType.Name = "payType";
  236. this.payType.Size = new System.Drawing.Size(142, 21);
  237. this.payType.TabIndex = 150;
  238. //
  239. // ultraLabel12
  240. //
  241. this.ultraLabel12.AutoSize = true;
  242. this.ultraLabel12.Location = new System.Drawing.Point(622, 141);
  243. this.ultraLabel12.Name = "ultraLabel12";
  244. this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
  245. this.ultraLabel12.TabIndex = 151;
  246. this.ultraLabel12.Text = "付款方式";
  247. //
  248. // ultraLabel10
  249. //
  250. this.ultraLabel10.AutoSize = true;
  251. this.ultraLabel10.Location = new System.Drawing.Point(643, 253);
  252. this.ultraLabel10.Name = "ultraLabel10";
  253. this.ultraLabel10.Size = new System.Drawing.Size(29, 16);
  254. this.ultraLabel10.TabIndex = 149;
  255. this.ultraLabel10.Text = "其他";
  256. //
  257. // other
  258. //
  259. this.other.Location = new System.Drawing.Point(678, 253);
  260. this.other.MaxLength = 100;
  261. this.other.Name = "other";
  262. this.other.Size = new System.Drawing.Size(142, 21);
  263. this.other.TabIndex = 148;
  264. //
  265. // ultraLabel5
  266. //
  267. this.ultraLabel5.AutoSize = true;
  268. this.ultraLabel5.Location = new System.Drawing.Point(622, 224);
  269. this.ultraLabel5.Name = "ultraLabel5";
  270. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  271. this.ultraLabel5.TabIndex = 147;
  272. this.ultraLabel5.Text = "争议解决";
  273. //
  274. // DdisResolution
  275. //
  276. this.DdisResolution.Location = new System.Drawing.Point(678, 224);
  277. this.DdisResolution.MaxLength = 100;
  278. this.DdisResolution.Name = "DdisResolution";
  279. this.DdisResolution.Size = new System.Drawing.Size(142, 21);
  280. this.DdisResolution.TabIndex = 146;
  281. //
  282. // ultraLabel2
  283. //
  284. this.ultraLabel2.AutoSize = true;
  285. this.ultraLabel2.Location = new System.Drawing.Point(622, 197);
  286. this.ultraLabel2.Name = "ultraLabel2";
  287. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  288. this.ultraLabel2.TabIndex = 145;
  289. this.ultraLabel2.Text = "其他约定";
  290. //
  291. // otherAppoint
  292. //
  293. this.otherAppoint.Location = new System.Drawing.Point(678, 197);
  294. this.otherAppoint.MaxLength = 100;
  295. this.otherAppoint.Name = "otherAppoint";
  296. this.otherAppoint.Size = new System.Drawing.Size(142, 21);
  297. this.otherAppoint.TabIndex = 144;
  298. //
  299. // labDly
  300. //
  301. this.labDly.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  302. | System.Windows.Forms.AnchorStyles.Right)));
  303. this.labDly.Location = new System.Drawing.Point(79, 172);
  304. this.labDly.Multiline = true;
  305. this.labDly.Name = "labDly";
  306. this.labDly.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  307. this.labDly.Size = new System.Drawing.Size(513, 46);
  308. this.labDly.TabIndex = 142;
  309. //
  310. // ultraLabel11
  311. //
  312. this.ultraLabel11.Location = new System.Drawing.Point(24, 179);
  313. this.ultraLabel11.Name = "ultraLabel11";
  314. this.ultraLabel11.Size = new System.Drawing.Size(49, 38);
  315. this.ultraLabel11.TabIndex = 143;
  316. this.ultraLabel11.Text = "产品技术要求";
  317. //
  318. // cmbType
  319. //
  320. this.cmbType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  321. this.cmbType.Location = new System.Drawing.Point(79, 64);
  322. this.cmbType.Name = "cmbType";
  323. this.cmbType.Size = new System.Drawing.Size(243, 21);
  324. this.cmbType.TabIndex = 141;
  325. //
  326. // ultraLabel25
  327. //
  328. this.ultraLabel25.AutoSize = true;
  329. this.ultraLabel25.Location = new System.Drawing.Point(20, 64);
  330. this.ultraLabel25.Name = "ultraLabel25";
  331. this.ultraLabel25.Size = new System.Drawing.Size(54, 16);
  332. this.ultraLabel25.TabIndex = 138;
  333. this.ultraLabel25.Text = "贸易类型";
  334. //
  335. // draweeUintCombo
  336. //
  337. this.draweeUintCombo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  338. this.draweeUintCombo.Location = new System.Drawing.Point(395, 91);
  339. this.draweeUintCombo.Name = "draweeUintCombo";
  340. this.draweeUintCombo.Size = new System.Drawing.Size(197, 21);
  341. this.draweeUintCombo.TabIndex = 95;
  342. //
  343. // transType
  344. //
  345. this.transType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  346. this.transType.Location = new System.Drawing.Point(678, 60);
  347. this.transType.Name = "transType";
  348. this.transType.Size = new System.Drawing.Size(142, 21);
  349. this.transType.TabIndex = 106;
  350. //
  351. // packType
  352. //
  353. this.packType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  354. valueListItem3.DataValue = "0";
  355. valueListItem3.DisplayText = "否";
  356. valueListItem4.DataValue = "1";
  357. valueListItem4.DisplayText = "是";
  358. this.packType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  359. valueListItem3,
  360. valueListItem4});
  361. this.packType.Location = new System.Drawing.Point(678, 87);
  362. this.packType.Name = "packType";
  363. this.packType.Size = new System.Drawing.Size(142, 21);
  364. this.packType.TabIndex = 101;
  365. //
  366. // deliveryType
  367. //
  368. this.deliveryType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  369. valueListItem6.DataValue = "订货价";
  370. valueListItem6.DisplayText = "订货价";
  371. valueListItem7.DataValue = "结算价";
  372. valueListItem7.DisplayText = "结算价";
  373. this.deliveryType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  374. valueListItem6,
  375. valueListItem7});
  376. this.deliveryType.Location = new System.Drawing.Point(678, 33);
  377. this.deliveryType.Name = "deliveryType";
  378. this.deliveryType.Size = new System.Drawing.Size(142, 21);
  379. this.deliveryType.TabIndex = 102;
  380. //
  381. // deliveryAddress
  382. //
  383. this.deliveryAddress.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  384. this.deliveryAddress.Location = new System.Drawing.Point(678, 6);
  385. this.deliveryAddress.Name = "deliveryAddress";
  386. this.deliveryAddress.Size = new System.Drawing.Size(142, 21);
  387. this.deliveryAddress.TabIndex = 103;
  388. //
  389. // makersCombo
  390. //
  391. this.makersCombo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  392. this.makersCombo.Location = new System.Drawing.Point(395, 10);
  393. this.makersCombo.Name = "makersCombo";
  394. this.makersCombo.Size = new System.Drawing.Size(197, 21);
  395. this.makersCombo.TabIndex = 94;
  396. //
  397. // OrderTypeCombo
  398. //
  399. this.OrderTypeCombo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  400. valueListItem9.DataValue = "Q";
  401. valueListItem9.DisplayText = "期货";
  402. valueListItem10.DataValue = "X";
  403. valueListItem10.DisplayText = "现货";
  404. valueListItem11.DataValue = "Y";
  405. valueListItem11.DisplayText = "研发";
  406. valueListItem12.DataValue = "P";
  407. valueListItem12.DisplayText = "预排";
  408. valueListItem13.DataValue = "S";
  409. valueListItem13.DisplayText = "双经销";
  410. this.OrderTypeCombo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  411. valueListItem9,
  412. valueListItem10,
  413. valueListItem11,
  414. valueListItem12,
  415. valueListItem13});
  416. this.OrderTypeCombo.Location = new System.Drawing.Point(79, 91);
  417. this.OrderTypeCombo.Name = "OrderTypeCombo";
  418. this.OrderTypeCombo.Size = new System.Drawing.Size(243, 21);
  419. this.OrderTypeCombo.TabIndex = 89;
  420. //
  421. // ultraLabel18
  422. //
  423. this.ultraLabel18.AutoSize = true;
  424. this.ultraLabel18.Location = new System.Drawing.Point(622, 60);
  425. this.ultraLabel18.Name = "ultraLabel18";
  426. this.ultraLabel18.Size = new System.Drawing.Size(54, 16);
  427. this.ultraLabel18.TabIndex = 135;
  428. this.ultraLabel18.Text = "运输方式";
  429. //
  430. // ultraLabel17
  431. //
  432. this.ultraLabel17.AutoSize = true;
  433. this.ultraLabel17.Location = new System.Drawing.Point(334, 91);
  434. this.ultraLabel17.Name = "ultraLabel17";
  435. this.ultraLabel17.Size = new System.Drawing.Size(54, 16);
  436. this.ultraLabel17.TabIndex = 134;
  437. this.ultraLabel17.Text = "收货单位";
  438. //
  439. // ultraLabel28
  440. //
  441. this.ultraLabel28.AutoSize = true;
  442. this.ultraLabel28.Location = new System.Drawing.Point(20, 91);
  443. this.ultraLabel28.Name = "ultraLabel28";
  444. this.ultraLabel28.Size = new System.Drawing.Size(54, 16);
  445. this.ultraLabel28.TabIndex = 133;
  446. this.ultraLabel28.Text = "合同类型";
  447. //
  448. // ultraLabel23
  449. //
  450. this.ultraLabel23.AutoSize = true;
  451. this.ultraLabel23.Location = new System.Drawing.Point(622, 168);
  452. this.ultraLabel23.Name = "ultraLabel23";
  453. this.ultraLabel23.Size = new System.Drawing.Size(54, 16);
  454. this.ultraLabel23.TabIndex = 131;
  455. this.ultraLabel23.Text = "合同条款";
  456. //
  457. // ultraLabel22
  458. //
  459. this.ultraLabel22.AutoSize = true;
  460. this.ultraLabel22.Location = new System.Drawing.Point(20, 145);
  461. this.ultraLabel22.Name = "ultraLabel22";
  462. this.ultraLabel22.Size = new System.Drawing.Size(54, 16);
  463. this.ultraLabel22.TabIndex = 130;
  464. this.ultraLabel22.Text = "签订地点";
  465. //
  466. // ultraLabel15
  467. //
  468. this.ultraLabel15.AutoSize = true;
  469. this.ultraLabel15.Location = new System.Drawing.Point(622, 114);
  470. this.ultraLabel15.Name = "ultraLabel15";
  471. this.ultraLabel15.Size = new System.Drawing.Size(54, 16);
  472. this.ultraLabel15.TabIndex = 129;
  473. this.ultraLabel15.Text = "结算方式";
  474. //
  475. // ultraLabel24
  476. //
  477. this.ultraLabel24.AutoSize = true;
  478. this.ultraLabel24.Location = new System.Drawing.Point(622, 87);
  479. this.ultraLabel24.Name = "ultraLabel24";
  480. this.ultraLabel24.Size = new System.Drawing.Size(54, 16);
  481. this.ultraLabel24.TabIndex = 124;
  482. this.ultraLabel24.Text = "包装方式";
  483. //
  484. // ultraLabel19
  485. //
  486. this.ultraLabel19.AutoSize = true;
  487. this.ultraLabel19.Location = new System.Drawing.Point(622, 33);
  488. this.ultraLabel19.Name = "ultraLabel19";
  489. this.ultraLabel19.Size = new System.Drawing.Size(54, 16);
  490. this.ultraLabel19.TabIndex = 126;
  491. this.ultraLabel19.Text = "交货方式";
  492. //
  493. // ultraLabel13
  494. //
  495. this.ultraLabel13.AutoSize = true;
  496. this.ultraLabel13.Location = new System.Drawing.Point(622, 6);
  497. this.ultraLabel13.Name = "ultraLabel13";
  498. this.ultraLabel13.Size = new System.Drawing.Size(54, 16);
  499. this.ultraLabel13.TabIndex = 125;
  500. this.ultraLabel13.Text = "交货地点";
  501. //
  502. // ultraLabel9
  503. //
  504. this.ultraLabel9.AutoSize = true;
  505. this.ultraLabel9.Location = new System.Drawing.Point(334, 64);
  506. this.ultraLabel9.Name = "ultraLabel9";
  507. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  508. this.ultraLabel9.TabIndex = 120;
  509. this.ultraLabel9.Text = "结算单位";
  510. //
  511. // ultraLabel8
  512. //
  513. this.ultraLabel8.AutoSize = true;
  514. this.ultraLabel8.Location = new System.Drawing.Point(334, 37);
  515. this.ultraLabel8.Name = "ultraLabel8";
  516. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  517. this.ultraLabel8.TabIndex = 119;
  518. this.ultraLabel8.Text = "订货单位";
  519. //
  520. // ultraLabel7
  521. //
  522. this.ultraLabel7.AutoSize = true;
  523. this.ultraLabel7.Location = new System.Drawing.Point(346, 10);
  524. this.ultraLabel7.Name = "ultraLabel7";
  525. this.ultraLabel7.Size = new System.Drawing.Size(42, 16);
  526. this.ultraLabel7.TabIndex = 118;
  527. this.ultraLabel7.Text = "制造商";
  528. //
  529. // signDateTime
  530. //
  531. this.signDateTime.Location = new System.Drawing.Point(395, 118);
  532. this.signDateTime.Name = "signDateTime";
  533. this.signDateTime.Size = new System.Drawing.Size(197, 21);
  534. this.signDateTime.TabIndex = 92;
  535. //
  536. // ultraLabel4
  537. //
  538. this.ultraLabel4.AutoSize = true;
  539. this.ultraLabel4.Location = new System.Drawing.Point(334, 118);
  540. this.ultraLabel4.Name = "ultraLabel4";
  541. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  542. this.ultraLabel4.TabIndex = 116;
  543. this.ultraLabel4.Text = "签订日期";
  544. //
  545. // ultraLabel3
  546. //
  547. this.ultraLabel3.AutoSize = true;
  548. this.ultraLabel3.Location = new System.Drawing.Point(20, 118);
  549. this.ultraLabel3.Name = "ultraLabel3";
  550. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  551. this.ultraLabel3.TabIndex = 115;
  552. this.ultraLabel3.Text = "合同年度";
  553. //
  554. // orderBusiness
  555. //
  556. this.orderBusiness.Location = new System.Drawing.Point(678, 168);
  557. this.orderBusiness.MaxLength = 100;
  558. this.orderBusiness.Name = "orderBusiness";
  559. this.orderBusiness.Size = new System.Drawing.Size(142, 21);
  560. this.orderBusiness.TabIndex = 104;
  561. //
  562. // ultraComboPact
  563. //
  564. this.ultraComboPact.Location = new System.Drawing.Point(79, 145);
  565. this.ultraComboPact.MaxLength = 20;
  566. this.ultraComboPact.Name = "ultraComboPact";
  567. this.ultraComboPact.Size = new System.Drawing.Size(246, 21);
  568. this.ultraComboPact.TabIndex = 105;
  569. //
  570. // GlOrderNo
  571. //
  572. this.GlOrderNo.Location = new System.Drawing.Point(79, 37);
  573. this.GlOrderNo.MaxLength = 50;
  574. this.GlOrderNo.Name = "GlOrderNo";
  575. this.GlOrderNo.Size = new System.Drawing.Size(243, 21);
  576. this.GlOrderNo.TabIndex = 87;
  577. //
  578. // ultraLabel1
  579. //
  580. this.ultraLabel1.AutoSize = true;
  581. this.ultraLabel1.Location = new System.Drawing.Point(8, 37);
  582. this.ultraLabel1.Name = "ultraLabel1";
  583. this.ultraLabel1.Size = new System.Drawing.Size(66, 16);
  584. this.ultraLabel1.TabIndex = 113;
  585. this.ultraLabel1.Text = "关联合同号";
  586. //
  587. // ultraOrderText
  588. //
  589. editorButton2.Text = "C";
  590. this.ultraOrderText.ButtonsRight.Add(editorButton2);
  591. this.ultraOrderText.Location = new System.Drawing.Point(79, 10);
  592. this.ultraOrderText.MaxLength = 30;
  593. this.ultraOrderText.Name = "ultraOrderText";
  594. this.ultraOrderText.Size = new System.Drawing.Size(243, 21);
  595. this.ultraOrderText.TabIndex = 86;
  596. //
  597. // ultraLabel6
  598. //
  599. this.ultraLabel6.AutoSize = true;
  600. this.ultraLabel6.Location = new System.Drawing.Point(32, 10);
  601. this.ultraLabel6.Name = "ultraLabel6";
  602. this.ultraLabel6.Size = new System.Drawing.Size(42, 16);
  603. this.ultraLabel6.TabIndex = 112;
  604. this.ultraLabel6.Text = "合同号";
  605. //
  606. // panel2
  607. //
  608. this.panel2.Controls.Add(this.btnCancel);
  609. this.panel2.Controls.Add(this.btnConfirm);
  610. this.panel2.Controls.Add(this.btnSave);
  611. this.panel2.Controls.Add(this.ultraComboEditor1);
  612. this.panel2.Controls.Add(this.ultraLabel16);
  613. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  614. this.panel2.Location = new System.Drawing.Point(0, 296);
  615. this.panel2.Name = "panel2";
  616. this.panel2.Size = new System.Drawing.Size(910, 49);
  617. this.panel2.TabIndex = 1;
  618. //
  619. // btnCancel
  620. //
  621. this.btnCancel.Location = new System.Drawing.Point(759, 14);
  622. this.btnCancel.Name = "btnCancel";
  623. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  624. this.btnCancel.TabIndex = 156;
  625. this.btnCancel.Text = "取消";
  626. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  627. //
  628. // btnConfirm
  629. //
  630. this.btnConfirm.Location = new System.Drawing.Point(658, 14);
  631. this.btnConfirm.Name = "btnConfirm";
  632. this.btnConfirm.Size = new System.Drawing.Size(75, 23);
  633. this.btnConfirm.TabIndex = 155;
  634. this.btnConfirm.Text = "确认";
  635. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  636. //
  637. // btnSave
  638. //
  639. this.btnSave.Location = new System.Drawing.Point(304, 11);
  640. this.btnSave.Name = "btnSave";
  641. this.btnSave.Size = new System.Drawing.Size(115, 25);
  642. this.btnSave.TabIndex = 154;
  643. this.btnSave.Text = "另存为模板";
  644. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  645. //
  646. // ultraComboEditor1
  647. //
  648. this.ultraComboEditor1.Location = new System.Drawing.Point(83, 12);
  649. this.ultraComboEditor1.Name = "ultraComboEditor1";
  650. this.ultraComboEditor1.Size = new System.Drawing.Size(205, 21);
  651. this.ultraComboEditor1.TabIndex = 152;
  652. this.ultraComboEditor1.ValueChanged += new System.EventHandler(this.ultraComboEditor1_ValueChanged);
  653. //
  654. // ultraLabel16
  655. //
  656. this.ultraLabel16.AutoSize = true;
  657. this.ultraLabel16.Location = new System.Drawing.Point(23, 16);
  658. this.ultraLabel16.Name = "ultraLabel16";
  659. this.ultraLabel16.Size = new System.Drawing.Size(54, 16);
  660. this.ultraLabel16.TabIndex = 153;
  661. this.ultraLabel16.Text = "合同模板";
  662. //
  663. // orderHeadInfo
  664. //
  665. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  666. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  667. this.ClientSize = new System.Drawing.Size(910, 345);
  668. this.Controls.Add(this.panel1);
  669. this.Controls.Add(this.panel2);
  670. this.Name = "orderHeadInfo";
  671. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  672. this.Text = "合同头信息维护";
  673. this.Load += new System.EventHandler(this.orderHeadInfo_Load);
  674. this.panel1.ResumeLayout(false);
  675. this.panel1.PerformLayout();
  676. ((System.ComponentModel.ISupportInitialize)(this.balanceType)).EndInit();
  677. ((System.ComponentModel.ISupportInitialize)(this.receivingBuyer)).EndInit();
  678. ((System.ComponentModel.ISupportInitialize)(this.orderingBuyer)).EndInit();
  679. ((System.ComponentModel.ISupportInitialize)(this.yearCombo)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.memo)).EndInit();
  681. ((System.ComponentModel.ISupportInitialize)(this.payType)).EndInit();
  682. ((System.ComponentModel.ISupportInitialize)(this.other)).EndInit();
  683. ((System.ComponentModel.ISupportInitialize)(this.DdisResolution)).EndInit();
  684. ((System.ComponentModel.ISupportInitialize)(this.otherAppoint)).EndInit();
  685. ((System.ComponentModel.ISupportInitialize)(this.labDly)).EndInit();
  686. ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
  687. ((System.ComponentModel.ISupportInitialize)(this.draweeUintCombo)).EndInit();
  688. ((System.ComponentModel.ISupportInitialize)(this.transType)).EndInit();
  689. ((System.ComponentModel.ISupportInitialize)(this.packType)).EndInit();
  690. ((System.ComponentModel.ISupportInitialize)(this.deliveryType)).EndInit();
  691. ((System.ComponentModel.ISupportInitialize)(this.deliveryAddress)).EndInit();
  692. ((System.ComponentModel.ISupportInitialize)(this.makersCombo)).EndInit();
  693. ((System.ComponentModel.ISupportInitialize)(this.OrderTypeCombo)).EndInit();
  694. ((System.ComponentModel.ISupportInitialize)(this.signDateTime)).EndInit();
  695. ((System.ComponentModel.ISupportInitialize)(this.orderBusiness)).EndInit();
  696. ((System.ComponentModel.ISupportInitialize)(this.ultraComboPact)).EndInit();
  697. ((System.ComponentModel.ISupportInitialize)(this.GlOrderNo)).EndInit();
  698. ((System.ComponentModel.ISupportInitialize)(this.ultraOrderText)).EndInit();
  699. this.panel2.ResumeLayout(false);
  700. this.panel2.PerformLayout();
  701. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  702. this.ResumeLayout(false);
  703. }
  704. #endregion
  705. private System.Windows.Forms.Panel panel1;
  706. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbType;
  707. private Infragistics.Win.Misc.UltraLabel ultraLabel25;
  708. private Infragistics.Win.UltraWinEditors.UltraComboEditor draweeUintCombo;
  709. private Infragistics.Win.UltraWinEditors.UltraComboEditor transType;
  710. private Infragistics.Win.UltraWinEditors.UltraComboEditor packType;
  711. private Infragistics.Win.UltraWinEditors.UltraComboEditor deliveryType;
  712. private Infragistics.Win.UltraWinEditors.UltraComboEditor deliveryAddress;
  713. private Infragistics.Win.UltraWinEditors.UltraComboEditor makersCombo;
  714. private Infragistics.Win.UltraWinEditors.UltraComboEditor OrderTypeCombo;
  715. private Infragistics.Win.Misc.UltraLabel ultraLabel18;
  716. private Infragistics.Win.Misc.UltraLabel ultraLabel17;
  717. private Infragistics.Win.Misc.UltraLabel ultraLabel28;
  718. private Infragistics.Win.Misc.UltraLabel ultraLabel23;
  719. private Infragistics.Win.Misc.UltraLabel ultraLabel22;
  720. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  721. private Infragistics.Win.Misc.UltraLabel ultraLabel24;
  722. private Infragistics.Win.Misc.UltraLabel ultraLabel19;
  723. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  724. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  725. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  726. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  727. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor signDateTime;
  728. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  729. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  730. private Infragistics.Win.UltraWinEditors.UltraTextEditor orderBusiness;
  731. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraComboPact;
  732. private Infragistics.Win.UltraWinEditors.UltraTextEditor GlOrderNo;
  733. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  734. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraOrderText;
  735. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  736. private System.Windows.Forms.Panel panel2;
  737. private Infragistics.Win.UltraWinEditors.UltraTextEditor memo;
  738. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  739. private Infragistics.Win.UltraWinEditors.UltraComboEditor payType;
  740. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  741. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  742. private Infragistics.Win.UltraWinEditors.UltraTextEditor other;
  743. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  744. private Infragistics.Win.UltraWinEditors.UltraTextEditor DdisResolution;
  745. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  746. private Infragistics.Win.UltraWinEditors.UltraTextEditor otherAppoint;
  747. private Infragistics.Win.UltraWinEditors.UltraTextEditor labDly;
  748. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  749. private Infragistics.Win.UltraWinEditors.UltraComboEditor yearCombo;
  750. private Infragistics.Win.UltraWinEditors.UltraComboEditor receivingBuyer;
  751. private Infragistics.Win.UltraWinEditors.UltraComboEditor orderingBuyer;
  752. private Infragistics.Win.UltraWinEditors.UltraTextEditor balanceType;
  753. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  754. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  755. private Infragistics.Win.Misc.UltraButton btnCancel;
  756. private Infragistics.Win.Misc.UltraButton btnConfirm;
  757. private Infragistics.Win.Misc.UltraButton btnSave;
  758. }
  759. }