dlgTransitPlan.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. namespace Core.StlMes.Client.SaleOrder
  2. {
  3. partial class dlgTransitPlan
  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 appearance45 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Test", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_PK");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_LN_PK");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_LN_DLY_PK");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERY_NO");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INDEX_SEQ");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AGENCY_FL");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LV_FACTY_TYP");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_TYP");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DESTINATION");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_NO");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_NM");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPCL_LN_NO");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPCL_LN_NM");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PORT_NO");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PORT_DESC");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CARRIER_UNIT");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECEIVOR");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_LN_MNY", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  50. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doOk");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
  65. Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
  67. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doUpdate");
  69. Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  71. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doOk");
  72. Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  74. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doOka");
  75. this.cmbYsfs = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  76. this.cmbStationName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  77. this.cmbCollege = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  78. this.cmbWater = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  79. this.cmbCydw = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  80. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  81. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  82. this.dataSet1 = new System.Data.DataSet();
  83. this.dataTable2 = new System.Data.DataTable();
  84. this.dataColumn22 = new System.Data.DataColumn();
  85. this.dataColumn24 = new System.Data.DataColumn();
  86. this.dataColumn25 = new System.Data.DataColumn();
  87. this.dataColumn26 = new System.Data.DataColumn();
  88. this.dataColumn27 = new System.Data.DataColumn();
  89. this.dataColumn28 = new System.Data.DataColumn();
  90. this.dataColumn29 = new System.Data.DataColumn();
  91. this.dataColumn33 = new System.Data.DataColumn();
  92. this.dataColumn1 = new System.Data.DataColumn();
  93. this.dataColumn2 = new System.Data.DataColumn();
  94. this.dataColumn3 = new System.Data.DataColumn();
  95. this.dataColumn4 = new System.Data.DataColumn();
  96. this.dataColumn5 = new System.Data.DataColumn();
  97. this.dataColumn6 = new System.Data.DataColumn();
  98. this.dataColumn7 = new System.Data.DataColumn();
  99. this.dataColumn8 = new System.Data.DataColumn();
  100. this.dataColumn9 = new System.Data.DataColumn();
  101. this.dataColumn10 = new System.Data.DataColumn();
  102. this.dataColumn11 = new System.Data.DataColumn();
  103. this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  104. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  105. this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  106. this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  107. this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  108. ((System.ComponentModel.ISupportInitialize)(this.cmbYsfs)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.cmbStationName)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.cmbCollege)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.cmbWater)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.cmbCydw)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  114. this.ultraGroupBox1.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  119. this.SuspendLayout();
  120. //
  121. // cmbYsfs
  122. //
  123. this.cmbYsfs.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  124. this.cmbYsfs.Location = new System.Drawing.Point(86, 126);
  125. this.cmbYsfs.Name = "cmbYsfs";
  126. this.cmbYsfs.Size = new System.Drawing.Size(96, 21);
  127. this.cmbYsfs.TabIndex = 117;
  128. this.cmbYsfs.Visible = false;
  129. //
  130. // cmbStationName
  131. //
  132. this.cmbStationName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  133. this.cmbStationName.Location = new System.Drawing.Point(316, 126);
  134. this.cmbStationName.Name = "cmbStationName";
  135. this.cmbStationName.Size = new System.Drawing.Size(107, 21);
  136. this.cmbStationName.TabIndex = 118;
  137. this.cmbStationName.Visible = false;
  138. //
  139. // cmbCollege
  140. //
  141. this.cmbCollege.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  142. this.cmbCollege.Location = new System.Drawing.Point(429, 126);
  143. this.cmbCollege.Name = "cmbCollege";
  144. this.cmbCollege.Size = new System.Drawing.Size(107, 21);
  145. this.cmbCollege.TabIndex = 118;
  146. this.cmbCollege.Visible = false;
  147. //
  148. // cmbWater
  149. //
  150. this.cmbWater.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  151. this.cmbWater.Location = new System.Drawing.Point(542, 126);
  152. this.cmbWater.Name = "cmbWater";
  153. this.cmbWater.Size = new System.Drawing.Size(107, 21);
  154. this.cmbWater.TabIndex = 118;
  155. this.cmbWater.Visible = false;
  156. //
  157. // cmbCydw
  158. //
  159. this.cmbCydw.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  160. this.cmbCydw.Location = new System.Drawing.Point(202, 126);
  161. this.cmbCydw.Name = "cmbCydw";
  162. this.cmbCydw.Size = new System.Drawing.Size(96, 21);
  163. this.cmbCydw.TabIndex = 118;
  164. this.cmbCydw.Visible = false;
  165. //
  166. // ultraGroupBox1
  167. //
  168. this.ultraGroupBox1.Controls.Add(this.cmbCydw);
  169. this.ultraGroupBox1.Controls.Add(this.cmbWater);
  170. this.ultraGroupBox1.Controls.Add(this.cmbCollege);
  171. this.ultraGroupBox1.Controls.Add(this.cmbStationName);
  172. this.ultraGroupBox1.Controls.Add(this.cmbYsfs);
  173. this.ultraGroupBox1.Controls.Add(this.ultraGrid2);
  174. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 25);
  176. this.ultraGroupBox1.Name = "ultraGroupBox1";
  177. this.ultraGroupBox1.Size = new System.Drawing.Size(826, 448);
  178. this.ultraGroupBox1.TabIndex = 10;
  179. //
  180. // ultraGrid2
  181. //
  182. this.ultraGrid2.DataMember = "Test";
  183. this.ultraGrid2.DataSource = this.dataSet1;
  184. appearance45.BackColor = System.Drawing.SystemColors.Window;
  185. appearance45.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  186. this.ultraGrid2.DisplayLayout.Appearance = appearance45;
  187. ultraGridColumn1.Header.VisiblePosition = 0;
  188. ultraGridColumn1.Hidden = true;
  189. ultraGridColumn2.Header.VisiblePosition = 1;
  190. ultraGridColumn2.Hidden = true;
  191. ultraGridColumn3.Header.VisiblePosition = 2;
  192. ultraGridColumn3.Hidden = true;
  193. ultraGridColumn4.Header.VisiblePosition = 3;
  194. ultraGridColumn4.Hidden = true;
  195. ultraGridColumn5.Header.VisiblePosition = 4;
  196. ultraGridColumn5.Hidden = true;
  197. ultraGridColumn6.Header.VisiblePosition = 6;
  198. ultraGridColumn6.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  199. ultraGridColumn6.Width = 46;
  200. ultraGridColumn7.EditorComponent = this.cmbYsfs;
  201. ultraGridColumn7.Header.VisiblePosition = 7;
  202. ultraGridColumn7.Width = 83;
  203. ultraGridColumn8.EditorComponent = this.cmbYsfs;
  204. ultraGridColumn8.Header.VisiblePosition = 8;
  205. ultraGridColumn8.Hidden = true;
  206. ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  207. ultraGridColumn9.Header.VisiblePosition = 9;
  208. ultraGridColumn9.Width = 72;
  209. ultraGridColumn10.EditorComponent = this.cmbStationName;
  210. ultraGridColumn10.Header.VisiblePosition = 10;
  211. ultraGridColumn10.Width = 72;
  212. ultraGridColumn11.Header.VisiblePosition = 11;
  213. ultraGridColumn11.Hidden = true;
  214. ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  215. ultraGridColumn12.EditorComponent = this.cmbCollege;
  216. ultraGridColumn12.Header.VisiblePosition = 12;
  217. ultraGridColumn12.Width = 73;
  218. ultraGridColumn13.Header.VisiblePosition = 13;
  219. ultraGridColumn13.Hidden = true;
  220. ultraGridColumn13.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  221. ultraGridColumn14.EditorComponent = this.cmbWater;
  222. ultraGridColumn14.Header.VisiblePosition = 14;
  223. ultraGridColumn14.Width = 81;
  224. ultraGridColumn15.Header.VisiblePosition = 15;
  225. ultraGridColumn15.Hidden = true;
  226. ultraGridColumn15.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  227. ultraGridColumn16.EditorComponent = this.cmbCydw;
  228. ultraGridColumn16.Header.VisiblePosition = 16;
  229. ultraGridColumn16.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  230. ultraGridColumn16.Width = 108;
  231. ultraGridColumn17.Header.VisiblePosition = 17;
  232. ultraGridColumn17.Width = 106;
  233. ultraGridColumn18.Header.VisiblePosition = 18;
  234. ultraGridColumn18.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
  235. ultraGridColumn18.Width = 102;
  236. ultraGridColumn19.Header.VisiblePosition = 5;
  237. ultraGridColumn19.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  238. ultraGridColumn19.Width = 36;
  239. ultraGridBand1.Columns.AddRange(new object[] {
  240. ultraGridColumn1,
  241. ultraGridColumn2,
  242. ultraGridColumn3,
  243. ultraGridColumn4,
  244. ultraGridColumn5,
  245. ultraGridColumn6,
  246. ultraGridColumn7,
  247. ultraGridColumn8,
  248. ultraGridColumn9,
  249. ultraGridColumn10,
  250. ultraGridColumn11,
  251. ultraGridColumn12,
  252. ultraGridColumn13,
  253. ultraGridColumn14,
  254. ultraGridColumn15,
  255. ultraGridColumn16,
  256. ultraGridColumn17,
  257. ultraGridColumn18,
  258. ultraGridColumn19});
  259. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  260. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  261. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  262. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  263. appearance46.BackColor = System.Drawing.SystemColors.ActiveBorder;
  264. appearance46.BackColor2 = System.Drawing.SystemColors.ControlDark;
  265. appearance46.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  266. appearance46.BorderColor = System.Drawing.SystemColors.Window;
  267. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance46;
  268. appearance47.ForeColor = System.Drawing.SystemColors.GrayText;
  269. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance47;
  270. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  271. appearance48.BackColor = System.Drawing.SystemColors.ControlLightLight;
  272. appearance48.BackColor2 = System.Drawing.SystemColors.Control;
  273. appearance48.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  274. appearance48.ForeColor = System.Drawing.SystemColors.GrayText;
  275. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance48;
  276. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  277. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  278. appearance49.BackColor = System.Drawing.SystemColors.Window;
  279. appearance49.ForeColor = System.Drawing.SystemColors.ControlText;
  280. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance49;
  281. appearance50.BackColor = System.Drawing.SystemColors.Highlight;
  282. appearance50.ForeColor = System.Drawing.SystemColors.HighlightText;
  283. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance50;
  284. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  285. this.ultraGrid2.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
  286. this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
  287. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  288. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  289. appearance51.BackColor = System.Drawing.SystemColors.Window;
  290. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance51;
  291. appearance52.BorderColor = System.Drawing.Color.Silver;
  292. appearance52.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  293. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance52;
  294. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  295. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  296. appearance53.BackColor = System.Drawing.SystemColors.Control;
  297. appearance53.BackColor2 = System.Drawing.SystemColors.ControlDark;
  298. appearance53.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  299. appearance53.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  300. appearance53.BorderColor = System.Drawing.SystemColors.Window;
  301. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance53;
  302. appearance54.TextHAlignAsString = "Left";
  303. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance54;
  304. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  305. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  306. appearance55.BackColor = System.Drawing.SystemColors.Window;
  307. appearance55.BorderColor = System.Drawing.Color.Silver;
  308. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance55;
  309. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  310. appearance56.BackColor = System.Drawing.SystemColors.ControlLight;
  311. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance56;
  312. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  313. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  314. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  315. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  316. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
  318. this.ultraGrid2.Name = "ultraGrid2";
  319. this.ultraGrid2.Size = new System.Drawing.Size(820, 445);
  320. this.ultraGrid2.TabIndex = 27;
  321. this.ultraGrid2.Text = "ultraGrid1";
  322. this.ultraGrid2.AfterRowInsert += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.ultraGrid2_AfterRowInsert);
  323. this.ultraGrid2.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_CellChange);
  324. //
  325. // dataSet1
  326. //
  327. this.dataSet1.DataSetName = "NewDataSet";
  328. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  329. this.dataTable2});
  330. //
  331. // dataTable2
  332. //
  333. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  334. this.dataColumn22,
  335. this.dataColumn24,
  336. this.dataColumn25,
  337. this.dataColumn26,
  338. this.dataColumn27,
  339. this.dataColumn28,
  340. this.dataColumn29,
  341. this.dataColumn33,
  342. this.dataColumn1,
  343. this.dataColumn2,
  344. this.dataColumn3,
  345. this.dataColumn4,
  346. this.dataColumn5,
  347. this.dataColumn6,
  348. this.dataColumn7,
  349. this.dataColumn8,
  350. this.dataColumn9,
  351. this.dataColumn10,
  352. this.dataColumn11});
  353. this.dataTable2.TableName = "Test";
  354. //
  355. // dataColumn22
  356. //
  357. this.dataColumn22.Caption = "ORD_PK";
  358. this.dataColumn22.ColumnName = "ORD_PK";
  359. //
  360. // dataColumn24
  361. //
  362. this.dataColumn24.Caption = "ORD_LN_PK";
  363. this.dataColumn24.ColumnName = "ORD_LN_PK";
  364. //
  365. // dataColumn25
  366. //
  367. this.dataColumn25.Caption = "ORD_LN_DLY_PK";
  368. this.dataColumn25.ColumnName = "ORD_LN_DLY_PK";
  369. //
  370. // dataColumn26
  371. //
  372. this.dataColumn26.Caption = "交货编码";
  373. this.dataColumn26.ColumnName = "DELIVERY_NO";
  374. //
  375. // dataColumn27
  376. //
  377. this.dataColumn27.Caption = "顺序号";
  378. this.dataColumn27.ColumnName = "INDEX_SEQ";
  379. //
  380. // dataColumn28
  381. //
  382. this.dataColumn28.Caption = "代办";
  383. this.dataColumn28.ColumnName = "AGENCY_FL";
  384. //
  385. // dataColumn29
  386. //
  387. this.dataColumn29.Caption = "运输方式";
  388. this.dataColumn29.ColumnName = "LV_FACTY_TYP";
  389. //
  390. // dataColumn33
  391. //
  392. this.dataColumn33.Caption = "运输方式";
  393. this.dataColumn33.ColumnName = "TRANSIT_TYP";
  394. //
  395. // dataColumn1
  396. //
  397. this.dataColumn1.Caption = "目的地";
  398. this.dataColumn1.ColumnName = "DESTINATION";
  399. //
  400. // dataColumn2
  401. //
  402. this.dataColumn2.Caption = "到站";
  403. this.dataColumn2.ColumnName = "STATION_NO";
  404. //
  405. // dataColumn3
  406. //
  407. this.dataColumn3.Caption = "到站";
  408. this.dataColumn3.ColumnName = "STATION_NM";
  409. //
  410. // dataColumn4
  411. //
  412. this.dataColumn4.Caption = "专用线";
  413. this.dataColumn4.ColumnName = "SPCL_LN_NO";
  414. //
  415. // dataColumn5
  416. //
  417. this.dataColumn5.Caption = "专用线";
  418. this.dataColumn5.ColumnName = "SPCL_LN_NM";
  419. //
  420. // dataColumn6
  421. //
  422. this.dataColumn6.Caption = "港口/码头";
  423. this.dataColumn6.ColumnName = "PORT_NO";
  424. //
  425. // dataColumn7
  426. //
  427. this.dataColumn7.Caption = "港口/码头";
  428. this.dataColumn7.ColumnName = "PORT_DESC";
  429. //
  430. // dataColumn8
  431. //
  432. this.dataColumn8.Caption = "承运单位";
  433. this.dataColumn8.ColumnName = "CARRIER_UNIT";
  434. //
  435. // dataColumn9
  436. //
  437. this.dataColumn9.Caption = "接货人";
  438. this.dataColumn9.ColumnName = "RECEIVOR";
  439. //
  440. // dataColumn10
  441. //
  442. this.dataColumn10.Caption = "吨运费";
  443. this.dataColumn10.ColumnName = "TRANSIT_LN_MNY";
  444. //
  445. // dataColumn11
  446. //
  447. this.dataColumn11.Caption = "选择";
  448. this.dataColumn11.ColumnName = "CHK";
  449. this.dataColumn11.DataType = typeof(bool);
  450. //
  451. // _Form1_Toolbars_Dock_Area_Top
  452. //
  453. this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  454. this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  455. this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  456. this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  457. this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  458. this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
  459. this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(826, 25);
  460. this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  461. //
  462. // ultraToolbarsManager1
  463. //
  464. this.ultraToolbarsManager1.DesignerFlags = 1;
  465. this.ultraToolbarsManager1.DockWithinContainer = this;
  466. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  467. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  468. ultraToolbar1.DockedColumn = 0;
  469. ultraToolbar1.DockedRow = 0;
  470. buttonTool5.InstanceProps.IsFirstInGroup = true;
  471. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  472. buttonTool4,
  473. buttonTool5});
  474. ultraToolbar1.Text = "UltraToolbar1";
  475. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  476. ultraToolbar1});
  477. appearance72.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Add;
  478. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance72;
  479. buttonTool6.SharedPropsInternal.Caption = "新增";
  480. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  481. appearance74.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Delete;
  482. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance74;
  483. buttonTool7.SharedPropsInternal.Caption = "删除";
  484. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  485. appearance73.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Update;
  486. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance73;
  487. buttonTool8.SharedPropsInternal.Caption = "修改";
  488. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  489. buttonTool9.SharedPropsInternal.Caption = "查询";
  490. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  491. appearance76.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.End;
  492. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance76;
  493. buttonTool10.SharedPropsInternal.Caption = "确认";
  494. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  495. buttonTool12.SharedPropsInternal.Caption = "恢复";
  496. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  497. buttonTool3.SharedPropsInternal.Caption = "确认";
  498. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  499. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  500. buttonTool6,
  501. buttonTool7,
  502. buttonTool8,
  503. buttonTool9,
  504. buttonTool10,
  505. buttonTool12,
  506. buttonTool3});
  507. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  508. //
  509. // _Form1_Toolbars_Dock_Area_Bottom
  510. //
  511. this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  512. this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  513. this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  514. this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  515. this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 473);
  516. this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
  517. this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(826, 0);
  518. this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  519. //
  520. // _Form1_Toolbars_Dock_Area_Left
  521. //
  522. this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  523. this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  524. this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  525. this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  526. this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
  527. this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
  528. this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 448);
  529. this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  530. //
  531. // _Form1_Toolbars_Dock_Area_Right
  532. //
  533. this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  534. this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  535. this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  536. this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  537. this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(826, 25);
  538. this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
  539. this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 448);
  540. this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  541. //
  542. // dlgTransitPlan
  543. //
  544. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  545. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  546. this.ClientSize = new System.Drawing.Size(826, 473);
  547. this.Controls.Add(this.ultraGroupBox1);
  548. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
  549. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
  550. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
  551. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
  552. this.Name = "dlgTransitPlan";
  553. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  554. this.Text = "运输方案";
  555. this.Load += new System.EventHandler(this.dlgTransitPlan_Load);
  556. ((System.ComponentModel.ISupportInitialize)(this.cmbYsfs)).EndInit();
  557. ((System.ComponentModel.ISupportInitialize)(this.cmbStationName)).EndInit();
  558. ((System.ComponentModel.ISupportInitialize)(this.cmbCollege)).EndInit();
  559. ((System.ComponentModel.ISupportInitialize)(this.cmbWater)).EndInit();
  560. ((System.ComponentModel.ISupportInitialize)(this.cmbCydw)).EndInit();
  561. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  562. this.ultraGroupBox1.ResumeLayout(false);
  563. this.ultraGroupBox1.PerformLayout();
  564. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  565. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  566. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  567. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  568. this.ResumeLayout(false);
  569. }
  570. #endregion
  571. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  572. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  573. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
  574. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
  575. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
  576. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
  577. private System.Data.DataColumn dataColumn10;
  578. private System.Data.DataColumn dataColumn9;
  579. private System.Data.DataColumn dataColumn8;
  580. private System.Data.DataColumn dataColumn7;
  581. private System.Data.DataColumn dataColumn6;
  582. private System.Data.DataColumn dataColumn5;
  583. private System.Data.DataColumn dataColumn4;
  584. private System.Data.DataColumn dataColumn3;
  585. private System.Data.DataColumn dataColumn2;
  586. private System.Data.DataColumn dataColumn1;
  587. private System.Data.DataColumn dataColumn33;
  588. private System.Data.DataColumn dataColumn29;
  589. private System.Data.DataColumn dataColumn28;
  590. private System.Data.DataColumn dataColumn27;
  591. private System.Data.DataColumn dataColumn26;
  592. private System.Data.DataColumn dataColumn25;
  593. private System.Data.DataColumn dataColumn24;
  594. private System.Data.DataColumn dataColumn22;
  595. private System.Data.DataTable dataTable2;
  596. private System.Data.DataSet dataSet1;
  597. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbYsfs;
  598. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStationName;
  599. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCydw;
  600. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbWater;
  601. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCollege;
  602. private System.Data.DataColumn dataColumn11;
  603. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  604. }
  605. }