643 lines
36 KiB
C#
643 lines
36 KiB
C#
namespace WMS.FrmBaseData
|
|
{
|
|
partial class FrmInterCity
|
|
{
|
|
/// <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()
|
|
{
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
|
this.BSTab = new System.Windows.Forms.BindingSource();
|
|
this.GCInterCity = new WMS.Ctrl.GridControlCustom();
|
|
this.BSGrid = new System.Windows.Forms.BindingSource();
|
|
this.GVInterCity = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCITY_START = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCITY_EDD = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCITY_DISTANCE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCITY_UNIT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCITY_TIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCREATE_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCITY_START_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCITY_EDD_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.rdoUserStatus = new DevExpress.XtraEditors.RadioGroup();
|
|
this.TLEPEDD = new DevExpress.XtraEditors.TreeListLookUpEdit();
|
|
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
|
|
this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.TLEPSTR = new DevExpress.XtraEditors.TreeListLookUpEdit();
|
|
this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
|
|
this.Add_name = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.Add_id = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtTime = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtUnit = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtDistance = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSTab)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCInterCity)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSGrid)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVInterCity)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Check)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rdoUserStatus.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TLEPEDD.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TLEPSTR.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtUnit.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDistance.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// BSTab
|
|
//
|
|
this.BSTab.DataSource = typeof(WMS.Model.Base.InterCityModel);
|
|
//
|
|
// GCInterCity
|
|
//
|
|
this.GCInterCity.ColorApprove = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorApproveValue = null;
|
|
this.GCInterCity.ColorPass = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorPassValue = null;
|
|
this.GCInterCity.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorRepealValue = null;
|
|
this.GCInterCity.ColorReWork = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorReWorkValue = null;
|
|
this.GCInterCity.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorShortage = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorShortageFlagColumn = null;
|
|
this.GCInterCity.ColorShortageValue = null;
|
|
this.GCInterCity.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorUnExecuteValue = null;
|
|
this.GCInterCity.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorUnPassValue = null;
|
|
this.GCInterCity.ColorVerify = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorVerifyFlagColumn = null;
|
|
this.GCInterCity.ColorVerifyValue = null;
|
|
this.GCInterCity.ColorWarning = System.Drawing.Color.Empty;
|
|
this.GCInterCity.ColorWarningValue = null;
|
|
this.GCInterCity.DataSource = this.BSGrid;
|
|
this.GCInterCity.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GCInterCity.EnableAppearanceEvenRow = true;
|
|
this.GCInterCity.IndicatorWidth = 40;
|
|
gridLevelNode1.RelationName = "Level1";
|
|
this.GCInterCity.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode1});
|
|
this.GCInterCity.Location = new System.Drawing.Point(2, 2);
|
|
this.GCInterCity.MainView = this.GVInterCity;
|
|
this.GCInterCity.Name = "GCInterCity";
|
|
this.GCInterCity.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.Check,
|
|
this.repositoryItemCheckEdit2,
|
|
this.repositoryItemCheckEdit1});
|
|
this.GCInterCity.ShowRowID = true;
|
|
this.GCInterCity.Size = new System.Drawing.Size(1006, 388);
|
|
this.GCInterCity.TabIndex = 3;
|
|
this.GCInterCity.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.GVInterCity});
|
|
this.GCInterCity.Click += new System.EventHandler(this.GCInterCity_Click);
|
|
//
|
|
// BSGrid
|
|
//
|
|
this.BSGrid.DataSource = typeof(WMS.Model.Base.InterCityModel);
|
|
//
|
|
// GVInterCity
|
|
//
|
|
this.GVInterCity.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.GVInterCity.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.GVInterCity.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.GVInterCity.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.GVInterCity.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colID,
|
|
this.colCITY_START,
|
|
this.colCITY_EDD,
|
|
this.colCITY_DISTANCE,
|
|
this.colCITY_UNIT,
|
|
this.colCITY_TIME,
|
|
this.colSTATUS,
|
|
this.colCREATE_TYPE,
|
|
this.colVERSION,
|
|
this.colCITY_START_NAME,
|
|
this.colCITY_EDD_NAME});
|
|
this.GVInterCity.GridControl = this.GCInterCity;
|
|
this.GVInterCity.IndicatorWidth = 34;
|
|
this.GVInterCity.Name = "GVInterCity";
|
|
this.GVInterCity.OptionsSelection.MultiSelect = true;
|
|
this.GVInterCity.OptionsView.ColumnAutoWidth = false;
|
|
this.GVInterCity.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.GVInterCity.OptionsView.ShowGroupPanel = false;
|
|
this.GVInterCity.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVInterCity_CustomColumnDisplayText);
|
|
//
|
|
// colID
|
|
//
|
|
this.colID.FieldName = "ID";
|
|
this.colID.Name = "colID";
|
|
this.colID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colCITY_START
|
|
//
|
|
this.colCITY_START.FieldName = "CITY_START";
|
|
this.colCITY_START.Name = "colCITY_START";
|
|
this.colCITY_START.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colCITY_EDD
|
|
//
|
|
this.colCITY_EDD.FieldName = "CITY_EDD";
|
|
this.colCITY_EDD.Name = "colCITY_EDD";
|
|
this.colCITY_EDD.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colCITY_DISTANCE
|
|
//
|
|
this.colCITY_DISTANCE.DisplayFormat.FormatString = "{0:N2}";
|
|
this.colCITY_DISTANCE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colCITY_DISTANCE.FieldName = "CITY_DISTANCE";
|
|
this.colCITY_DISTANCE.Name = "colCITY_DISTANCE";
|
|
this.colCITY_DISTANCE.OptionsColumn.AllowEdit = false;
|
|
this.colCITY_DISTANCE.Visible = true;
|
|
this.colCITY_DISTANCE.VisibleIndex = 2;
|
|
this.colCITY_DISTANCE.Width = 102;
|
|
//
|
|
// colCITY_UNIT
|
|
//
|
|
this.colCITY_UNIT.DisplayFormat.FormatString = "{0:N2}";
|
|
this.colCITY_UNIT.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colCITY_UNIT.FieldName = "CITY_UNIT";
|
|
this.colCITY_UNIT.Name = "colCITY_UNIT";
|
|
this.colCITY_UNIT.OptionsColumn.AllowEdit = false;
|
|
this.colCITY_UNIT.Visible = true;
|
|
this.colCITY_UNIT.VisibleIndex = 3;
|
|
this.colCITY_UNIT.Width = 122;
|
|
//
|
|
// colCITY_TIME
|
|
//
|
|
this.colCITY_TIME.DisplayFormat.FormatString = "{0:N2}";
|
|
this.colCITY_TIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colCITY_TIME.FieldName = "CITY_TIME";
|
|
this.colCITY_TIME.Name = "colCITY_TIME";
|
|
this.colCITY_TIME.OptionsColumn.AllowEdit = false;
|
|
this.colCITY_TIME.Visible = true;
|
|
this.colCITY_TIME.VisibleIndex = 4;
|
|
this.colCITY_TIME.Width = 120;
|
|
//
|
|
// colSTATUS
|
|
//
|
|
this.colSTATUS.FieldName = "STATUS";
|
|
this.colSTATUS.Name = "colSTATUS";
|
|
this.colSTATUS.OptionsColumn.AllowEdit = false;
|
|
this.colSTATUS.Visible = true;
|
|
this.colSTATUS.VisibleIndex = 5;
|
|
//
|
|
// colCREATE_TYPE
|
|
//
|
|
this.colCREATE_TYPE.FieldName = "CREATE_TYPE";
|
|
this.colCREATE_TYPE.Name = "colCREATE_TYPE";
|
|
this.colCREATE_TYPE.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colVERSION
|
|
//
|
|
this.colVERSION.FieldName = "VERSION";
|
|
this.colVERSION.Name = "colVERSION";
|
|
this.colVERSION.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colCITY_START_NAME
|
|
//
|
|
this.colCITY_START_NAME.FieldName = "CITY_START_NAME";
|
|
this.colCITY_START_NAME.Name = "colCITY_START_NAME";
|
|
this.colCITY_START_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colCITY_START_NAME.Visible = true;
|
|
this.colCITY_START_NAME.VisibleIndex = 0;
|
|
this.colCITY_START_NAME.Width = 175;
|
|
//
|
|
// colCITY_EDD_NAME
|
|
//
|
|
this.colCITY_EDD_NAME.FieldName = "CITY_EDD_NAME";
|
|
this.colCITY_EDD_NAME.Name = "colCITY_EDD_NAME";
|
|
this.colCITY_EDD_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colCITY_EDD_NAME.Visible = true;
|
|
this.colCITY_EDD_NAME.VisibleIndex = 1;
|
|
this.colCITY_EDD_NAME.Width = 163;
|
|
//
|
|
// Check
|
|
//
|
|
this.Check.AutoHeight = false;
|
|
this.Check.Caption = "Check";
|
|
this.Check.Name = "Check";
|
|
//
|
|
// repositoryItemCheckEdit2
|
|
//
|
|
this.repositoryItemCheckEdit2.AutoHeight = false;
|
|
this.repositoryItemCheckEdit2.Caption = "Check";
|
|
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
|
|
//
|
|
// repositoryItemCheckEdit1
|
|
//
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|
this.repositoryItemCheckEdit1.Caption = "Check";
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.panelControl1.Controls.Add(this.rdoUserStatus);
|
|
this.panelControl1.Controls.Add(this.TLEPEDD);
|
|
this.panelControl1.Controls.Add(this.TLEPSTR);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Controls.Add(this.labelControl9);
|
|
this.panelControl1.Controls.Add(this.labelControl8);
|
|
this.panelControl1.Controls.Add(this.labelControl6);
|
|
this.panelControl1.Controls.Add(this.txtTime);
|
|
this.panelControl1.Controls.Add(this.labelControl5);
|
|
this.panelControl1.Controls.Add(this.txtUnit);
|
|
this.panelControl1.Controls.Add(this.labelControl4);
|
|
this.panelControl1.Controls.Add(this.txtDistance);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(1010, 107);
|
|
this.panelControl1.TabIndex = 2;
|
|
//
|
|
// rdoUserStatus
|
|
//
|
|
this.rdoUserStatus.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSTab, "STATUS", true));
|
|
this.rdoUserStatus.EditValue = "";
|
|
this.rdoUserStatus.Location = new System.Drawing.Point(438, 71);
|
|
this.rdoUserStatus.Name = "rdoUserStatus";
|
|
this.rdoUserStatus.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.rdoUserStatus.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rdoUserStatus.Properties.Appearance.Options.UseBackColor = true;
|
|
this.rdoUserStatus.Properties.Appearance.Options.UseFont = true;
|
|
this.rdoUserStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "正常"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "停用")});
|
|
this.rdoUserStatus.Size = new System.Drawing.Size(180, 27);
|
|
this.rdoUserStatus.TabIndex = 86;
|
|
//
|
|
// TLEPEDD
|
|
//
|
|
this.TLEPEDD.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSTab, "CITY_EDD", true));
|
|
this.TLEPEDD.EditValue = "";
|
|
this.TLEPEDD.Location = new System.Drawing.Point(438, 11);
|
|
this.TLEPEDD.Name = "TLEPEDD";
|
|
this.TLEPEDD.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.TLEPEDD.Properties.Appearance.Options.UseFont = true;
|
|
this.TLEPEDD.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.TLEPEDD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.TLEPEDD.Properties.NullText = "";
|
|
this.TLEPEDD.Properties.TreeList = this.treeList1;
|
|
this.TLEPEDD.Size = new System.Drawing.Size(213, 22);
|
|
this.TLEPEDD.TabIndex = 59;
|
|
//
|
|
// treeList1
|
|
//
|
|
this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
|
this.treeListColumn1,
|
|
this.treeListColumn2});
|
|
this.treeList1.KeyFieldName = "Add_id";
|
|
this.treeList1.Location = new System.Drawing.Point(282, 50);
|
|
this.treeList1.Name = "treeList1";
|
|
this.treeList1.OptionsBehavior.EnableFiltering = true;
|
|
this.treeList1.OptionsView.ShowIndentAsRowStyle = true;
|
|
this.treeList1.ParentFieldName = "Add_pid";
|
|
this.treeList1.Size = new System.Drawing.Size(400, 200);
|
|
this.treeList1.TabIndex = 0;
|
|
//
|
|
// treeListColumn1
|
|
//
|
|
this.treeListColumn1.Caption = "起始城市";
|
|
this.treeListColumn1.FieldName = "Add_name";
|
|
this.treeListColumn1.MinWidth = 50;
|
|
this.treeListColumn1.Name = "treeListColumn1";
|
|
this.treeListColumn1.Visible = true;
|
|
this.treeListColumn1.VisibleIndex = 0;
|
|
this.treeListColumn1.Width = 200;
|
|
//
|
|
// treeListColumn2
|
|
//
|
|
this.treeListColumn2.Caption = "Add_id";
|
|
this.treeListColumn2.FieldName = "Add_id";
|
|
this.treeListColumn2.Name = "treeListColumn2";
|
|
//
|
|
// TLEPSTR
|
|
//
|
|
this.TLEPSTR.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSTab, "CITY_START", true));
|
|
this.TLEPSTR.EditValue = "";
|
|
this.TLEPSTR.Location = new System.Drawing.Point(70, 15);
|
|
this.TLEPSTR.Name = "TLEPSTR";
|
|
this.TLEPSTR.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.TLEPSTR.Properties.Appearance.Options.UseFont = true;
|
|
this.TLEPSTR.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.TLEPSTR.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.TLEPSTR.Properties.NullText = "";
|
|
this.TLEPSTR.Properties.TreeList = this.treeListLookUpEdit1TreeList;
|
|
this.TLEPSTR.Size = new System.Drawing.Size(213, 22);
|
|
this.TLEPSTR.TabIndex = 54;
|
|
//
|
|
// treeListLookUpEdit1TreeList
|
|
//
|
|
this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
|
this.Add_name,
|
|
this.Add_id});
|
|
this.treeListLookUpEdit1TreeList.KeyFieldName = "Add_id";
|
|
this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(266, 17);
|
|
this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
|
|
this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true;
|
|
this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
|
|
this.treeListLookUpEdit1TreeList.ParentFieldName = "Add_pid";
|
|
this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
|
|
this.treeListLookUpEdit1TreeList.TabIndex = 0;
|
|
//
|
|
// Add_name
|
|
//
|
|
this.Add_name.Caption = "起始城市";
|
|
this.Add_name.FieldName = "Add_name";
|
|
this.Add_name.MinWidth = 50;
|
|
this.Add_name.Name = "Add_name";
|
|
this.Add_name.Visible = true;
|
|
this.Add_name.VisibleIndex = 0;
|
|
this.Add_name.Width = 200;
|
|
//
|
|
// Add_id
|
|
//
|
|
this.Add_id.Caption = "Add_id";
|
|
this.Add_id.FieldName = "Add_id";
|
|
this.Add_id.Name = "Add_id";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(603, 45);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(56, 14);
|
|
this.label1.TabIndex = 58;
|
|
this.label1.Text = "吨/公里";
|
|
//
|
|
// labelControl9
|
|
//
|
|
this.labelControl9.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl9.Appearance.Options.UseFont = true;
|
|
this.labelControl9.Location = new System.Drawing.Point(269, 84);
|
|
this.labelControl9.Name = "labelControl9";
|
|
this.labelControl9.Size = new System.Drawing.Size(14, 14);
|
|
this.labelControl9.TabIndex = 57;
|
|
this.labelControl9.Text = "天";
|
|
//
|
|
// labelControl8
|
|
//
|
|
this.labelControl8.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl8.Appearance.Options.UseFont = true;
|
|
this.labelControl8.Location = new System.Drawing.Point(255, 54);
|
|
this.labelControl8.Name = "labelControl8";
|
|
this.labelControl8.Size = new System.Drawing.Size(28, 14);
|
|
this.labelControl8.TabIndex = 56;
|
|
this.labelControl8.Text = "公里";
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl6.Appearance.Options.UseFont = true;
|
|
this.labelControl6.Location = new System.Drawing.Point(379, 75);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl6.TabIndex = 53;
|
|
this.labelControl6.Text = "资料状态";
|
|
//
|
|
// txtTime
|
|
//
|
|
this.txtTime.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSTab, "CITY_TIME", true));
|
|
this.txtTime.FrmSelect = false;
|
|
this.txtTime.Location = new System.Drawing.Point(70, 79);
|
|
this.txtTime.MustText = false;
|
|
this.txtTime.Name = "txtTime";
|
|
this.txtTime.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtTime.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtTime.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtTime.Properties.Appearance.Options.UseFont = true;
|
|
this.txtTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtTime.Size = new System.Drawing.Size(183, 22);
|
|
this.txtTime.StrLen = 0;
|
|
this.txtTime.TabIndex = 44;
|
|
this.txtTime.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtTime.ValText = "";
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl5.Appearance.Options.UseFont = true;
|
|
this.labelControl5.Location = new System.Drawing.Point(11, 83);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl5.TabIndex = 52;
|
|
this.labelControl5.Text = "限定时间";
|
|
//
|
|
// txtUnit
|
|
//
|
|
this.txtUnit.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSTab, "CITY_UNIT", true));
|
|
this.txtUnit.FrmSelect = false;
|
|
this.txtUnit.Location = new System.Drawing.Point(438, 41);
|
|
this.txtUnit.MustText = false;
|
|
this.txtUnit.Name = "txtUnit";
|
|
this.txtUnit.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtUnit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtUnit.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtUnit.Properties.Appearance.Options.UseFont = true;
|
|
this.txtUnit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtUnit.Size = new System.Drawing.Size(159, 22);
|
|
this.txtUnit.StrLen = 0;
|
|
this.txtUnit.TabIndex = 43;
|
|
this.txtUnit.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtUnit.ValText = "";
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl4.Appearance.Options.UseFont = true;
|
|
this.labelControl4.Location = new System.Drawing.Point(378, 45);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl4.TabIndex = 51;
|
|
this.labelControl4.Text = "单 价";
|
|
//
|
|
// txtDistance
|
|
//
|
|
this.txtDistance.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSTab, "CITY_DISTANCE", true));
|
|
this.txtDistance.FrmSelect = false;
|
|
this.txtDistance.Location = new System.Drawing.Point(70, 46);
|
|
this.txtDistance.MustText = false;
|
|
this.txtDistance.Name = "txtDistance";
|
|
this.txtDistance.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtDistance.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtDistance.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtDistance.Properties.Appearance.Options.UseFont = true;
|
|
this.txtDistance.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtDistance.Size = new System.Drawing.Size(183, 22);
|
|
this.txtDistance.StrLen = 0;
|
|
this.txtDistance.TabIndex = 42;
|
|
this.txtDistance.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtDistance.ValText = "";
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl3.Appearance.Options.UseFont = true;
|
|
this.labelControl3.Location = new System.Drawing.Point(13, 49);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl3.TabIndex = 50;
|
|
this.labelControl3.Text = "距 离";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl2.Appearance.Options.UseFont = true;
|
|
this.labelControl2.Location = new System.Drawing.Point(377, 15);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl2.TabIndex = 48;
|
|
this.labelControl2.Text = "目的地区";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|
this.labelControl1.Location = new System.Drawing.Point(13, 19);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(56, 14);
|
|
this.labelControl1.TabIndex = 45;
|
|
this.labelControl1.Text = "起始地区";
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Controls.Add(this.GCInterCity);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 107);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(1010, 392);
|
|
this.panelControl2.TabIndex = 4;
|
|
//
|
|
// FrmInterCity
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1010, 499);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Name = "FrmInterCity";
|
|
this.Text = "城际运输";
|
|
this.Load += new System.EventHandler(this.FrmInterCity_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.BSTab)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCInterCity)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSGrid)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVInterCity)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Check)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rdoUserStatus.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TLEPEDD.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TLEPSTR.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtUnit.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDistance.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.BindingSource BSGrid;
|
|
private System.Windows.Forms.BindingSource BSTab;
|
|
private Ctrl.GridControlCustom GCInterCity;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVInterCity;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit Check;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCITY_START;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCITY_EDD;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCITY_DISTANCE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCITY_UNIT;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCITY_TIME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATE_TYPE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCITY_START_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCITY_EDD_NAME;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.TreeListLookUpEdit TLEPEDD;
|
|
private DevExpress.XtraTreeList.TreeList treeList1;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
|
|
private DevExpress.XtraEditors.TreeListLookUpEdit TLEPSTR;
|
|
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn Add_name;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn Add_id;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private Ctrl.WMSCtrlTextBox txtTime;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private Ctrl.WMSCtrlTextBox txtUnit;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private Ctrl.WMSCtrlTextBox txtDistance;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.RadioGroup rdoUserStatus;
|
|
}
|
|
} |