FrmBuyerSend.designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. namespace Core.StlMes.Client.SaleBase
  2. {
  3. partial class FrmBuyerSend
  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.Appearance appearance15 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TableFREIGHT", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ADDRESS");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_NO");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPCL_LN_NO");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANS_TYP");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  36. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FREIGHT_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PORT_NO");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CD", 0);
  40. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  52. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  53. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esc");
  55. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  57. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  58. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  60. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  61. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esc");
  63. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  64. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBuyerSend));
  65. this.cmbStationName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  66. this.cmbCollege = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  67. this.cmbTrainType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  68. this.ultraComPort = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  69. this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  70. this.ultraGridOrder = new Infragistics.Win.UltraWinGrid.UltraGrid();
  71. this.dataFreiGht = new System.Data.DataSet();
  72. this.dataTableFREIGHT = new System.Data.DataTable();
  73. this.dataColumn1 = new System.Data.DataColumn();
  74. this.dataColumn2 = new System.Data.DataColumn();
  75. this.dataColumn3 = new System.Data.DataColumn();
  76. this.dataColumn4 = new System.Data.DataColumn();
  77. this.dataColumn5 = new System.Data.DataColumn();
  78. this.dataColumn6 = new System.Data.DataColumn();
  79. this.dataColumn7 = new System.Data.DataColumn();
  80. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  81. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  82. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  83. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  84. this.editorConsignee = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  85. this.editorMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  86. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  87. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  88. this.editorAddress = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  89. this.editorFax = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  90. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  91. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  92. this.editorPhone = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  93. this.editorZipcode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  94. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  95. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  96. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  97. this.ultraToolbarsSend = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  98. this._frmStyleBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  99. this._frmStyleBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  100. this._frmStyleBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  101. this._frmStyleBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  102. this.ultraTabControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  103. this.ultraTabSharedControlsPage3 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  104. ((System.ComponentModel.ISupportInitialize)(this.cmbStationName)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.cmbCollege)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.cmbTrainType)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraComPort)).BeginInit();
  108. this.ultraTabPageControl4.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.ultraGridOrder)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.dataFreiGht)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.dataTableFREIGHT)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  113. this.ultraExpandableGroupBox1.SuspendLayout();
  114. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  115. this.ultraPanel2.ClientArea.SuspendLayout();
  116. this.ultraPanel2.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.editorConsignee)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.editorMemo)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.editorAddress)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.editorFax)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.editorPhone)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.editorZipcode)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  124. this.ultraTabControl1.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsSend)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).BeginInit();
  127. this.SuspendLayout();
  128. //
  129. // cmbStationName
  130. //
  131. this.cmbStationName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  132. this.cmbStationName.Location = new System.Drawing.Point(546, 5);
  133. this.cmbStationName.Name = "cmbStationName";
  134. this.cmbStationName.Size = new System.Drawing.Size(107, 21);
  135. this.cmbStationName.TabIndex = 119;
  136. this.cmbStationName.Visible = false;
  137. //
  138. // cmbCollege
  139. //
  140. this.cmbCollege.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  141. this.cmbCollege.Location = new System.Drawing.Point(659, 5);
  142. this.cmbCollege.Name = "cmbCollege";
  143. this.cmbCollege.Size = new System.Drawing.Size(107, 21);
  144. this.cmbCollege.TabIndex = 120;
  145. this.cmbCollege.Visible = false;
  146. //
  147. // cmbTrainType
  148. //
  149. this.cmbTrainType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  150. this.cmbTrainType.Location = new System.Drawing.Point(546, 28);
  151. this.cmbTrainType.Name = "cmbTrainType";
  152. this.cmbTrainType.Size = new System.Drawing.Size(107, 21);
  153. this.cmbTrainType.TabIndex = 121;
  154. this.cmbTrainType.Visible = false;
  155. //
  156. // ultraComPort
  157. //
  158. this.ultraComPort.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  159. this.ultraComPort.Location = new System.Drawing.Point(659, 30);
  160. this.ultraComPort.Name = "ultraComPort";
  161. this.ultraComPort.Size = new System.Drawing.Size(107, 21);
  162. this.ultraComPort.TabIndex = 122;
  163. this.ultraComPort.Visible = false;
  164. //
  165. // ultraTabPageControl4
  166. //
  167. this.ultraTabPageControl4.Controls.Add(this.ultraGridOrder);
  168. this.ultraTabPageControl4.Location = new System.Drawing.Point(2, 21);
  169. this.ultraTabPageControl4.Name = "ultraTabPageControl4";
  170. this.ultraTabPageControl4.Size = new System.Drawing.Size(794, 303);
  171. //
  172. // ultraGridOrder
  173. //
  174. this.ultraGridOrder.DataMember = "TableFREIGHT";
  175. this.ultraGridOrder.DataSource = this.dataFreiGht;
  176. appearance15.BackColor = System.Drawing.SystemColors.Window;
  177. appearance15.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  178. this.ultraGridOrder.DisplayLayout.Appearance = appearance15;
  179. ultraGridColumn1.Header.VisiblePosition = 2;
  180. ultraGridColumn1.Width = 184;
  181. ultraGridColumn2.EditorComponent = this.cmbStationName;
  182. ultraGridColumn2.Header.VisiblePosition = 3;
  183. ultraGridColumn2.Width = 78;
  184. ultraGridColumn3.EditorComponent = this.cmbCollege;
  185. ultraGridColumn3.Header.VisiblePosition = 4;
  186. ultraGridColumn3.Width = 150;
  187. ultraGridColumn4.EditorComponent = this.cmbTrainType;
  188. ultraGridColumn4.Header.VisiblePosition = 1;
  189. ultraGridColumn4.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  190. ultraGridColumn4.Width = 74;
  191. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  192. ultraGridColumn5.CellAppearance = appearance1;
  193. ultraGridColumn5.Header.VisiblePosition = 6;
  194. ultraGridColumn5.Width = 145;
  195. ultraGridColumn6.Header.VisiblePosition = 7;
  196. ultraGridColumn6.Hidden = true;
  197. ultraGridColumn7.EditorComponent = this.ultraComPort;
  198. ultraGridColumn7.Header.VisiblePosition = 5;
  199. ultraGridColumn7.Width = 90;
  200. ultraGridColumn8.DataType = typeof(bool);
  201. ultraGridColumn8.DefaultCellValue = false;
  202. ultraGridColumn8.Header.Caption = "编辑";
  203. ultraGridColumn8.Header.VisiblePosition = 0;
  204. ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  205. ultraGridColumn8.Width = 63;
  206. ultraGridBand1.Columns.AddRange(new object[] {
  207. ultraGridColumn1,
  208. ultraGridColumn2,
  209. ultraGridColumn3,
  210. ultraGridColumn4,
  211. ultraGridColumn5,
  212. ultraGridColumn6,
  213. ultraGridColumn7,
  214. ultraGridColumn8});
  215. this.ultraGridOrder.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  216. this.ultraGridOrder.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  217. this.ultraGridOrder.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  218. appearance16.BackColor = System.Drawing.SystemColors.ActiveBorder;
  219. appearance16.BackColor2 = System.Drawing.SystemColors.ControlDark;
  220. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  221. appearance16.BorderColor = System.Drawing.SystemColors.Window;
  222. this.ultraGridOrder.DisplayLayout.GroupByBox.Appearance = appearance16;
  223. appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
  224. this.ultraGridOrder.DisplayLayout.GroupByBox.BandLabelAppearance = appearance17;
  225. this.ultraGridOrder.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  226. appearance18.BackColor = System.Drawing.SystemColors.ControlLightLight;
  227. appearance18.BackColor2 = System.Drawing.SystemColors.Control;
  228. appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  229. appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
  230. this.ultraGridOrder.DisplayLayout.GroupByBox.PromptAppearance = appearance18;
  231. this.ultraGridOrder.DisplayLayout.MaxColScrollRegions = 1;
  232. this.ultraGridOrder.DisplayLayout.MaxRowScrollRegions = 1;
  233. appearance19.BackColor = System.Drawing.SystemColors.Window;
  234. appearance19.ForeColor = System.Drawing.SystemColors.ControlText;
  235. this.ultraGridOrder.DisplayLayout.Override.ActiveCellAppearance = appearance19;
  236. appearance20.BackColor = System.Drawing.SystemColors.Highlight;
  237. appearance20.ForeColor = System.Drawing.SystemColors.HighlightText;
  238. this.ultraGridOrder.DisplayLayout.Override.ActiveRowAppearance = appearance20;
  239. this.ultraGridOrder.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  240. this.ultraGridOrder.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  241. this.ultraGridOrder.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  242. this.ultraGridOrder.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  243. appearance21.BackColor = System.Drawing.SystemColors.Window;
  244. this.ultraGridOrder.DisplayLayout.Override.CardAreaAppearance = appearance21;
  245. appearance22.BorderColor = System.Drawing.Color.Silver;
  246. appearance22.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  247. this.ultraGridOrder.DisplayLayout.Override.CellAppearance = appearance22;
  248. this.ultraGridOrder.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  249. this.ultraGridOrder.DisplayLayout.Override.CellPadding = 0;
  250. appearance23.BackColor = System.Drawing.SystemColors.Control;
  251. appearance23.BackColor2 = System.Drawing.SystemColors.ControlDark;
  252. appearance23.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  253. appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  254. appearance23.BorderColor = System.Drawing.SystemColors.Window;
  255. this.ultraGridOrder.DisplayLayout.Override.GroupByRowAppearance = appearance23;
  256. appearance24.TextHAlignAsString = "Left";
  257. this.ultraGridOrder.DisplayLayout.Override.HeaderAppearance = appearance24;
  258. this.ultraGridOrder.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  259. this.ultraGridOrder.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  260. appearance25.BackColor = System.Drawing.SystemColors.Window;
  261. appearance25.BorderColor = System.Drawing.Color.Silver;
  262. this.ultraGridOrder.DisplayLayout.Override.RowAppearance = appearance25;
  263. this.ultraGridOrder.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  264. appearance26.BackColor = System.Drawing.SystemColors.ControlLight;
  265. this.ultraGridOrder.DisplayLayout.Override.TemplateAddRowAppearance = appearance26;
  266. this.ultraGridOrder.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  267. this.ultraGridOrder.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  268. this.ultraGridOrder.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  269. this.ultraGridOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  270. this.ultraGridOrder.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.ultraGridOrder.Location = new System.Drawing.Point(0, 0);
  272. this.ultraGridOrder.Name = "ultraGridOrder";
  273. this.ultraGridOrder.Size = new System.Drawing.Size(794, 303);
  274. this.ultraGridOrder.TabIndex = 0;
  275. this.ultraGridOrder.Text = "ultraGrid1";
  276. this.ultraGridOrder.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridOrder_InitializeLayout);
  277. this.ultraGridOrder.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridOrder_CellChange);
  278. //
  279. // dataFreiGht
  280. //
  281. this.dataFreiGht.DataSetName = "NewDataSet";
  282. this.dataFreiGht.Tables.AddRange(new System.Data.DataTable[] {
  283. this.dataTableFREIGHT});
  284. //
  285. // dataTableFREIGHT
  286. //
  287. this.dataTableFREIGHT.Columns.AddRange(new System.Data.DataColumn[] {
  288. this.dataColumn1,
  289. this.dataColumn2,
  290. this.dataColumn3,
  291. this.dataColumn4,
  292. this.dataColumn5,
  293. this.dataColumn6,
  294. this.dataColumn7});
  295. this.dataTableFREIGHT.TableName = "TableFREIGHT";
  296. //
  297. // dataColumn1
  298. //
  299. this.dataColumn1.Caption = "货运地址";
  300. this.dataColumn1.ColumnName = "ADDRESS";
  301. //
  302. // dataColumn2
  303. //
  304. this.dataColumn2.Caption = "到站";
  305. this.dataColumn2.ColumnName = "STATION_NO";
  306. //
  307. // dataColumn3
  308. //
  309. this.dataColumn3.Caption = "专用线";
  310. this.dataColumn3.ColumnName = "SPCL_LN_NO";
  311. //
  312. // dataColumn4
  313. //
  314. this.dataColumn4.Caption = "运输方式";
  315. this.dataColumn4.ColumnName = "TRANS_TYP";
  316. //
  317. // dataColumn5
  318. //
  319. this.dataColumn5.Caption = "备注";
  320. this.dataColumn5.ColumnName = "MEMO";
  321. //
  322. // dataColumn6
  323. //
  324. this.dataColumn6.ColumnName = "FREIGHT_NO";
  325. //
  326. // dataColumn7
  327. //
  328. this.dataColumn7.Caption = "港口/码头";
  329. this.dataColumn7.ColumnName = "PORT_NO";
  330. //
  331. // ultraExpandableGroupBox1
  332. //
  333. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  334. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  335. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(798, 108);
  336. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 24);
  337. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  338. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(798, 108);
  339. this.ultraExpandableGroupBox1.TabIndex = 2;
  340. this.ultraExpandableGroupBox1.Text = "编辑区域";
  341. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  342. //
  343. // ultraExpandableGroupBoxPanel1
  344. //
  345. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPanel2);
  346. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  347. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  348. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  349. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(794, 86);
  350. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  351. //
  352. // ultraPanel2
  353. //
  354. //
  355. // ultraPanel2.ClientArea
  356. //
  357. this.ultraPanel2.ClientArea.Controls.Add(this.ultraComPort);
  358. this.ultraPanel2.ClientArea.Controls.Add(this.cmbTrainType);
  359. this.ultraPanel2.ClientArea.Controls.Add(this.cmbCollege);
  360. this.ultraPanel2.ClientArea.Controls.Add(this.cmbStationName);
  361. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel5);
  362. this.ultraPanel2.ClientArea.Controls.Add(this.editorConsignee);
  363. this.ultraPanel2.ClientArea.Controls.Add(this.editorMemo);
  364. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel6);
  365. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel4);
  366. this.ultraPanel2.ClientArea.Controls.Add(this.editorAddress);
  367. this.ultraPanel2.ClientArea.Controls.Add(this.editorFax);
  368. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel1);
  369. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel3);
  370. this.ultraPanel2.ClientArea.Controls.Add(this.editorPhone);
  371. this.ultraPanel2.ClientArea.Controls.Add(this.editorZipcode);
  372. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel2);
  373. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  374. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  375. this.ultraPanel2.Name = "ultraPanel2";
  376. this.ultraPanel2.Size = new System.Drawing.Size(794, 86);
  377. this.ultraPanel2.TabIndex = 45;
  378. //
  379. // ultraLabel5
  380. //
  381. this.ultraLabel5.AutoSize = true;
  382. this.ultraLabel5.Location = new System.Drawing.Point(15, 10);
  383. this.ultraLabel5.Name = "ultraLabel5";
  384. this.ultraLabel5.Size = new System.Drawing.Size(42, 16);
  385. this.ultraLabel5.TabIndex = 28;
  386. this.ultraLabel5.Text = "收货人";
  387. //
  388. // editorConsignee
  389. //
  390. this.editorConsignee.Location = new System.Drawing.Point(59, 8);
  391. this.editorConsignee.Name = "editorConsignee";
  392. this.editorConsignee.Size = new System.Drawing.Size(100, 21);
  393. this.editorConsignee.TabIndex = 1;
  394. this.editorConsignee.Validating += new System.ComponentModel.CancelEventHandler(this.editorConsignee_Validating);
  395. //
  396. // editorMemo
  397. //
  398. this.editorMemo.Location = new System.Drawing.Point(59, 58);
  399. this.editorMemo.Name = "editorMemo";
  400. this.editorMemo.Size = new System.Drawing.Size(394, 21);
  401. this.editorMemo.TabIndex = 6;
  402. this.editorMemo.Validating += new System.ComponentModel.CancelEventHandler(this.editorMemo_Validating);
  403. //
  404. // ultraLabel6
  405. //
  406. this.ultraLabel6.AutoSize = true;
  407. this.ultraLabel6.Location = new System.Drawing.Point(174, 10);
  408. this.ultraLabel6.Name = "ultraLabel6";
  409. this.ultraLabel6.Size = new System.Drawing.Size(29, 16);
  410. this.ultraLabel6.TabIndex = 30;
  411. this.ultraLabel6.Text = "地址";
  412. //
  413. // ultraLabel4
  414. //
  415. this.ultraLabel4.AutoSize = true;
  416. this.ultraLabel4.Location = new System.Drawing.Point(28, 60);
  417. this.ultraLabel4.Name = "ultraLabel4";
  418. this.ultraLabel4.Size = new System.Drawing.Size(29, 16);
  419. this.ultraLabel4.TabIndex = 42;
  420. this.ultraLabel4.Text = "备注";
  421. //
  422. // editorAddress
  423. //
  424. this.editorAddress.Location = new System.Drawing.Point(204, 8);
  425. this.editorAddress.Name = "editorAddress";
  426. this.editorAddress.Size = new System.Drawing.Size(249, 21);
  427. this.editorAddress.TabIndex = 2;
  428. this.editorAddress.Validating += new System.ComponentModel.CancelEventHandler(this.editorAddress_Validating);
  429. //
  430. // editorFax
  431. //
  432. this.editorFax.Location = new System.Drawing.Point(353, 33);
  433. this.editorFax.Name = "editorFax";
  434. this.editorFax.Size = new System.Drawing.Size(100, 21);
  435. this.editorFax.TabIndex = 5;
  436. this.editorFax.Validating += new System.ComponentModel.CancelEventHandler(this.editorFax_Validating);
  437. //
  438. // ultraLabel1
  439. //
  440. this.ultraLabel1.AutoSize = true;
  441. this.ultraLabel1.Location = new System.Drawing.Point(28, 35);
  442. this.ultraLabel1.Name = "ultraLabel1";
  443. this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
  444. this.ultraLabel1.TabIndex = 36;
  445. this.ultraLabel1.Text = "电话";
  446. //
  447. // ultraLabel3
  448. //
  449. this.ultraLabel3.AutoSize = true;
  450. this.ultraLabel3.Location = new System.Drawing.Point(322, 35);
  451. this.ultraLabel3.Name = "ultraLabel3";
  452. this.ultraLabel3.Size = new System.Drawing.Size(29, 16);
  453. this.ultraLabel3.TabIndex = 40;
  454. this.ultraLabel3.Text = "传真";
  455. //
  456. // editorPhone
  457. //
  458. this.editorPhone.Location = new System.Drawing.Point(59, 33);
  459. this.editorPhone.Name = "editorPhone";
  460. this.editorPhone.Size = new System.Drawing.Size(100, 21);
  461. this.editorPhone.TabIndex = 3;
  462. this.editorPhone.Validating += new System.ComponentModel.CancelEventHandler(this.editorPhone_Validating);
  463. //
  464. // editorZipcode
  465. //
  466. this.editorZipcode.Location = new System.Drawing.Point(204, 33);
  467. this.editorZipcode.Name = "editorZipcode";
  468. this.editorZipcode.Size = new System.Drawing.Size(100, 21);
  469. this.editorZipcode.TabIndex = 4;
  470. this.editorZipcode.Validating += new System.ComponentModel.CancelEventHandler(this.editorZipcode_Validating);
  471. //
  472. // ultraLabel2
  473. //
  474. this.ultraLabel2.AutoSize = true;
  475. this.ultraLabel2.Location = new System.Drawing.Point(174, 35);
  476. this.ultraLabel2.Name = "ultraLabel2";
  477. this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
  478. this.ultraLabel2.TabIndex = 38;
  479. this.ultraLabel2.Text = "邮编";
  480. //
  481. // ultraTabControl1
  482. //
  483. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  484. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl4);
  485. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  486. this.ultraTabControl1.Location = new System.Drawing.Point(0, 132);
  487. this.ultraTabControl1.Name = "ultraTabControl1";
  488. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  489. this.ultraTabControl1.Size = new System.Drawing.Size(798, 326);
  490. this.ultraTabControl1.TabIndex = 2;
  491. ultraTab2.TabPage = this.ultraTabPageControl4;
  492. ultraTab2.Text = "货运地址集合";
  493. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  494. ultraTab2});
  495. this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
  496. //
  497. // ultraTabSharedControlsPage1
  498. //
  499. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  500. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  501. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(794, 303);
  502. //
  503. // ultraToolbarsSend
  504. //
  505. this.ultraToolbarsSend.DesignerFlags = 1;
  506. this.ultraToolbarsSend.DockWithinContainer = this;
  507. this.ultraToolbarsSend.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  508. this.ultraToolbarsSend.ShowQuickCustomizeButton = false;
  509. ultraToolbar1.DockedColumn = 0;
  510. ultraToolbar1.DockedRow = 0;
  511. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  512. buttonTool1,
  513. buttonTool6});
  514. ultraToolbar1.Text = "UltraToolbar1";
  515. this.ultraToolbarsSend.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  516. ultraToolbar1});
  517. buttonTool3.SharedPropsInternal.Caption = "查询";
  518. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  519. buttonTool4.SharedPropsInternal.Caption = "新增";
  520. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  521. buttonTool8.SharedPropsInternal.Caption = "保存";
  522. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  523. buttonTool9.SharedPropsInternal.Caption = "修改";
  524. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  525. buttonTool10.SharedPropsInternal.Caption = "关闭";
  526. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  527. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  528. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  529. buttonTool2.SharedPropsInternal.Caption = "保存";
  530. buttonTool2.SharedPropsInternal.CustomizerCaption = "保存";
  531. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  532. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  533. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  534. buttonTool11.SharedPropsInternal.Caption = "关闭";
  535. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  536. this.ultraToolbarsSend.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  537. buttonTool3,
  538. buttonTool4,
  539. buttonTool8,
  540. buttonTool9,
  541. buttonTool10,
  542. buttonTool2,
  543. buttonTool11});
  544. this.ultraToolbarsSend.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsSend_ToolClick);
  545. //
  546. // _frmStyleBase_Toolbars_Dock_Area_Top
  547. //
  548. this._frmStyleBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  549. this._frmStyleBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  550. this._frmStyleBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  551. this._frmStyleBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  552. this._frmStyleBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  553. this._frmStyleBase_Toolbars_Dock_Area_Top.Name = "_frmStyleBase_Toolbars_Dock_Area_Top";
  554. this._frmStyleBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(798, 24);
  555. this._frmStyleBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsSend;
  556. //
  557. // _frmStyleBase_Toolbars_Dock_Area_Bottom
  558. //
  559. this._frmStyleBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  560. this._frmStyleBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  561. this._frmStyleBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  562. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  563. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 458);
  564. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Name = "_frmStyleBase_Toolbars_Dock_Area_Bottom";
  565. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(798, 0);
  566. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsSend;
  567. //
  568. // _frmStyleBase_Toolbars_Dock_Area_Left
  569. //
  570. this._frmStyleBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  571. this._frmStyleBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  572. this._frmStyleBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  573. this._frmStyleBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  574. this._frmStyleBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  575. this._frmStyleBase_Toolbars_Dock_Area_Left.Name = "_frmStyleBase_Toolbars_Dock_Area_Left";
  576. this._frmStyleBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 434);
  577. this._frmStyleBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsSend;
  578. //
  579. // _frmStyleBase_Toolbars_Dock_Area_Right
  580. //
  581. this._frmStyleBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  582. this._frmStyleBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  583. this._frmStyleBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  584. this._frmStyleBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  585. this._frmStyleBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(798, 24);
  586. this._frmStyleBase_Toolbars_Dock_Area_Right.Name = "_frmStyleBase_Toolbars_Dock_Area_Right";
  587. this._frmStyleBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 434);
  588. this._frmStyleBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsSend;
  589. //
  590. // ultraTabControl3
  591. //
  592. this.ultraTabControl3.Location = new System.Drawing.Point(0, 0);
  593. this.ultraTabControl3.Name = "ultraTabControl3";
  594. this.ultraTabControl3.SharedControlsPage = this.ultraTabSharedControlsPage3;
  595. this.ultraTabControl3.Size = new System.Drawing.Size(200, 100);
  596. this.ultraTabControl3.TabIndex = 0;
  597. //
  598. // ultraTabSharedControlsPage3
  599. //
  600. this.ultraTabSharedControlsPage3.Location = new System.Drawing.Point(1, 20);
  601. this.ultraTabSharedControlsPage3.Name = "ultraTabSharedControlsPage3";
  602. this.ultraTabSharedControlsPage3.Size = new System.Drawing.Size(196, 77);
  603. //
  604. // FrmBuyerSend
  605. //
  606. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  607. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  608. this.ClientSize = new System.Drawing.Size(798, 458);
  609. this.Controls.Add(this.ultraTabControl1);
  610. this.Controls.Add(this.ultraExpandableGroupBox1);
  611. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Left);
  612. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Right);
  613. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Top);
  614. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Bottom);
  615. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  616. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  617. this.MaximizeBox = false;
  618. this.MinimizeBox = false;
  619. this.Name = "FrmBuyerSend";
  620. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  621. this.Text = "收货单位扩展信息";
  622. this.Load += new System.EventHandler(this.FrmBuyerSend_Load);
  623. ((System.ComponentModel.ISupportInitialize)(this.cmbStationName)).EndInit();
  624. ((System.ComponentModel.ISupportInitialize)(this.cmbCollege)).EndInit();
  625. ((System.ComponentModel.ISupportInitialize)(this.cmbTrainType)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.ultraComPort)).EndInit();
  627. this.ultraTabPageControl4.ResumeLayout(false);
  628. ((System.ComponentModel.ISupportInitialize)(this.ultraGridOrder)).EndInit();
  629. ((System.ComponentModel.ISupportInitialize)(this.dataFreiGht)).EndInit();
  630. ((System.ComponentModel.ISupportInitialize)(this.dataTableFREIGHT)).EndInit();
  631. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  632. this.ultraExpandableGroupBox1.ResumeLayout(false);
  633. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  634. this.ultraPanel2.ClientArea.ResumeLayout(false);
  635. this.ultraPanel2.ClientArea.PerformLayout();
  636. this.ultraPanel2.ResumeLayout(false);
  637. ((System.ComponentModel.ISupportInitialize)(this.editorConsignee)).EndInit();
  638. ((System.ComponentModel.ISupportInitialize)(this.editorMemo)).EndInit();
  639. ((System.ComponentModel.ISupportInitialize)(this.editorAddress)).EndInit();
  640. ((System.ComponentModel.ISupportInitialize)(this.editorFax)).EndInit();
  641. ((System.ComponentModel.ISupportInitialize)(this.editorPhone)).EndInit();
  642. ((System.ComponentModel.ISupportInitialize)(this.editorZipcode)).EndInit();
  643. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  644. this.ultraTabControl1.ResumeLayout(false);
  645. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsSend)).EndInit();
  646. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).EndInit();
  647. this.ResumeLayout(false);
  648. }
  649. #endregion
  650. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  651. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  652. private Infragistics.Win.UltraWinEditors.UltraTextEditor editorAddress;
  653. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  654. private Infragistics.Win.UltraWinEditors.UltraTextEditor editorConsignee;
  655. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  656. private Infragistics.Win.UltraWinEditors.UltraTextEditor editorMemo;
  657. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  658. private Infragistics.Win.UltraWinEditors.UltraTextEditor editorFax;
  659. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  660. private Infragistics.Win.UltraWinEditors.UltraTextEditor editorZipcode;
  661. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  662. private Infragistics.Win.UltraWinEditors.UltraTextEditor editorPhone;
  663. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  664. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsSend;
  665. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Left;
  666. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Right;
  667. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Top;
  668. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Bottom;
  669. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  670. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  671. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  672. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl4;
  673. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl3;
  674. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage3;
  675. private System.Data.DataSet dataFreiGht;
  676. private System.Data.DataTable dataTableFREIGHT;
  677. private System.Data.DataColumn dataColumn1;
  678. private System.Data.DataColumn dataColumn2;
  679. private System.Data.DataColumn dataColumn3;
  680. private System.Data.DataColumn dataColumn4;
  681. private System.Data.DataColumn dataColumn5;
  682. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridOrder;
  683. private System.Data.DataColumn dataColumn6;
  684. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCollege;
  685. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStationName;
  686. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbTrainType;
  687. private System.Data.DataColumn dataColumn7;
  688. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComPort;
  689. }
  690. }