FrmStation.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. namespace Core.StlMes.Client.SaleBase
  2. {
  3. partial class FrmStation
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TableCoupling", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_NO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_NM");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RAWY_BURU");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TELEGRP_NO");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NM");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DISTANCE");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FREIGHT");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RAWY_BURU_NO");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  47. this.ultraPanelTop = new Infragistics.Win.Misc.UltraPanel();
  48. this.TextEditorTLJ = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  49. this.TextEditorDz = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.CheckEditorDzName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  51. this.CheckEditorTJLName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  52. this.CheckEditorLike = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  53. this.ultraPanelBottom = new Infragistics.Win.Misc.UltraPanel();
  54. this.ultraExpandableGroupBoxText = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  55. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  56. this.ultraExpanUp = new System.Windows.Forms.Panel();
  57. this.ComBelongsCity = new Core.StlMes.Client.SaleBase.TreeComboBox();
  58. this.LabelRegPro = new Infragistics.Win.Misc.UltraLabel();
  59. this.cobxRailroadOf = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  60. this.textBoxMeMo = new System.Windows.Forms.TextBox();
  61. this.txtArrival = new System.Windows.Forms.TextBox();
  62. this.label4 = new System.Windows.Forms.Label();
  63. this.label1 = new System.Windows.Forms.Label();
  64. this.labelReg = new System.Windows.Forms.Label();
  65. this.ultraPanelFill = new Infragistics.Win.Misc.UltraPanel();
  66. this.ultraGridRegion = new Infragistics.Win.UltraWinGrid.UltraGrid();
  67. this.uldtsCoupling = new System.Data.DataSet();
  68. this.dataTableRegion = new System.Data.DataTable();
  69. this.dataColumn1 = new System.Data.DataColumn();
  70. this.dataColumn2 = new System.Data.DataColumn();
  71. this.dataColumn3 = new System.Data.DataColumn();
  72. this.dataColumn4 = new System.Data.DataColumn();
  73. this.dataColumn5 = new System.Data.DataColumn();
  74. this.dataColumn6 = new System.Data.DataColumn();
  75. this.dataColumn7 = new System.Data.DataColumn();
  76. this.dataColumn8 = new System.Data.DataColumn();
  77. this.dataColumn10 = new System.Data.DataColumn();
  78. this.dataColumn11 = new System.Data.DataColumn();
  79. this.dataColumn12 = new System.Data.DataColumn();
  80. this.dataColumn13 = new System.Data.DataColumn();
  81. this.dataColumn14 = new System.Data.DataColumn();
  82. this.dataColumn15 = new System.Data.DataColumn();
  83. this.dataColumn16 = new System.Data.DataColumn();
  84. this.dataColumn17 = new System.Data.DataColumn();
  85. this.dataColumn9 = new System.Data.DataColumn();
  86. this.ultraPanelTop.ClientArea.SuspendLayout();
  87. this.ultraPanelTop.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.TextEditorTLJ)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.TextEditorDz)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.CheckEditorDzName)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.CheckEditorTJLName)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.CheckEditorLike)).BeginInit();
  93. this.ultraPanelBottom.ClientArea.SuspendLayout();
  94. this.ultraPanelBottom.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBoxText)).BeginInit();
  96. this.ultraExpandableGroupBoxText.SuspendLayout();
  97. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  98. this.ultraExpanUp.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.cobxRailroadOf)).BeginInit();
  100. this.ultraPanelFill.ClientArea.SuspendLayout();
  101. this.ultraPanelFill.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.ultraGridRegion)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.uldtsCoupling)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.dataTableRegion)).BeginInit();
  105. this.SuspendLayout();
  106. //
  107. // ultraPanelTop
  108. //
  109. //
  110. // ultraPanelTop.ClientArea
  111. //
  112. this.ultraPanelTop.ClientArea.Controls.Add(this.TextEditorTLJ);
  113. this.ultraPanelTop.ClientArea.Controls.Add(this.TextEditorDz);
  114. this.ultraPanelTop.ClientArea.Controls.Add(this.CheckEditorDzName);
  115. this.ultraPanelTop.ClientArea.Controls.Add(this.CheckEditorTJLName);
  116. this.ultraPanelTop.ClientArea.Controls.Add(this.CheckEditorLike);
  117. this.ultraPanelTop.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.ultraPanelTop.Location = new System.Drawing.Point(0, 0);
  119. this.ultraPanelTop.Name = "ultraPanelTop";
  120. this.ultraPanelTop.Size = new System.Drawing.Size(977, 30);
  121. this.ultraPanelTop.TabIndex = 0;
  122. //
  123. // TextEditorTLJ
  124. //
  125. this.TextEditorTLJ.Location = new System.Drawing.Point(89, 5);
  126. this.TextEditorTLJ.Name = "TextEditorTLJ";
  127. this.TextEditorTLJ.ReadOnly = true;
  128. this.TextEditorTLJ.Size = new System.Drawing.Size(110, 21);
  129. this.TextEditorTLJ.TabIndex = 16;
  130. //
  131. // TextEditorDz
  132. //
  133. this.TextEditorDz.Location = new System.Drawing.Point(258, 5);
  134. this.TextEditorDz.Name = "TextEditorDz";
  135. this.TextEditorDz.ReadOnly = true;
  136. this.TextEditorDz.Size = new System.Drawing.Size(95, 21);
  137. this.TextEditorDz.TabIndex = 13;
  138. //
  139. // CheckEditorDzName
  140. //
  141. this.CheckEditorDzName.Location = new System.Drawing.Point(205, 6);
  142. this.CheckEditorDzName.Name = "CheckEditorDzName";
  143. this.CheckEditorDzName.Size = new System.Drawing.Size(47, 20);
  144. this.CheckEditorDzName.TabIndex = 11;
  145. this.CheckEditorDzName.Text = "到站";
  146. this.CheckEditorDzName.CheckedChanged += new System.EventHandler(this.CheckEditorDzName_CheckedChanged);
  147. //
  148. // CheckEditorTJLName
  149. //
  150. this.CheckEditorTJLName.Location = new System.Drawing.Point(27, 6);
  151. this.CheckEditorTJLName.Name = "CheckEditorTJLName";
  152. this.CheckEditorTJLName.Size = new System.Drawing.Size(69, 20);
  153. this.CheckEditorTJLName.TabIndex = 10;
  154. this.CheckEditorTJLName.Text = "铁路局";
  155. this.CheckEditorTJLName.CheckedChanged += new System.EventHandler(this.CheckEditorTJLName_CheckedChanged);
  156. //
  157. // CheckEditorLike
  158. //
  159. this.CheckEditorLike.Location = new System.Drawing.Point(371, 6);
  160. this.CheckEditorLike.Name = "CheckEditorLike";
  161. this.CheckEditorLike.Size = new System.Drawing.Size(75, 20);
  162. this.CheckEditorLike.TabIndex = 12;
  163. this.CheckEditorLike.Text = "包含无效";
  164. //
  165. // ultraPanelBottom
  166. //
  167. //
  168. // ultraPanelBottom.ClientArea
  169. //
  170. this.ultraPanelBottom.ClientArea.Controls.Add(this.ultraExpandableGroupBoxText);
  171. this.ultraPanelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  172. this.ultraPanelBottom.Location = new System.Drawing.Point(0, 310);
  173. this.ultraPanelBottom.Name = "ultraPanelBottom";
  174. this.ultraPanelBottom.Size = new System.Drawing.Size(977, 69);
  175. this.ultraPanelBottom.TabIndex = 1;
  176. //
  177. // ultraExpandableGroupBoxText
  178. //
  179. this.ultraExpandableGroupBoxText.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  180. this.ultraExpandableGroupBoxText.Dock = System.Windows.Forms.DockStyle.Bottom;
  181. this.ultraExpandableGroupBoxText.ExpandedSize = new System.Drawing.Size(977, 69);
  182. this.ultraExpandableGroupBoxText.Location = new System.Drawing.Point(0, 0);
  183. this.ultraExpandableGroupBoxText.Name = "ultraExpandableGroupBoxText";
  184. this.ultraExpandableGroupBoxText.Size = new System.Drawing.Size(977, 69);
  185. this.ultraExpandableGroupBoxText.TabIndex = 7;
  186. this.ultraExpandableGroupBoxText.Text = "编辑区";
  187. this.ultraExpandableGroupBoxText.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  188. //
  189. // ultraExpandableGroupBoxPanel1
  190. //
  191. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraExpanUp);
  192. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  194. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  195. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(973, 47);
  196. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  197. //
  198. // ultraExpanUp
  199. //
  200. this.ultraExpanUp.Controls.Add(this.ComBelongsCity);
  201. this.ultraExpanUp.Controls.Add(this.LabelRegPro);
  202. this.ultraExpanUp.Controls.Add(this.cobxRailroadOf);
  203. this.ultraExpanUp.Controls.Add(this.textBoxMeMo);
  204. this.ultraExpanUp.Controls.Add(this.txtArrival);
  205. this.ultraExpanUp.Controls.Add(this.label4);
  206. this.ultraExpanUp.Controls.Add(this.label1);
  207. this.ultraExpanUp.Controls.Add(this.labelReg);
  208. this.ultraExpanUp.Cursor = System.Windows.Forms.Cursors.Default;
  209. this.ultraExpanUp.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.ultraExpanUp.Location = new System.Drawing.Point(0, 0);
  211. this.ultraExpanUp.Name = "ultraExpanUp";
  212. this.ultraExpanUp.Size = new System.Drawing.Size(973, 47);
  213. this.ultraExpanUp.TabIndex = 0;
  214. //
  215. // ComBelongsCity
  216. //
  217. this.ComBelongsCity.Cursor = System.Windows.Forms.Cursors.Hand;
  218. this.ComBelongsCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  219. this.ComBelongsCity.ImageList = null;
  220. this.ComBelongsCity.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  221. this.ComBelongsCity.Location = new System.Drawing.Point(538, 14);
  222. this.ComBelongsCity.Name = "ComBelongsCity";
  223. this.ComBelongsCity.SelectedNode = null;
  224. this.ComBelongsCity.ShowLines = true;
  225. this.ComBelongsCity.ShowNodeToolTips = false;
  226. this.ComBelongsCity.ShowPlusMinus = true;
  227. this.ComBelongsCity.ShowRootLines = true;
  228. this.ComBelongsCity.Size = new System.Drawing.Size(149, 20);
  229. this.ComBelongsCity.TabIndex = 3;
  230. //
  231. // LabelRegPro
  232. //
  233. appearance1.TextHAlignAsString = "Center";
  234. appearance1.TextVAlignAsString = "Middle";
  235. this.LabelRegPro.Appearance = appearance1;
  236. this.LabelRegPro.Font = new System.Drawing.Font("宋体", 9F);
  237. this.LabelRegPro.Location = new System.Drawing.Point(243, 14);
  238. this.LabelRegPro.Name = "LabelRegPro";
  239. this.LabelRegPro.Size = new System.Drawing.Size(74, 21);
  240. this.LabelRegPro.TabIndex = 14;
  241. this.LabelRegPro.Text = "所属铁路局";
  242. //
  243. // cobxRailroadOf
  244. //
  245. this.cobxRailroadOf.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  246. this.cobxRailroadOf.Location = new System.Drawing.Point(314, 13);
  247. this.cobxRailroadOf.Name = "cobxRailroadOf";
  248. this.cobxRailroadOf.Size = new System.Drawing.Size(162, 21);
  249. this.cobxRailroadOf.TabIndex = 2;
  250. //
  251. // textBoxMeMo
  252. //
  253. this.textBoxMeMo.Location = new System.Drawing.Point(729, 5);
  254. this.textBoxMeMo.MaxLength = 50;
  255. this.textBoxMeMo.Multiline = true;
  256. this.textBoxMeMo.Name = "textBoxMeMo";
  257. this.textBoxMeMo.Size = new System.Drawing.Size(228, 37);
  258. this.textBoxMeMo.TabIndex = 4;
  259. //
  260. // txtArrival
  261. //
  262. this.txtArrival.Location = new System.Drawing.Point(70, 14);
  263. this.txtArrival.MaxLength = 50;
  264. this.txtArrival.Name = "txtArrival";
  265. this.txtArrival.Size = new System.Drawing.Size(167, 21);
  266. this.txtArrival.TabIndex = 1;
  267. //
  268. // label4
  269. //
  270. this.label4.Location = new System.Drawing.Point(694, 15);
  271. this.label4.Name = "label4";
  272. this.label4.Size = new System.Drawing.Size(31, 16);
  273. this.label4.TabIndex = 10;
  274. this.label4.Text = "备注";
  275. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  276. //
  277. // label1
  278. //
  279. this.label1.Location = new System.Drawing.Point(477, 15);
  280. this.label1.Name = "label1";
  281. this.label1.Size = new System.Drawing.Size(55, 17);
  282. this.label1.TabIndex = 10;
  283. this.label1.Text = "所属城市";
  284. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  285. //
  286. // labelReg
  287. //
  288. this.labelReg.Location = new System.Drawing.Point(13, 15);
  289. this.labelReg.Name = "labelReg";
  290. this.labelReg.Size = new System.Drawing.Size(55, 17);
  291. this.labelReg.TabIndex = 10;
  292. this.labelReg.Text = "到站名称";
  293. this.labelReg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  294. //
  295. // ultraPanelFill
  296. //
  297. //
  298. // ultraPanelFill.ClientArea
  299. //
  300. this.ultraPanelFill.ClientArea.Controls.Add(this.ultraGridRegion);
  301. this.ultraPanelFill.Dock = System.Windows.Forms.DockStyle.Fill;
  302. this.ultraPanelFill.Location = new System.Drawing.Point(0, 30);
  303. this.ultraPanelFill.Name = "ultraPanelFill";
  304. this.ultraPanelFill.Size = new System.Drawing.Size(977, 280);
  305. this.ultraPanelFill.TabIndex = 2;
  306. //
  307. // ultraGridRegion
  308. //
  309. this.ultraGridRegion.DataSource = this.uldtsCoupling;
  310. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  311. ultraGridColumn1.Header.VisiblePosition = 0;
  312. ultraGridColumn1.Hidden = true;
  313. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  314. ultraGridColumn2.Header.VisiblePosition = 1;
  315. ultraGridColumn2.Width = 133;
  316. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  317. ultraGridColumn3.Header.VisiblePosition = 2;
  318. ultraGridColumn3.Width = 142;
  319. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  320. ultraGridColumn4.Header.VisiblePosition = 3;
  321. ultraGridColumn4.Hidden = true;
  322. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  323. ultraGridColumn5.Header.VisiblePosition = 4;
  324. ultraGridColumn5.Width = 137;
  325. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  326. ultraGridColumn6.Header.VisiblePosition = 6;
  327. ultraGridColumn6.Hidden = true;
  328. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  329. ultraGridColumn7.Header.VisiblePosition = 7;
  330. ultraGridColumn7.Hidden = true;
  331. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  332. ultraGridColumn8.Header.VisiblePosition = 14;
  333. ultraGridColumn8.Width = 124;
  334. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  335. ultraGridColumn9.Header.VisiblePosition = 8;
  336. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  337. ultraGridColumn10.Header.VisiblePosition = 9;
  338. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  339. ultraGridColumn11.Header.VisiblePosition = 10;
  340. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  341. ultraGridColumn12.Header.VisiblePosition = 11;
  342. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  343. ultraGridColumn13.Header.VisiblePosition = 12;
  344. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  345. ultraGridColumn14.Header.VisiblePosition = 13;
  346. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  347. ultraGridColumn15.Header.VisiblePosition = 15;
  348. ultraGridColumn15.Hidden = true;
  349. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  350. ultraGridColumn16.Header.VisiblePosition = 16;
  351. ultraGridColumn16.Hidden = true;
  352. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  353. ultraGridColumn17.Header.VisiblePosition = 5;
  354. ultraGridColumn17.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  355. ultraGridColumn17.Width = 50;
  356. ultraGridBand1.Columns.AddRange(new object[] {
  357. ultraGridColumn1,
  358. ultraGridColumn2,
  359. ultraGridColumn3,
  360. ultraGridColumn4,
  361. ultraGridColumn5,
  362. ultraGridColumn6,
  363. ultraGridColumn7,
  364. ultraGridColumn8,
  365. ultraGridColumn9,
  366. ultraGridColumn10,
  367. ultraGridColumn11,
  368. ultraGridColumn12,
  369. ultraGridColumn13,
  370. ultraGridColumn14,
  371. ultraGridColumn15,
  372. ultraGridColumn16,
  373. ultraGridColumn17});
  374. this.ultraGridRegion.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  375. this.ultraGridRegion.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  376. this.ultraGridRegion.Dock = System.Windows.Forms.DockStyle.Fill;
  377. this.ultraGridRegion.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.ultraGridRegion.Location = new System.Drawing.Point(0, 0);
  379. this.ultraGridRegion.Name = "ultraGridRegion";
  380. this.ultraGridRegion.Size = new System.Drawing.Size(977, 280);
  381. this.ultraGridRegion.TabIndex = 3;
  382. this.ultraGridRegion.AfterRowActivate += new System.EventHandler(this.ultraGridRegion_AfterRowActivate);
  383. //
  384. // uldtsCoupling
  385. //
  386. this.uldtsCoupling.DataSetName = "NewDataSet";
  387. this.uldtsCoupling.Tables.AddRange(new System.Data.DataTable[] {
  388. this.dataTableRegion});
  389. //
  390. // dataTableRegion
  391. //
  392. this.dataTableRegion.Columns.AddRange(new System.Data.DataColumn[] {
  393. this.dataColumn1,
  394. this.dataColumn2,
  395. this.dataColumn3,
  396. this.dataColumn4,
  397. this.dataColumn5,
  398. this.dataColumn6,
  399. this.dataColumn7,
  400. this.dataColumn8,
  401. this.dataColumn10,
  402. this.dataColumn11,
  403. this.dataColumn12,
  404. this.dataColumn13,
  405. this.dataColumn14,
  406. this.dataColumn15,
  407. this.dataColumn16,
  408. this.dataColumn17,
  409. this.dataColumn9});
  410. this.dataTableRegion.TableName = "TableCoupling";
  411. //
  412. // dataColumn1
  413. //
  414. this.dataColumn1.Caption = "到站编码";
  415. this.dataColumn1.ColumnName = "STATION_NO";
  416. //
  417. // dataColumn2
  418. //
  419. this.dataColumn2.Caption = "到站名称";
  420. this.dataColumn2.ColumnName = "STATION_NM";
  421. //
  422. // dataColumn3
  423. //
  424. this.dataColumn3.Caption = "所属铁路局";
  425. this.dataColumn3.ColumnName = "RAWY_BURU";
  426. //
  427. // dataColumn4
  428. //
  429. this.dataColumn4.Caption = "电报码";
  430. this.dataColumn4.ColumnName = "TELEGRP_NO";
  431. //
  432. // dataColumn5
  433. //
  434. this.dataColumn5.Caption = "所属城市";
  435. this.dataColumn5.ColumnName = "REGION_NM";
  436. //
  437. // dataColumn6
  438. //
  439. this.dataColumn6.Caption = "公里数";
  440. this.dataColumn6.ColumnName = "DISTANCE";
  441. //
  442. // dataColumn7
  443. //
  444. this.dataColumn7.Caption = "运费";
  445. this.dataColumn7.ColumnName = "FREIGHT";
  446. //
  447. // dataColumn8
  448. //
  449. this.dataColumn8.Caption = "备注";
  450. this.dataColumn8.ColumnName = "MEMO";
  451. //
  452. // dataColumn10
  453. //
  454. this.dataColumn10.Caption = "创建人";
  455. this.dataColumn10.ColumnName = "CREATE_NAME";
  456. //
  457. // dataColumn11
  458. //
  459. this.dataColumn11.Caption = "创建时间";
  460. this.dataColumn11.ColumnName = "CREATE_TIME";
  461. //
  462. // dataColumn12
  463. //
  464. this.dataColumn12.Caption = "修改人";
  465. this.dataColumn12.ColumnName = "UPDATE_NAME";
  466. //
  467. // dataColumn13
  468. //
  469. this.dataColumn13.Caption = "修改时间";
  470. this.dataColumn13.ColumnName = "UPDATE_TIME";
  471. //
  472. // dataColumn14
  473. //
  474. this.dataColumn14.Caption = "删除人";
  475. this.dataColumn14.ColumnName = "DELETE_NAME";
  476. //
  477. // dataColumn15
  478. //
  479. this.dataColumn15.Caption = "删除时间";
  480. this.dataColumn15.ColumnName = "DELETE_TIME";
  481. //
  482. // dataColumn16
  483. //
  484. this.dataColumn16.Caption = "所属铁路局代码";
  485. this.dataColumn16.ColumnName = "RAWY_BURU_NO";
  486. //
  487. // dataColumn17
  488. //
  489. this.dataColumn17.Caption = "所属城市代码";
  490. this.dataColumn17.ColumnName = "REGION_NO";
  491. //
  492. // dataColumn9
  493. //
  494. this.dataColumn9.Caption = "有效标识";
  495. this.dataColumn9.ColumnName = "VALIDFLAG";
  496. //
  497. // FrmStation
  498. //
  499. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  500. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  501. this.ClientSize = new System.Drawing.Size(977, 379);
  502. this.Controls.Add(this.ultraPanelFill);
  503. this.Controls.Add(this.ultraPanelBottom);
  504. this.Controls.Add(this.ultraPanelTop);
  505. this.Name = "FrmStation";
  506. this.Text = "到站基础信息维护";
  507. this.Load += new System.EventHandler(this.frmStation_Load);
  508. this.ultraPanelTop.ClientArea.ResumeLayout(false);
  509. this.ultraPanelTop.ClientArea.PerformLayout();
  510. this.ultraPanelTop.ResumeLayout(false);
  511. ((System.ComponentModel.ISupportInitialize)(this.TextEditorTLJ)).EndInit();
  512. ((System.ComponentModel.ISupportInitialize)(this.TextEditorDz)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.CheckEditorDzName)).EndInit();
  514. ((System.ComponentModel.ISupportInitialize)(this.CheckEditorTJLName)).EndInit();
  515. ((System.ComponentModel.ISupportInitialize)(this.CheckEditorLike)).EndInit();
  516. this.ultraPanelBottom.ClientArea.ResumeLayout(false);
  517. this.ultraPanelBottom.ResumeLayout(false);
  518. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBoxText)).EndInit();
  519. this.ultraExpandableGroupBoxText.ResumeLayout(false);
  520. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  521. this.ultraExpanUp.ResumeLayout(false);
  522. this.ultraExpanUp.PerformLayout();
  523. ((System.ComponentModel.ISupportInitialize)(this.cobxRailroadOf)).EndInit();
  524. this.ultraPanelFill.ClientArea.ResumeLayout(false);
  525. this.ultraPanelFill.ResumeLayout(false);
  526. ((System.ComponentModel.ISupportInitialize)(this.ultraGridRegion)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.uldtsCoupling)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.dataTableRegion)).EndInit();
  529. this.ResumeLayout(false);
  530. }
  531. #endregion
  532. private Infragistics.Win.Misc.UltraPanel ultraPanelTop;
  533. private Infragistics.Win.Misc.UltraPanel ultraPanelBottom;
  534. private Infragistics.Win.Misc.UltraPanel ultraPanelFill;
  535. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBoxText;
  536. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  537. private System.Windows.Forms.Panel ultraExpanUp;
  538. private Infragistics.Win.Misc.UltraLabel LabelRegPro;
  539. private Infragistics.Win.UltraWinEditors.UltraComboEditor cobxRailroadOf;
  540. private System.Windows.Forms.TextBox txtArrival;
  541. private System.Windows.Forms.Label labelReg;
  542. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridRegion;
  543. private Infragistics.Win.UltraWinEditors.UltraTextEditor TextEditorDz;
  544. private Infragistics.Win.UltraWinEditors.UltraCheckEditor CheckEditorDzName;
  545. private Infragistics.Win.UltraWinEditors.UltraCheckEditor CheckEditorTJLName;
  546. private Infragistics.Win.UltraWinEditors.UltraCheckEditor CheckEditorLike;
  547. private System.Windows.Forms.Label label1;
  548. private System.Windows.Forms.Label label4;
  549. private System.Windows.Forms.TextBox textBoxMeMo;
  550. private System.Data.DataSet uldtsCoupling;
  551. private System.Data.DataTable dataTableRegion;
  552. private System.Data.DataColumn dataColumn1;
  553. private System.Data.DataColumn dataColumn2;
  554. private System.Data.DataColumn dataColumn3;
  555. private System.Data.DataColumn dataColumn4;
  556. private System.Data.DataColumn dataColumn5;
  557. private System.Data.DataColumn dataColumn6;
  558. private System.Data.DataColumn dataColumn7;
  559. private System.Data.DataColumn dataColumn8;
  560. private System.Data.DataColumn dataColumn10;
  561. private System.Data.DataColumn dataColumn11;
  562. private System.Data.DataColumn dataColumn12;
  563. private System.Data.DataColumn dataColumn13;
  564. private System.Data.DataColumn dataColumn14;
  565. private System.Data.DataColumn dataColumn15;
  566. private Infragistics.Win.UltraWinEditors.UltraComboEditor TextEditorTLJ;
  567. private System.Data.DataColumn dataColumn16;
  568. private System.Data.DataColumn dataColumn17;
  569. private TreeComboBox ComBelongsCity;
  570. private System.Data.DataColumn dataColumn9;
  571. }
  572. }