| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696 |
- namespace Core.StlMes.Client.SaleBase
- {
- partial class FrmBuyerSend
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TableFREIGHT", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ADDRESS");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPCL_LN_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANS_TYP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FREIGHT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PORT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CD", 0);
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esc");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Esc");
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBuyerSend));
- this.cmbStationName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbCollege = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbTrainType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraComPort = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.ultraGridOrder = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataFreiGht = new System.Data.DataSet();
- this.dataTableFREIGHT = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.editorConsignee = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.editorMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.editorAddress = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.editorFax = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.editorPhone = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.editorZipcode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- this.ultraToolbarsSend = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this._frmStyleBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._frmStyleBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._frmStyleBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._frmStyleBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraTabControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage3 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- ((System.ComponentModel.ISupportInitialize)(this.cmbStationName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCollege)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbTrainType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComPort)).BeginInit();
- this.ultraTabPageControl4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridOrder)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataFreiGht)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTableFREIGHT)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.editorConsignee)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorMemo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorAddress)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorFax)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorPhone)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorZipcode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
- this.ultraTabControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsSend)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).BeginInit();
- this.SuspendLayout();
- //
- // cmbStationName
- //
- this.cmbStationName.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbStationName.Location = new System.Drawing.Point(546, 5);
- this.cmbStationName.Name = "cmbStationName";
- this.cmbStationName.Size = new System.Drawing.Size(107, 21);
- this.cmbStationName.TabIndex = 119;
- this.cmbStationName.Visible = false;
- //
- // cmbCollege
- //
- this.cmbCollege.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbCollege.Location = new System.Drawing.Point(659, 5);
- this.cmbCollege.Name = "cmbCollege";
- this.cmbCollege.Size = new System.Drawing.Size(107, 21);
- this.cmbCollege.TabIndex = 120;
- this.cmbCollege.Visible = false;
- //
- // cmbTrainType
- //
- this.cmbTrainType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbTrainType.Location = new System.Drawing.Point(546, 28);
- this.cmbTrainType.Name = "cmbTrainType";
- this.cmbTrainType.Size = new System.Drawing.Size(107, 21);
- this.cmbTrainType.TabIndex = 121;
- this.cmbTrainType.Visible = false;
- //
- // ultraComPort
- //
- this.ultraComPort.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ultraComPort.Location = new System.Drawing.Point(659, 30);
- this.ultraComPort.Name = "ultraComPort";
- this.ultraComPort.Size = new System.Drawing.Size(107, 21);
- this.ultraComPort.TabIndex = 122;
- this.ultraComPort.Visible = false;
- //
- // ultraTabPageControl4
- //
- this.ultraTabPageControl4.Controls.Add(this.ultraGridOrder);
- this.ultraTabPageControl4.Location = new System.Drawing.Point(2, 21);
- this.ultraTabPageControl4.Name = "ultraTabPageControl4";
- this.ultraTabPageControl4.Size = new System.Drawing.Size(794, 303);
- //
- // ultraGridOrder
- //
- this.ultraGridOrder.DataMember = "TableFREIGHT";
- this.ultraGridOrder.DataSource = this.dataFreiGht;
- appearance15.BackColor = System.Drawing.SystemColors.Window;
- appearance15.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGridOrder.DisplayLayout.Appearance = appearance15;
- ultraGridColumn1.Header.VisiblePosition = 2;
- ultraGridColumn1.Width = 184;
- ultraGridColumn2.EditorComponent = this.cmbStationName;
- ultraGridColumn2.Header.VisiblePosition = 3;
- ultraGridColumn2.Width = 78;
- ultraGridColumn3.EditorComponent = this.cmbCollege;
- ultraGridColumn3.Header.VisiblePosition = 4;
- ultraGridColumn3.Width = 150;
- ultraGridColumn4.EditorComponent = this.cmbTrainType;
- ultraGridColumn4.Header.VisiblePosition = 1;
- ultraGridColumn4.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
- ultraGridColumn4.Width = 74;
- appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
- ultraGridColumn5.CellAppearance = appearance1;
- ultraGridColumn5.Header.VisiblePosition = 6;
- ultraGridColumn5.Width = 145;
- ultraGridColumn6.Header.VisiblePosition = 7;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn7.EditorComponent = this.ultraComPort;
- ultraGridColumn7.Header.VisiblePosition = 5;
- ultraGridColumn7.Width = 90;
- ultraGridColumn8.DataType = typeof(bool);
- ultraGridColumn8.DefaultCellValue = false;
- ultraGridColumn8.Header.Caption = "编辑";
- ultraGridColumn8.Header.VisiblePosition = 0;
- ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn8.Width = 63;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8});
- this.ultraGridOrder.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGridOrder.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGridOrder.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance16.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance16.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance16.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGridOrder.DisplayLayout.GroupByBox.Appearance = appearance16;
- appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGridOrder.DisplayLayout.GroupByBox.BandLabelAppearance = appearance17;
- this.ultraGridOrder.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance18.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance18.BackColor2 = System.Drawing.SystemColors.Control;
- appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGridOrder.DisplayLayout.GroupByBox.PromptAppearance = appearance18;
- this.ultraGridOrder.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGridOrder.DisplayLayout.MaxRowScrollRegions = 1;
- appearance19.BackColor = System.Drawing.SystemColors.Window;
- appearance19.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGridOrder.DisplayLayout.Override.ActiveCellAppearance = appearance19;
- appearance20.BackColor = System.Drawing.SystemColors.Highlight;
- appearance20.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGridOrder.DisplayLayout.Override.ActiveRowAppearance = appearance20;
- this.ultraGridOrder.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
- this.ultraGridOrder.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridOrder.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGridOrder.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance21.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGridOrder.DisplayLayout.Override.CardAreaAppearance = appearance21;
- appearance22.BorderColor = System.Drawing.Color.Silver;
- appearance22.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGridOrder.DisplayLayout.Override.CellAppearance = appearance22;
- this.ultraGridOrder.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGridOrder.DisplayLayout.Override.CellPadding = 0;
- appearance23.BackColor = System.Drawing.SystemColors.Control;
- appearance23.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance23.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance23.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGridOrder.DisplayLayout.Override.GroupByRowAppearance = appearance23;
- appearance24.TextHAlignAsString = "Left";
- this.ultraGridOrder.DisplayLayout.Override.HeaderAppearance = appearance24;
- this.ultraGridOrder.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGridOrder.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance25.BackColor = System.Drawing.SystemColors.Window;
- appearance25.BorderColor = System.Drawing.Color.Silver;
- this.ultraGridOrder.DisplayLayout.Override.RowAppearance = appearance25;
- this.ultraGridOrder.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance26.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGridOrder.DisplayLayout.Override.TemplateAddRowAppearance = appearance26;
- this.ultraGridOrder.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGridOrder.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGridOrder.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGridOrder.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGridOrder.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridOrder.Location = new System.Drawing.Point(0, 0);
- this.ultraGridOrder.Name = "ultraGridOrder";
- this.ultraGridOrder.Size = new System.Drawing.Size(794, 303);
- this.ultraGridOrder.TabIndex = 0;
- this.ultraGridOrder.Text = "ultraGrid1";
- this.ultraGridOrder.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGridOrder_InitializeLayout);
- this.ultraGridOrder.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridOrder_CellChange);
- //
- // dataFreiGht
- //
- this.dataFreiGht.DataSetName = "NewDataSet";
- this.dataFreiGht.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTableFREIGHT});
- //
- // dataTableFREIGHT
- //
- this.dataTableFREIGHT.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7});
- this.dataTableFREIGHT.TableName = "TableFREIGHT";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "货运地址";
- this.dataColumn1.ColumnName = "ADDRESS";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "到站";
- this.dataColumn2.ColumnName = "STATION_NO";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "专用线";
- this.dataColumn3.ColumnName = "SPCL_LN_NO";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "运输方式";
- this.dataColumn4.ColumnName = "TRANS_TYP";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "备注";
- this.dataColumn5.ColumnName = "MEMO";
- //
- // dataColumn6
- //
- this.dataColumn6.ColumnName = "FREIGHT_NO";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "港口/码头";
- this.dataColumn7.ColumnName = "PORT_NO";
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(798, 108);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 24);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(798, 108);
- this.ultraExpandableGroupBox1.TabIndex = 2;
- this.ultraExpandableGroupBox1.Text = "编辑区域";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPanel2);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(794, 86);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraComPort);
- this.ultraPanel2.ClientArea.Controls.Add(this.cmbTrainType);
- this.ultraPanel2.ClientArea.Controls.Add(this.cmbCollege);
- this.ultraPanel2.ClientArea.Controls.Add(this.cmbStationName);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel5);
- this.ultraPanel2.ClientArea.Controls.Add(this.editorConsignee);
- this.ultraPanel2.ClientArea.Controls.Add(this.editorMemo);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel6);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel4);
- this.ultraPanel2.ClientArea.Controls.Add(this.editorAddress);
- this.ultraPanel2.ClientArea.Controls.Add(this.editorFax);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel1);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel3);
- this.ultraPanel2.ClientArea.Controls.Add(this.editorPhone);
- this.ultraPanel2.ClientArea.Controls.Add(this.editorZipcode);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel2);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(794, 86);
- this.ultraPanel2.TabIndex = 45;
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(15, 10);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel5.TabIndex = 28;
- this.ultraLabel5.Text = "收货人";
- //
- // editorConsignee
- //
- this.editorConsignee.Location = new System.Drawing.Point(59, 8);
- this.editorConsignee.Name = "editorConsignee";
- this.editorConsignee.Size = new System.Drawing.Size(100, 21);
- this.editorConsignee.TabIndex = 1;
- this.editorConsignee.Validating += new System.ComponentModel.CancelEventHandler(this.editorConsignee_Validating);
- //
- // editorMemo
- //
- this.editorMemo.Location = new System.Drawing.Point(59, 58);
- this.editorMemo.Name = "editorMemo";
- this.editorMemo.Size = new System.Drawing.Size(394, 21);
- this.editorMemo.TabIndex = 6;
- this.editorMemo.Validating += new System.ComponentModel.CancelEventHandler(this.editorMemo_Validating);
- //
- // ultraLabel6
- //
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(174, 10);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel6.TabIndex = 30;
- this.ultraLabel6.Text = "地址";
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(28, 60);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel4.TabIndex = 42;
- this.ultraLabel4.Text = "备注";
- //
- // editorAddress
- //
- this.editorAddress.Location = new System.Drawing.Point(204, 8);
- this.editorAddress.Name = "editorAddress";
- this.editorAddress.Size = new System.Drawing.Size(249, 21);
- this.editorAddress.TabIndex = 2;
- this.editorAddress.Validating += new System.ComponentModel.CancelEventHandler(this.editorAddress_Validating);
- //
- // editorFax
- //
- this.editorFax.Location = new System.Drawing.Point(353, 33);
- this.editorFax.Name = "editorFax";
- this.editorFax.Size = new System.Drawing.Size(100, 21);
- this.editorFax.TabIndex = 5;
- this.editorFax.Validating += new System.ComponentModel.CancelEventHandler(this.editorFax_Validating);
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(28, 35);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel1.TabIndex = 36;
- this.ultraLabel1.Text = "电话";
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(322, 35);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel3.TabIndex = 40;
- this.ultraLabel3.Text = "传真";
- //
- // editorPhone
- //
- this.editorPhone.Location = new System.Drawing.Point(59, 33);
- this.editorPhone.Name = "editorPhone";
- this.editorPhone.Size = new System.Drawing.Size(100, 21);
- this.editorPhone.TabIndex = 3;
- this.editorPhone.Validating += new System.ComponentModel.CancelEventHandler(this.editorPhone_Validating);
- //
- // editorZipcode
- //
- this.editorZipcode.Location = new System.Drawing.Point(204, 33);
- this.editorZipcode.Name = "editorZipcode";
- this.editorZipcode.Size = new System.Drawing.Size(100, 21);
- this.editorZipcode.TabIndex = 4;
- this.editorZipcode.Validating += new System.ComponentModel.CancelEventHandler(this.editorZipcode_Validating);
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(174, 35);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel2.TabIndex = 38;
- this.ultraLabel2.Text = "邮编";
- //
- // ultraTabControl1
- //
- this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl4);
- this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraTabControl1.Location = new System.Drawing.Point(0, 132);
- this.ultraTabControl1.Name = "ultraTabControl1";
- this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.ultraTabControl1.Size = new System.Drawing.Size(798, 326);
- this.ultraTabControl1.TabIndex = 2;
- ultraTab2.TabPage = this.ultraTabPageControl4;
- ultraTab2.Text = "货运地址集合";
- this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
- ultraTab2});
- this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(794, 303);
- //
- // ultraToolbarsSend
- //
- this.ultraToolbarsSend.DesignerFlags = 1;
- this.ultraToolbarsSend.DockWithinContainer = this;
- this.ultraToolbarsSend.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
- this.ultraToolbarsSend.ShowQuickCustomizeButton = false;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool6});
- ultraToolbar1.Text = "UltraToolbar1";
- this.ultraToolbarsSend.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- buttonTool3.SharedPropsInternal.Caption = "查询";
- buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool4.SharedPropsInternal.Caption = "新增";
- buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool8.SharedPropsInternal.Caption = "保存";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool9.SharedPropsInternal.Caption = "修改";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- buttonTool10.SharedPropsInternal.Caption = "关闭";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
- buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
- buttonTool2.SharedPropsInternal.Caption = "保存";
- buttonTool2.SharedPropsInternal.CustomizerCaption = "保存";
- buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
- buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
- buttonTool11.SharedPropsInternal.Caption = "关闭";
- buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsSend.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool3,
- buttonTool4,
- buttonTool8,
- buttonTool9,
- buttonTool10,
- buttonTool2,
- buttonTool11});
- this.ultraToolbarsSend.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsSend_ToolClick);
- //
- // _frmStyleBase_Toolbars_Dock_Area_Top
- //
- this._frmStyleBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._frmStyleBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
- this._frmStyleBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._frmStyleBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._frmStyleBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._frmStyleBase_Toolbars_Dock_Area_Top.Name = "_frmStyleBase_Toolbars_Dock_Area_Top";
- this._frmStyleBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(798, 24);
- this._frmStyleBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsSend;
- //
- // _frmStyleBase_Toolbars_Dock_Area_Bottom
- //
- this._frmStyleBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._frmStyleBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
- this._frmStyleBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._frmStyleBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._frmStyleBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 458);
- this._frmStyleBase_Toolbars_Dock_Area_Bottom.Name = "_frmStyleBase_Toolbars_Dock_Area_Bottom";
- this._frmStyleBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(798, 0);
- this._frmStyleBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsSend;
- //
- // _frmStyleBase_Toolbars_Dock_Area_Left
- //
- this._frmStyleBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._frmStyleBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
- this._frmStyleBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._frmStyleBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._frmStyleBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
- this._frmStyleBase_Toolbars_Dock_Area_Left.Name = "_frmStyleBase_Toolbars_Dock_Area_Left";
- this._frmStyleBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 434);
- this._frmStyleBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsSend;
- //
- // _frmStyleBase_Toolbars_Dock_Area_Right
- //
- this._frmStyleBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._frmStyleBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
- this._frmStyleBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._frmStyleBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._frmStyleBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(798, 24);
- this._frmStyleBase_Toolbars_Dock_Area_Right.Name = "_frmStyleBase_Toolbars_Dock_Area_Right";
- this._frmStyleBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 434);
- this._frmStyleBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsSend;
- //
- // ultraTabControl3
- //
- this.ultraTabControl3.Location = new System.Drawing.Point(0, 0);
- this.ultraTabControl3.Name = "ultraTabControl3";
- this.ultraTabControl3.SharedControlsPage = this.ultraTabSharedControlsPage3;
- this.ultraTabControl3.Size = new System.Drawing.Size(200, 100);
- this.ultraTabControl3.TabIndex = 0;
- //
- // ultraTabSharedControlsPage3
- //
- this.ultraTabSharedControlsPage3.Location = new System.Drawing.Point(1, 20);
- this.ultraTabSharedControlsPage3.Name = "ultraTabSharedControlsPage3";
- this.ultraTabSharedControlsPage3.Size = new System.Drawing.Size(196, 77);
- //
- // FrmBuyerSend
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(798, 458);
- this.Controls.Add(this.ultraTabControl1);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Left);
- this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Right);
- this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Top);
- this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Bottom);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmBuyerSend";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "收货单位扩展信息";
- this.Load += new System.EventHandler(this.FrmBuyerSend_Load);
- ((System.ComponentModel.ISupportInitialize)(this.cmbStationName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCollege)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbTrainType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraComPort)).EndInit();
- this.ultraTabPageControl4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridOrder)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataFreiGht)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTableFREIGHT)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ClientArea.PerformLayout();
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.editorConsignee)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorMemo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorAddress)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorFax)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorPhone)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.editorZipcode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
- this.ultraTabControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsSend)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor editorAddress;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor editorConsignee;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor editorMemo;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor editorFax;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor editorZipcode;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor editorPhone;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsSend;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Bottom;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl4;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl3;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage3;
- private System.Data.DataSet dataFreiGht;
- private System.Data.DataTable dataTableFREIGHT;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridOrder;
- private System.Data.DataColumn dataColumn6;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCollege;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStationName;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbTrainType;
- private System.Data.DataColumn dataColumn7;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComPort;
- }
- }
|