|
|
namespace ICSSoft.Frame.APP { partial class FormICSStorageConnect { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSStorageConnect)); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colSerial = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStorage2Serial2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStorageCode2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repWhSelect = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.colStorageName2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWorkPointCode2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWorkPointName2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtWorkPoint = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtWhName = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtWhcode = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.btnModify = new DevExpress.XtraEditors.SimpleButton(); this.btnCancle = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repWhSelect)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtWorkPoint.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWhName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWhcode.Properties)).BeginInit(); this.SuspendLayout(); //
// grdDetail
//
this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdDetail.Location = new System.Drawing.Point(4, 102); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdDetail.Name = "grdDetail"; this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repWhSelect}); this.grdDetail.Size = new System.Drawing.Size(973, 321); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail}); //
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colSerial, this.colStorage2Serial2, this.colStorageCode2, this.colStorageName2, this.colWorkPointCode2, this.colWorkPointName2}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 35; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsBehavior.Editable = false; this.grvDetail.OptionsBehavior.ReadOnly = true; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowGroupPanel = false; this.grvDetail.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grvDetail_CellValueChanging); //
// colSerial
//
this.colSerial.Caption = "Serial"; this.colSerial.FieldName = "Serial"; this.colSerial.Name = "colSerial"; this.colSerial.Visible = true; this.colSerial.VisibleIndex = 5; //
// colStorage2Serial2
//
this.colStorage2Serial2.Caption = "Storage2Serial2"; this.colStorage2Serial2.FieldName = "Storage2Serial2"; this.colStorage2Serial2.Name = "colStorage2Serial2"; this.colStorage2Serial2.Visible = true; this.colStorage2Serial2.VisibleIndex = 4; //
// colStorageCode2
//
this.colStorageCode2.Caption = "对应仓库编码"; this.colStorageCode2.ColumnEdit = this.repWhSelect; this.colStorageCode2.FieldName = "StorageCode2"; this.colStorageCode2.Name = "colStorageCode2"; this.colStorageCode2.Visible = true; this.colStorageCode2.VisibleIndex = 0; this.colStorageCode2.Width = 118; //
// repWhSelect
//
this.repWhSelect.AutoHeight = false; this.repWhSelect.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repWhSelect.Name = "repWhSelect"; this.repWhSelect.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repWhSelect_ButtonClick); //
// colStorageName2
//
this.colStorageName2.Caption = "对应仓库名称"; this.colStorageName2.FieldName = "StorageName2"; this.colStorageName2.Name = "colStorageName2"; this.colStorageName2.OptionsColumn.AllowEdit = false; this.colStorageName2.Visible = true; this.colStorageName2.VisibleIndex = 1; this.colStorageName2.Width = 134; //
// colWorkPointCode2
//
this.colWorkPointCode2.Caption = "所属站点"; this.colWorkPointCode2.FieldName = "WorkPointCode2"; this.colWorkPointCode2.Name = "colWorkPointCode2"; this.colWorkPointCode2.OptionsColumn.AllowEdit = false; this.colWorkPointCode2.Visible = true; this.colWorkPointCode2.VisibleIndex = 2; //
// colWorkPointName2
//
this.colWorkPointName2.Caption = "所属站点名称"; this.colWorkPointName2.FieldName = "WorkPointName2"; this.colWorkPointName2.Name = "colWorkPointName2"; this.colWorkPointName2.OptionsColumn.AllowEdit = false; this.colWorkPointName2.Visible = true; this.colWorkPointName2.VisibleIndex = 3; this.colWorkPointName2.Width = 160; //
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.Appearance.ForeColor = System.Drawing.Color.White; this.btnExit.Appearance.Options.UseFont = true; this.btnExit.Appearance.Options.UseForeColor = true; this.btnExit.Appearance.Options.UseTextOptions = true; this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image"))); this.btnExit.Location = new System.Drawing.Point(613, 2); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(86, 47); this.btnExit.TabIndex = 10; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); //
// btnSave
//
this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSave.Appearance.ForeColor = System.Drawing.Color.White; this.btnSave.Appearance.Options.UseFont = true; this.btnSave.Appearance.Options.UseForeColor = true; this.btnSave.Appearance.Options.UseTextOptions = true; this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.Location = new System.Drawing.Point(439, 2); this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(86, 47); this.btnSave.TabIndex = 25; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); //
// btnAdd
//
this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White; this.btnAdd.Appearance.Options.UseFont = true; this.btnAdd.Appearance.Options.UseForeColor = true; this.btnAdd.Appearance.Options.UseTextOptions = true; this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image"))); this.btnAdd.Location = new System.Drawing.Point(264, 2); this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false; this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(86, 47); this.btnAdd.TabIndex = 22; this.btnAdd.Text = "增行"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); //
// btnDel
//
this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDel.Appearance.ForeColor = System.Drawing.Color.White; this.btnDel.Appearance.Options.UseFont = true; this.btnDel.Appearance.Options.UseForeColor = true; this.btnDel.Appearance.Options.UseTextOptions = true; this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image"))); this.btnDel.Location = new System.Drawing.Point(351, 2); this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false; this.btnDel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(86, 47); this.btnDel.TabIndex = 17; this.btnDel.Text = "删行"; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); //
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.txtWorkPoint); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.txtWhName); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.txtWhcode); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.grdDetail); this.panelControl1.Location = new System.Drawing.Point(1, 50); this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(984, 431); this.panelControl1.TabIndex = 26; //
// txtWorkPoint
//
this.txtWorkPoint.Location = new System.Drawing.Point(106, 16); this.txtWorkPoint.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtWorkPoint.Name = "txtWorkPoint"; this.txtWorkPoint.Size = new System.Drawing.Size(204, 28); this.txtWorkPoint.TabIndex = 2; //
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(29, 20); this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(72, 22); this.labelControl4.TabIndex = 1; this.labelControl4.Text = "当前站点"; //
// txtWhName
//
this.txtWhName.Location = new System.Drawing.Point(399, 57); this.txtWhName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtWhName.Name = "txtWhName"; this.txtWhName.Size = new System.Drawing.Size(204, 28); this.txtWhName.TabIndex = 2; //
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(321, 61); this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(72, 22); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "仓库名称"; //
// txtWhcode
//
this.txtWhcode.Location = new System.Drawing.Point(106, 57); this.txtWhcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtWhcode.Name = "txtWhcode"; this.txtWhcode.Size = new System.Drawing.Size(204, 28); this.txtWhcode.TabIndex = 2; //
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(29, 61); this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(72, 22); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "仓库编码"; //
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(31, 14); this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(108, 22); this.labelControl2.TabIndex = 27; this.labelControl2.Text = "仓库关联关系"; //
// btnModify
//
this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnModify.Appearance.ForeColor = System.Drawing.Color.White; this.btnModify.Appearance.Options.UseFont = true; this.btnModify.Appearance.Options.UseForeColor = true; this.btnModify.Appearance.Options.UseTextOptions = true; this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image"))); this.btnModify.Location = new System.Drawing.Point(177, 2); this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false; this.btnModify.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnModify.Name = "btnModify"; this.btnModify.Size = new System.Drawing.Size(86, 47); this.btnModify.TabIndex = 22; this.btnModify.Text = "修改"; this.btnModify.Click += new System.EventHandler(this.btnModify_Click); //
// btnCancle
//
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancle.Appearance.Options.UseFont = true; this.btnCancle.Appearance.Options.UseForeColor = true; this.btnCancle.Appearance.Options.UseTextOptions = true; this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image"))); this.btnCancle.Location = new System.Drawing.Point(526, 2); this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(86, 47); this.btnCancle.TabIndex = 25; this.btnCancle.Text = "取消"; this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click); //
// FormICSStorageConnect
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(987, 515); this.Controls.Add(this.labelControl2); this.Controls.Add(this.panelControl1); this.Controls.Add(this.btnCancle); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnModify); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnDel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FormICSStorageConnect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repWhSelect)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtWorkPoint.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWhName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWhcode.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout();
}
#endregion
private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.SimpleButton btnDel; private DevExpress.XtraEditors.SimpleButton btnAdd; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraGrid.Columns.GridColumn colStorageCode2; private DevExpress.XtraGrid.Columns.GridColumn colStorageName2; private DevExpress.XtraGrid.Columns.GridColumn colWorkPointCode2; private DevExpress.XtraGrid.Columns.GridColumn colWorkPointName2; private DevExpress.XtraGrid.Columns.GridColumn colStorage2Serial2; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repWhSelect; private DevExpress.XtraEditors.TextEdit txtWorkPoint; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtWhName; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txtWhcode; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton btnModify; private DevExpress.XtraEditors.SimpleButton btnCancle; private DevExpress.XtraGrid.Columns.GridColumn colSerial; } }
|