FrmBuyerOrder.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. namespace Core.StlMes.Client.SaleBase
  2. {
  3. partial class FrmBuyerOrder
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBuyerOrder));
  30. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  31. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esc");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  40. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esc");
  42. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  44. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  45. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  46. this.ctrlFileDown1 = new Core.StlMes.Client.SaleComm.ctrlFileDown();
  47. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  48. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  49. this.ultraText = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  51. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  52. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  53. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  54. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  55. this.cmbCustoNature = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  56. this.textLEGAL_PSN = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  57. this.cmbCustoRating = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  58. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  59. this.cmbCustomerType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  60. this.textAGENT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  61. this.textBANK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  62. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  63. this.textMEMO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  64. this.textADDRESS = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  65. this.customer_nm = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  66. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  67. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  68. this.textZIP_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  69. this.textFAX = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  70. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  71. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  72. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  73. this.textPHONE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  74. this.textACCOUNT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  75. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  76. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  77. this.textTAX_ID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  78. this.comBoStation = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  79. this.comboSPCL = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  80. this.ultraComboys = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  81. this.dataFreiGht = new System.Data.DataSet();
  82. this.dataTableFREIGHT = new System.Data.DataTable();
  83. this.dataColumn1 = new System.Data.DataColumn();
  84. this.dataColumn2 = new System.Data.DataColumn();
  85. this.dataColumn3 = new System.Data.DataColumn();
  86. this.dataColumn4 = new System.Data.DataColumn();
  87. this.dataColumn5 = new System.Data.DataColumn();
  88. this._frmStyleBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  89. this.ultraToolbarsOrder = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  90. this._frmStyleBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  91. this._frmStyleBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  92. this._frmStyleBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  93. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  94. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  95. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  96. this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  97. this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  98. this.ultraTabPageControl1.SuspendLayout();
  99. this.ultraPanel2.ClientArea.SuspendLayout();
  100. this.ultraPanel2.SuspendLayout();
  101. this.ultraPanel3.ClientArea.SuspendLayout();
  102. this.ultraPanel3.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraText)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.cmbCustoNature)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.textLEGAL_PSN)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.cmbCustoRating)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerType)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.textAGENT)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.textBANK)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.textMEMO)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.textADDRESS)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.customer_nm)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.textZIP_CODE)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.textFAX)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.textPHONE)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.textACCOUNT)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.textTAX_ID)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.comBoStation)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.comboSPCL)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.ultraComboys)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.dataFreiGht)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.dataTableFREIGHT)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsOrder)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  125. this.ultraPanel1.ClientArea.SuspendLayout();
  126. this.ultraPanel1.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
  128. this.ultraTabControl2.SuspendLayout();
  129. this.SuspendLayout();
  130. //
  131. // ultraTabPageControl1
  132. //
  133. this.ultraTabPageControl1.Controls.Add(this.ultraPanel2);
  134. this.ultraTabPageControl1.Controls.Add(this.ultraPanel3);
  135. this.ultraTabPageControl1.Location = new System.Drawing.Point(2, 21);
  136. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  137. this.ultraTabPageControl1.Size = new System.Drawing.Size(771, 503);
  138. //
  139. // ultraPanel2
  140. //
  141. //
  142. // ultraPanel2.ClientArea
  143. //
  144. this.ultraPanel2.ClientArea.Controls.Add(this.ctrlFileDown1);
  145. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.ultraPanel2.Location = new System.Drawing.Point(0, 146);
  147. this.ultraPanel2.Name = "ultraPanel2";
  148. this.ultraPanel2.Size = new System.Drawing.Size(771, 357);
  149. this.ultraPanel2.TabIndex = 73;
  150. //
  151. // ctrlFileDown1
  152. //
  153. this.ctrlFileDown1.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.ctrlFileDown1.FilePath = "";
  155. this.ctrlFileDown1.List = ((System.Collections.Generic.List<Core.Mes.Client.Comm.Server.FileBean>)(resources.GetObject("ctrlFileDown1.List")));
  156. this.ctrlFileDown1.Location = new System.Drawing.Point(0, 0);
  157. this.ctrlFileDown1.Margin = new System.Windows.Forms.Padding(4);
  158. this.ctrlFileDown1.Name = "ctrlFileDown1";
  159. this.ctrlFileDown1.Size = new System.Drawing.Size(771, 357);
  160. this.ctrlFileDown1.TabIndex = 0;
  161. //
  162. // ultraPanel3
  163. //
  164. //
  165. // ultraPanel3.ClientArea
  166. //
  167. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel2);
  168. this.ultraPanel3.ClientArea.Controls.Add(this.ultraText);
  169. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel3);
  170. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel1);
  171. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel4);
  172. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel15);
  173. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel5);
  174. this.ultraPanel3.ClientArea.Controls.Add(this.cmbCustoNature);
  175. this.ultraPanel3.ClientArea.Controls.Add(this.textLEGAL_PSN);
  176. this.ultraPanel3.ClientArea.Controls.Add(this.cmbCustoRating);
  177. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel6);
  178. this.ultraPanel3.ClientArea.Controls.Add(this.cmbCustomerType);
  179. this.ultraPanel3.ClientArea.Controls.Add(this.textAGENT);
  180. this.ultraPanel3.ClientArea.Controls.Add(this.textBANK);
  181. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel7);
  182. this.ultraPanel3.ClientArea.Controls.Add(this.textMEMO);
  183. this.ultraPanel3.ClientArea.Controls.Add(this.textADDRESS);
  184. this.ultraPanel3.ClientArea.Controls.Add(this.customer_nm);
  185. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel8);
  186. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel14);
  187. this.ultraPanel3.ClientArea.Controls.Add(this.textZIP_CODE);
  188. this.ultraPanel3.ClientArea.Controls.Add(this.textFAX);
  189. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel9);
  190. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel13);
  191. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel10);
  192. this.ultraPanel3.ClientArea.Controls.Add(this.textPHONE);
  193. this.ultraPanel3.ClientArea.Controls.Add(this.textACCOUNT);
  194. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel12);
  195. this.ultraPanel3.ClientArea.Controls.Add(this.ultraLabel11);
  196. this.ultraPanel3.ClientArea.Controls.Add(this.textTAX_ID);
  197. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  198. this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
  199. this.ultraPanel3.Name = "ultraPanel3";
  200. this.ultraPanel3.Size = new System.Drawing.Size(771, 146);
  201. this.ultraPanel3.TabIndex = 72;
  202. //
  203. // ultraLabel2
  204. //
  205. this.ultraLabel2.AutoSize = true;
  206. this.ultraLabel2.Location = new System.Drawing.Point(10, 16);
  207. this.ultraLabel2.Name = "ultraLabel2";
  208. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  209. this.ultraLabel2.TabIndex = 13;
  210. this.ultraLabel2.Text = "客户类别";
  211. //
  212. // ultraText
  213. //
  214. editorButton1.Text = "...";
  215. this.ultraText.ButtonsRight.Add(editorButton1);
  216. this.ultraText.Location = new System.Drawing.Point(415, 85);
  217. this.ultraText.Name = "ultraText";
  218. this.ultraText.ReadOnly = true;
  219. this.ultraText.Size = new System.Drawing.Size(339, 21);
  220. this.ultraText.TabIndex = 14;
  221. this.ultraText.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraText_EditorButtonClick);
  222. //
  223. // ultraLabel3
  224. //
  225. this.ultraLabel3.AutoSize = true;
  226. this.ultraLabel3.Location = new System.Drawing.Point(10, 40);
  227. this.ultraLabel3.Name = "ultraLabel3";
  228. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  229. this.ultraLabel3.TabIndex = 15;
  230. this.ultraLabel3.Text = "客户等级";
  231. //
  232. // ultraLabel1
  233. //
  234. this.ultraLabel1.AutoSize = true;
  235. this.ultraLabel1.Location = new System.Drawing.Point(10, 86);
  236. this.ultraLabel1.Name = "ultraLabel1";
  237. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  238. this.ultraLabel1.TabIndex = 70;
  239. this.ultraLabel1.Text = "客户名称";
  240. //
  241. // ultraLabel4
  242. //
  243. this.ultraLabel4.AutoSize = true;
  244. this.ultraLabel4.Location = new System.Drawing.Point(10, 63);
  245. this.ultraLabel4.Name = "ultraLabel4";
  246. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  247. this.ultraLabel4.TabIndex = 17;
  248. this.ultraLabel4.Text = "客户性质";
  249. //
  250. // ultraLabel15
  251. //
  252. this.ultraLabel15.AutoSize = true;
  253. this.ultraLabel15.Location = new System.Drawing.Point(363, 87);
  254. this.ultraLabel15.Name = "ultraLabel15";
  255. this.ultraLabel15.Size = new System.Drawing.Size(54, 16);
  256. this.ultraLabel15.TabIndex = 70;
  257. this.ultraLabel15.Text = "资质材料";
  258. //
  259. // ultraLabel5
  260. //
  261. this.ultraLabel5.AutoSize = true;
  262. this.ultraLabel5.Location = new System.Drawing.Point(165, 15);
  263. this.ultraLabel5.Name = "ultraLabel5";
  264. this.ultraLabel5.Size = new System.Drawing.Size(29, 16);
  265. this.ultraLabel5.TabIndex = 19;
  266. this.ultraLabel5.Text = "法人";
  267. //
  268. // cmbCustoNature
  269. //
  270. this.cmbCustoNature.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  271. this.cmbCustoNature.Location = new System.Drawing.Point(65, 60);
  272. this.cmbCustoNature.Name = "cmbCustoNature";
  273. this.cmbCustoNature.Size = new System.Drawing.Size(92, 21);
  274. this.cmbCustoNature.TabIndex = 3;
  275. //
  276. // textLEGAL_PSN
  277. //
  278. this.textLEGAL_PSN.Location = new System.Drawing.Point(197, 13);
  279. this.textLEGAL_PSN.MaxLength = 30;
  280. this.textLEGAL_PSN.Name = "textLEGAL_PSN";
  281. this.textLEGAL_PSN.Size = new System.Drawing.Size(160, 21);
  282. this.textLEGAL_PSN.TabIndex = 4;
  283. this.textLEGAL_PSN.Validating += new System.ComponentModel.CancelEventHandler(this.textLEGAL_PSN_Validating);
  284. //
  285. // cmbCustoRating
  286. //
  287. this.cmbCustoRating.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  288. this.cmbCustoRating.Location = new System.Drawing.Point(65, 36);
  289. this.cmbCustoRating.Name = "cmbCustoRating";
  290. this.cmbCustoRating.Size = new System.Drawing.Size(92, 21);
  291. this.cmbCustoRating.TabIndex = 2;
  292. //
  293. // ultraLabel6
  294. //
  295. this.ultraLabel6.AutoSize = true;
  296. this.ultraLabel6.Location = new System.Drawing.Point(543, 18);
  297. this.ultraLabel6.Name = "ultraLabel6";
  298. this.ultraLabel6.Size = new System.Drawing.Size(42, 16);
  299. this.ultraLabel6.TabIndex = 22;
  300. this.ultraLabel6.Text = "代理人";
  301. //
  302. // cmbCustomerType
  303. //
  304. this.cmbCustomerType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  305. this.cmbCustomerType.Location = new System.Drawing.Point(65, 13);
  306. this.cmbCustomerType.Name = "cmbCustomerType";
  307. this.cmbCustomerType.Size = new System.Drawing.Size(92, 21);
  308. this.cmbCustomerType.TabIndex = 1;
  309. //
  310. // textAGENT
  311. //
  312. this.textAGENT.Location = new System.Drawing.Point(586, 15);
  313. this.textAGENT.MaxLength = 30;
  314. this.textAGENT.Name = "textAGENT";
  315. this.textAGENT.Size = new System.Drawing.Size(168, 21);
  316. this.textAGENT.TabIndex = 10;
  317. this.textAGENT.Validating += new System.ComponentModel.CancelEventHandler(this.textAGENT_Validating);
  318. //
  319. // textBANK
  320. //
  321. this.textBANK.Location = new System.Drawing.Point(586, 60);
  322. this.textBANK.MaxLength = 50;
  323. this.textBANK.Name = "textBANK";
  324. this.textBANK.Size = new System.Drawing.Size(168, 21);
  325. this.textBANK.TabIndex = 12;
  326. this.textBANK.Validating += new System.ComponentModel.CancelEventHandler(this.textBANK_Validating);
  327. //
  328. // ultraLabel7
  329. //
  330. this.ultraLabel7.AutoSize = true;
  331. this.ultraLabel7.Location = new System.Drawing.Point(553, 42);
  332. this.ultraLabel7.Name = "ultraLabel7";
  333. this.ultraLabel7.Size = new System.Drawing.Size(29, 16);
  334. this.ultraLabel7.TabIndex = 24;
  335. this.ultraLabel7.Text = "地址";
  336. //
  337. // textMEMO
  338. //
  339. this.textMEMO.Location = new System.Drawing.Point(65, 108);
  340. this.textMEMO.MaxLength = 200;
  341. this.textMEMO.Multiline = true;
  342. this.textMEMO.Name = "textMEMO";
  343. this.textMEMO.Size = new System.Drawing.Size(689, 29);
  344. this.textMEMO.TabIndex = 15;
  345. this.textMEMO.Validating += new System.ComponentModel.CancelEventHandler(this.textMEMO_Validating);
  346. //
  347. // textADDRESS
  348. //
  349. this.textADDRESS.Location = new System.Drawing.Point(586, 38);
  350. this.textADDRESS.MaxLength = 500;
  351. this.textADDRESS.Name = "textADDRESS";
  352. this.textADDRESS.Size = new System.Drawing.Size(168, 21);
  353. this.textADDRESS.TabIndex = 11;
  354. this.textADDRESS.Validating += new System.ComponentModel.CancelEventHandler(this.textADDRESS_Validating);
  355. //
  356. // customer_nm
  357. //
  358. this.customer_nm.Location = new System.Drawing.Point(65, 84);
  359. this.customer_nm.Name = "customer_nm";
  360. this.customer_nm.ReadOnly = true;
  361. this.customer_nm.Size = new System.Drawing.Size(292, 21);
  362. this.customer_nm.TabIndex = 13;
  363. //
  364. // ultraLabel8
  365. //
  366. this.ultraLabel8.AutoSize = true;
  367. this.ultraLabel8.Location = new System.Drawing.Point(385, 40);
  368. this.ultraLabel8.Name = "ultraLabel8";
  369. this.ultraLabel8.Size = new System.Drawing.Size(29, 16);
  370. this.ultraLabel8.TabIndex = 26;
  371. this.ultraLabel8.Text = "邮编";
  372. //
  373. // ultraLabel14
  374. //
  375. this.ultraLabel14.AutoSize = true;
  376. this.ultraLabel14.Location = new System.Drawing.Point(35, 108);
  377. this.ultraLabel14.Name = "ultraLabel14";
  378. this.ultraLabel14.Size = new System.Drawing.Size(29, 16);
  379. this.ultraLabel14.TabIndex = 38;
  380. this.ultraLabel14.Text = "备注";
  381. //
  382. // textZIP_CODE
  383. //
  384. this.textZIP_CODE.Location = new System.Drawing.Point(415, 38);
  385. this.textZIP_CODE.MaxLength = 30;
  386. this.textZIP_CODE.Name = "textZIP_CODE";
  387. this.textZIP_CODE.Size = new System.Drawing.Size(100, 21);
  388. this.textZIP_CODE.TabIndex = 8;
  389. this.textZIP_CODE.Validating += new System.ComponentModel.CancelEventHandler(this.textZIP_CODE_Validating);
  390. //
  391. // textFAX
  392. //
  393. this.textFAX.Location = new System.Drawing.Point(415, 14);
  394. this.textFAX.MaxLength = 30;
  395. this.textFAX.Name = "textFAX";
  396. this.textFAX.Size = new System.Drawing.Size(100, 21);
  397. this.textFAX.TabIndex = 7;
  398. this.textFAX.Validating += new System.ComponentModel.CancelEventHandler(this.textFAX_Validating);
  399. //
  400. // ultraLabel9
  401. //
  402. this.ultraLabel9.AutoSize = true;
  403. this.ultraLabel9.Location = new System.Drawing.Point(531, 62);
  404. this.ultraLabel9.Name = "ultraLabel9";
  405. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  406. this.ultraLabel9.TabIndex = 28;
  407. this.ultraLabel9.Text = "开户银行";
  408. //
  409. // ultraLabel13
  410. //
  411. this.ultraLabel13.AutoSize = true;
  412. this.ultraLabel13.Location = new System.Drawing.Point(385, 16);
  413. this.ultraLabel13.Name = "ultraLabel13";
  414. this.ultraLabel13.Size = new System.Drawing.Size(29, 16);
  415. this.ultraLabel13.TabIndex = 36;
  416. this.ultraLabel13.Text = "传真";
  417. //
  418. // ultraLabel10
  419. //
  420. this.ultraLabel10.AutoSize = true;
  421. this.ultraLabel10.Location = new System.Drawing.Point(165, 63);
  422. this.ultraLabel10.Name = "ultraLabel10";
  423. this.ultraLabel10.Size = new System.Drawing.Size(29, 16);
  424. this.ultraLabel10.TabIndex = 30;
  425. this.ultraLabel10.Text = "帐号";
  426. //
  427. // textPHONE
  428. //
  429. this.textPHONE.Location = new System.Drawing.Point(197, 36);
  430. this.textPHONE.MaxLength = 30;
  431. this.textPHONE.Name = "textPHONE";
  432. this.textPHONE.Size = new System.Drawing.Size(160, 21);
  433. this.textPHONE.TabIndex = 5;
  434. this.textPHONE.Validating += new System.ComponentModel.CancelEventHandler(this.textPHONE_Validating);
  435. //
  436. // textACCOUNT
  437. //
  438. this.textACCOUNT.Location = new System.Drawing.Point(197, 60);
  439. this.textACCOUNT.MaxLength = 30;
  440. this.textACCOUNT.Name = "textACCOUNT";
  441. this.textACCOUNT.Size = new System.Drawing.Size(160, 21);
  442. this.textACCOUNT.TabIndex = 6;
  443. this.textACCOUNT.Validating += new System.ComponentModel.CancelEventHandler(this.textACCOUNT_Validating);
  444. //
  445. // ultraLabel12
  446. //
  447. this.ultraLabel12.AutoSize = true;
  448. this.ultraLabel12.Location = new System.Drawing.Point(165, 40);
  449. this.ultraLabel12.Name = "ultraLabel12";
  450. this.ultraLabel12.Size = new System.Drawing.Size(29, 16);
  451. this.ultraLabel12.TabIndex = 34;
  452. this.ultraLabel12.Text = "电话";
  453. //
  454. // ultraLabel11
  455. //
  456. this.ultraLabel11.AutoSize = true;
  457. this.ultraLabel11.Location = new System.Drawing.Point(385, 64);
  458. this.ultraLabel11.Name = "ultraLabel11";
  459. this.ultraLabel11.Size = new System.Drawing.Size(29, 16);
  460. this.ultraLabel11.TabIndex = 32;
  461. this.ultraLabel11.Text = "税号";
  462. //
  463. // textTAX_ID
  464. //
  465. this.textTAX_ID.Location = new System.Drawing.Point(415, 61);
  466. this.textTAX_ID.MaxLength = 30;
  467. this.textTAX_ID.Name = "textTAX_ID";
  468. this.textTAX_ID.Size = new System.Drawing.Size(100, 21);
  469. this.textTAX_ID.TabIndex = 9;
  470. this.textTAX_ID.Validating += new System.ComponentModel.CancelEventHandler(this.textTAX_ID_Validating);
  471. //
  472. // comBoStation
  473. //
  474. this.comBoStation.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  475. this.comBoStation.Location = new System.Drawing.Point(162, 0);
  476. this.comBoStation.Name = "comBoStation";
  477. this.comBoStation.Size = new System.Drawing.Size(100, 21);
  478. this.comBoStation.TabIndex = 39;
  479. this.comBoStation.Visible = false;
  480. //
  481. // comboSPCL
  482. //
  483. this.comboSPCL.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  484. this.comboSPCL.Location = new System.Drawing.Point(374, 0);
  485. this.comboSPCL.Name = "comboSPCL";
  486. this.comboSPCL.Size = new System.Drawing.Size(100, 21);
  487. this.comboSPCL.TabIndex = 39;
  488. this.comboSPCL.Visible = false;
  489. //
  490. // ultraComboys
  491. //
  492. this.ultraComboys.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  493. this.ultraComboys.Location = new System.Drawing.Point(268, 0);
  494. this.ultraComboys.Name = "ultraComboys";
  495. this.ultraComboys.Size = new System.Drawing.Size(100, 21);
  496. this.ultraComboys.TabIndex = 39;
  497. this.ultraComboys.Visible = false;
  498. //
  499. // dataFreiGht
  500. //
  501. this.dataFreiGht.DataSetName = "NewDataSet";
  502. this.dataFreiGht.Tables.AddRange(new System.Data.DataTable[] {
  503. this.dataTableFREIGHT});
  504. //
  505. // dataTableFREIGHT
  506. //
  507. this.dataTableFREIGHT.Columns.AddRange(new System.Data.DataColumn[] {
  508. this.dataColumn1,
  509. this.dataColumn2,
  510. this.dataColumn3,
  511. this.dataColumn4,
  512. this.dataColumn5});
  513. this.dataTableFREIGHT.TableName = "TableFREIGHT";
  514. //
  515. // dataColumn1
  516. //
  517. this.dataColumn1.Caption = "货运地址";
  518. this.dataColumn1.ColumnName = "ADDRESS";
  519. //
  520. // dataColumn2
  521. //
  522. this.dataColumn2.Caption = "到站编码";
  523. this.dataColumn2.ColumnName = "STATION_NO";
  524. //
  525. // dataColumn3
  526. //
  527. this.dataColumn3.Caption = "专用线编码";
  528. this.dataColumn3.ColumnName = "SPCL_LN_NO";
  529. //
  530. // dataColumn4
  531. //
  532. this.dataColumn4.Caption = "运输方式";
  533. this.dataColumn4.ColumnName = "TRANS_TYP";
  534. //
  535. // dataColumn5
  536. //
  537. this.dataColumn5.Caption = "备注";
  538. this.dataColumn5.ColumnName = "MEMO";
  539. //
  540. // _frmStyleBase_Toolbars_Dock_Area_Top
  541. //
  542. this._frmStyleBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  543. this._frmStyleBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  544. this._frmStyleBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  545. this._frmStyleBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  546. this._frmStyleBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  547. this._frmStyleBase_Toolbars_Dock_Area_Top.Name = "_frmStyleBase_Toolbars_Dock_Area_Top";
  548. this._frmStyleBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(775, 24);
  549. this._frmStyleBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsOrder;
  550. //
  551. // ultraToolbarsOrder
  552. //
  553. this.ultraToolbarsOrder.DesignerFlags = 1;
  554. this.ultraToolbarsOrder.DockWithinContainer = this;
  555. this.ultraToolbarsOrder.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  556. this.ultraToolbarsOrder.ShowQuickCustomizeButton = false;
  557. ultraToolbar1.DockedColumn = 0;
  558. ultraToolbar1.DockedRow = 0;
  559. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  560. buttonTool1,
  561. buttonTool2});
  562. ultraToolbar1.Text = "UltraToolbar1";
  563. this.ultraToolbarsOrder.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  564. ultraToolbar1});
  565. buttonTool3.SharedPropsInternal.Caption = "查询";
  566. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  567. buttonTool4.SharedPropsInternal.Caption = "新增";
  568. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  569. buttonTool8.SharedPropsInternal.Caption = "保存";
  570. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  571. buttonTool9.SharedPropsInternal.Caption = "修改";
  572. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  573. buttonTool10.SharedPropsInternal.Caption = "关闭";
  574. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  575. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  576. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  577. buttonTool6.SharedPropsInternal.Caption = "保存";
  578. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  579. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  580. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  581. buttonTool11.SharedPropsInternal.Caption = "关闭";
  582. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  583. this.ultraToolbarsOrder.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  584. buttonTool3,
  585. buttonTool4,
  586. buttonTool8,
  587. buttonTool9,
  588. buttonTool10,
  589. buttonTool6,
  590. buttonTool11});
  591. this.ultraToolbarsOrder.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsOrder_ToolClick);
  592. //
  593. // _frmStyleBase_Toolbars_Dock_Area_Bottom
  594. //
  595. this._frmStyleBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  596. this._frmStyleBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  597. this._frmStyleBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  598. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  599. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 550);
  600. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Name = "_frmStyleBase_Toolbars_Dock_Area_Bottom";
  601. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(775, 0);
  602. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsOrder;
  603. //
  604. // _frmStyleBase_Toolbars_Dock_Area_Left
  605. //
  606. this._frmStyleBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  607. this._frmStyleBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  608. this._frmStyleBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  609. this._frmStyleBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  610. this._frmStyleBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  611. this._frmStyleBase_Toolbars_Dock_Area_Left.Name = "_frmStyleBase_Toolbars_Dock_Area_Left";
  612. this._frmStyleBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 526);
  613. this._frmStyleBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsOrder;
  614. //
  615. // _frmStyleBase_Toolbars_Dock_Area_Right
  616. //
  617. this._frmStyleBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  618. this._frmStyleBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  619. this._frmStyleBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  620. this._frmStyleBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  621. this._frmStyleBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(775, 24);
  622. this._frmStyleBase_Toolbars_Dock_Area_Right.Name = "_frmStyleBase_Toolbars_Dock_Area_Right";
  623. this._frmStyleBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 526);
  624. this._frmStyleBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsOrder;
  625. //
  626. // ultraTabControl1
  627. //
  628. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  629. this.ultraTabControl1.Name = "ultraTabControl1";
  630. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  631. this.ultraTabControl1.Size = new System.Drawing.Size(200, 100);
  632. this.ultraTabControl1.TabIndex = 0;
  633. //
  634. // ultraTabSharedControlsPage1
  635. //
  636. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 20);
  637. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  638. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(196, 77);
  639. //
  640. // ultraPanel1
  641. //
  642. //
  643. // ultraPanel1.ClientArea
  644. //
  645. this.ultraPanel1.ClientArea.Controls.Add(this.ultraTabControl2);
  646. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  647. this.ultraPanel1.Location = new System.Drawing.Point(0, 24);
  648. this.ultraPanel1.Name = "ultraPanel1";
  649. this.ultraPanel1.Size = new System.Drawing.Size(775, 526);
  650. this.ultraPanel1.TabIndex = 8;
  651. //
  652. // ultraTabControl2
  653. //
  654. this.ultraTabControl2.Controls.Add(this.ultraTabSharedControlsPage2);
  655. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl1);
  656. this.ultraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  657. this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
  658. this.ultraTabControl2.Name = "ultraTabControl2";
  659. this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
  660. this.ultraTabControl2.Size = new System.Drawing.Size(775, 526);
  661. this.ultraTabControl2.TabIndex = 1;
  662. ultraTab3.TabPage = this.ultraTabPageControl1;
  663. ultraTab3.Text = "基本信息编辑";
  664. this.ultraTabControl2.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  665. ultraTab3});
  666. this.ultraTabControl2.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
  667. //
  668. // ultraTabSharedControlsPage2
  669. //
  670. this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
  671. this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
  672. this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(771, 503);
  673. //
  674. // FrmBuyerOrder
  675. //
  676. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  677. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  678. this.ClientSize = new System.Drawing.Size(775, 550);
  679. this.Controls.Add(this.ultraPanel1);
  680. this.Controls.Add(this.comboSPCL);
  681. this.Controls.Add(this.ultraComboys);
  682. this.Controls.Add(this.comBoStation);
  683. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Left);
  684. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Right);
  685. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Top);
  686. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Bottom);
  687. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  688. this.Margin = new System.Windows.Forms.Padding(4);
  689. this.Name = "FrmBuyerOrder";
  690. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  691. this.Text = "订/结单位扩展信息";
  692. this.Load += new System.EventHandler(this.FrmBuyerOrder_Load);
  693. this.ultraTabPageControl1.ResumeLayout(false);
  694. this.ultraPanel2.ClientArea.ResumeLayout(false);
  695. this.ultraPanel2.ResumeLayout(false);
  696. this.ultraPanel3.ClientArea.ResumeLayout(false);
  697. this.ultraPanel3.ClientArea.PerformLayout();
  698. this.ultraPanel3.ResumeLayout(false);
  699. ((System.ComponentModel.ISupportInitialize)(this.ultraText)).EndInit();
  700. ((System.ComponentModel.ISupportInitialize)(this.cmbCustoNature)).EndInit();
  701. ((System.ComponentModel.ISupportInitialize)(this.textLEGAL_PSN)).EndInit();
  702. ((System.ComponentModel.ISupportInitialize)(this.cmbCustoRating)).EndInit();
  703. ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerType)).EndInit();
  704. ((System.ComponentModel.ISupportInitialize)(this.textAGENT)).EndInit();
  705. ((System.ComponentModel.ISupportInitialize)(this.textBANK)).EndInit();
  706. ((System.ComponentModel.ISupportInitialize)(this.textMEMO)).EndInit();
  707. ((System.ComponentModel.ISupportInitialize)(this.textADDRESS)).EndInit();
  708. ((System.ComponentModel.ISupportInitialize)(this.customer_nm)).EndInit();
  709. ((System.ComponentModel.ISupportInitialize)(this.textZIP_CODE)).EndInit();
  710. ((System.ComponentModel.ISupportInitialize)(this.textFAX)).EndInit();
  711. ((System.ComponentModel.ISupportInitialize)(this.textPHONE)).EndInit();
  712. ((System.ComponentModel.ISupportInitialize)(this.textACCOUNT)).EndInit();
  713. ((System.ComponentModel.ISupportInitialize)(this.textTAX_ID)).EndInit();
  714. ((System.ComponentModel.ISupportInitialize)(this.comBoStation)).EndInit();
  715. ((System.ComponentModel.ISupportInitialize)(this.comboSPCL)).EndInit();
  716. ((System.ComponentModel.ISupportInitialize)(this.ultraComboys)).EndInit();
  717. ((System.ComponentModel.ISupportInitialize)(this.dataFreiGht)).EndInit();
  718. ((System.ComponentModel.ISupportInitialize)(this.dataTableFREIGHT)).EndInit();
  719. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsOrder)).EndInit();
  720. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  721. this.ultraPanel1.ClientArea.ResumeLayout(false);
  722. this.ultraPanel1.ResumeLayout(false);
  723. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
  724. this.ultraTabControl2.ResumeLayout(false);
  725. this.ResumeLayout(false);
  726. this.PerformLayout();
  727. }
  728. #endregion
  729. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsOrder;
  730. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Left;
  731. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Right;
  732. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Top;
  733. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Bottom;
  734. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  735. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl2;
  736. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage2;
  737. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  738. private Infragistics.Win.UltraWinEditors.UltraTextEditor customer_nm;
  739. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  740. private Infragistics.Win.UltraWinEditors.UltraTextEditor textFAX;
  741. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  742. private Infragistics.Win.UltraWinEditors.UltraTextEditor textPHONE;
  743. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  744. private Infragistics.Win.UltraWinEditors.UltraTextEditor textTAX_ID;
  745. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  746. private Infragistics.Win.UltraWinEditors.UltraTextEditor textACCOUNT;
  747. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  748. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  749. private Infragistics.Win.UltraWinEditors.UltraTextEditor textZIP_CODE;
  750. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  751. private Infragistics.Win.UltraWinEditors.UltraTextEditor textADDRESS;
  752. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  753. private Infragistics.Win.UltraWinEditors.UltraTextEditor textAGENT;
  754. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  755. private Infragistics.Win.UltraWinEditors.UltraTextEditor textLEGAL_PSN;
  756. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  757. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  758. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  759. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  760. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  761. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  762. private Infragistics.Win.UltraWinEditors.UltraTextEditor textBANK;
  763. private System.Data.DataSet dataFreiGht;
  764. private System.Data.DataTable dataTableFREIGHT;
  765. private System.Data.DataColumn dataColumn1;
  766. private System.Data.DataColumn dataColumn2;
  767. private System.Data.DataColumn dataColumn3;
  768. private System.Data.DataColumn dataColumn4;
  769. private System.Data.DataColumn dataColumn5;
  770. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCustomerType;
  771. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCustoRating;
  772. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCustoNature;
  773. private Infragistics.Win.UltraWinEditors.UltraComboEditor comBoStation;
  774. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboys;
  775. private Infragistics.Win.UltraWinEditors.UltraComboEditor comboSPCL;
  776. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraText;
  777. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  778. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  779. private Infragistics.Win.UltraWinEditors.UltraTextEditor textMEMO;
  780. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  781. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  782. private Core.StlMes.Client.SaleComm.ctrlFileDown ctrlFileDown1;
  783. }
  784. }