namespace ZJ_BYD.UserControls
{
partial class ChangeMachineType
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangeMachineType));
this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
this.cmbMachineType = new DevExpress.XtraEditors.ComboBoxEdit();
this.btnsearch = new DevExpress.XtraEditors.SimpleButton();
this.lblproductsfccode = new DevExpress.XtraEditors.LabelControl();
this.GridMak = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.Id = new DevExpress.XtraGrid.Columns.GridColumn();
this.StationCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.StationName = new DevExpress.XtraGrid.Columns.GridColumn();
this.Category = new DevExpress.XtraGrid.Columns.GridColumn();
this.MachineTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
this.StrIsUsed = new DevExpress.XtraGrid.Columns.GridColumn();
this.SortIndex = new DevExpress.XtraGrid.Columns.GridColumn();
this.IsUsed = new DevExpress.XtraGrid.Columns.GridColumn();
this.Ipc = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridPage1 = new ZJ_BYD.UserControls.GridPage();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZJ_BYD.WaitForm1), true, true, typeof(System.Windows.Forms.UserControl));
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
this.btnChangeMachineType = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
this.panelControl8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbMachineType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridMak)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
this.tablePanel1.SuspendLayout();
this.SuspendLayout();
//
// panelControl8
//
this.panelControl8.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl8.Appearance.Options.UseBackColor = true;
this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl8.Controls.Add(this.separatorControl1);
this.panelControl8.Controls.Add(this.labelControl18);
this.panelControl8.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl8.Location = new System.Drawing.Point(0, 0);
this.panelControl8.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelControl8.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelControl8.Margin = new System.Windows.Forms.Padding(0);
this.panelControl8.Name = "panelControl8";
this.panelControl8.Size = new System.Drawing.Size(1423, 45);
this.panelControl8.TabIndex = 14;
//
// separatorControl1
//
this.separatorControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.separatorControl1.LineAlignment = DevExpress.XtraEditors.Alignment.Center;
this.separatorControl1.LineColor = System.Drawing.Color.Silver;
this.separatorControl1.Location = new System.Drawing.Point(0, 29);
this.separatorControl1.Margin = new System.Windows.Forms.Padding(0);
this.separatorControl1.Name = "separatorControl1";
this.separatorControl1.Padding = new System.Windows.Forms.Padding(0);
this.separatorControl1.Size = new System.Drawing.Size(1423, 16);
this.separatorControl1.TabIndex = 1;
//
// labelControl18
//
this.labelControl18.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl18.Appearance.ForeColor = System.Drawing.Color.DimGray;
this.labelControl18.Appearance.Options.UseFont = true;
this.labelControl18.Appearance.Options.UseForeColor = true;
this.labelControl18.Location = new System.Drawing.Point(7, 9);
this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.labelControl18.Name = "labelControl18";
this.labelControl18.Size = new System.Drawing.Size(64, 21);
this.labelControl18.TabIndex = 0;
this.labelControl18.Text = "机型切换";
//
// cmbMachineType
//
this.tablePanel1.SetColumn(this.cmbMachineType, 1);
this.cmbMachineType.Dock = System.Windows.Forms.DockStyle.Fill;
this.cmbMachineType.Location = new System.Drawing.Point(63, 3);
this.cmbMachineType.Name = "cmbMachineType";
this.cmbMachineType.Properties.AllowFocused = false;
this.cmbMachineType.Properties.Appearance.BackColor = System.Drawing.Color.White;
this.cmbMachineType.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.cmbMachineType.Properties.Appearance.Options.UseBackColor = true;
this.cmbMachineType.Properties.Appearance.Options.UseFont = true;
this.cmbMachineType.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 9F);
this.cmbMachineType.Properties.AppearanceDropDown.Options.UseFont = true;
this.cmbMachineType.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 9F);
this.cmbMachineType.Properties.AppearanceFocused.Options.UseFont = true;
this.cmbMachineType.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 9F);
this.cmbMachineType.Properties.AppearanceItemSelected.Options.UseFont = true;
this.cmbMachineType.Properties.AutoHeight = false;
serializableAppearanceObject1.BackColor = System.Drawing.Color.White;
serializableAppearanceObject1.Options.UseBackColor = true;
this.cmbMachineType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.cmbMachineType.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.cmbMachineType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.tablePanel1.SetRow(this.cmbMachineType, 0);
this.cmbMachineType.Size = new System.Drawing.Size(260, 29);
this.cmbMachineType.TabIndex = 26;
//
// btnsearch
//
this.btnsearch.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnsearch.Appearance.BorderColor = System.Drawing.Color.LightGray;
this.btnsearch.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btnsearch.Appearance.ForeColor = System.Drawing.Color.Black;
this.btnsearch.Appearance.Options.UseBackColor = true;
this.btnsearch.Appearance.Options.UseBorderColor = true;
this.btnsearch.Appearance.Options.UseFont = true;
this.btnsearch.Appearance.Options.UseForeColor = true;
this.tablePanel1.SetColumn(this.btnsearch, 2);
this.btnsearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnsearch.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnsearch.ImageOptions.Image")));
this.btnsearch.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnsearch.Location = new System.Drawing.Point(329, 5);
this.btnsearch.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.btnsearch.Name = "btnsearch";
this.tablePanel1.SetRow(this.btnsearch, 0);
this.btnsearch.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnsearch.Size = new System.Drawing.Size(83, 25);
this.btnsearch.TabIndex = 24;
this.btnsearch.Text = "查询";
this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
//
// lblproductsfccode
//
this.lblproductsfccode.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.lblproductsfccode.Appearance.Options.UseFont = true;
this.lblproductsfccode.Appearance.Options.UseTextOptions = true;
this.lblproductsfccode.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.tablePanel1.SetColumn(this.lblproductsfccode, 0);
this.lblproductsfccode.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblproductsfccode.Location = new System.Drawing.Point(3, 5);
this.lblproductsfccode.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.lblproductsfccode.Name = "lblproductsfccode";
this.tablePanel1.SetRow(this.lblproductsfccode, 0);
this.lblproductsfccode.Size = new System.Drawing.Size(54, 25);
this.lblproductsfccode.TabIndex = 0;
this.lblproductsfccode.Text = "机型:";
//
// GridMak
//
this.GridMak.Dock = System.Windows.Forms.DockStyle.Fill;
this.GridMak.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.GridMak.Location = new System.Drawing.Point(0, 80);
this.GridMak.MainView = this.gridView1;
this.GridMak.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.GridMak.Name = "GridMak";
this.GridMak.Size = new System.Drawing.Size(1423, 615);
this.GridMak.TabIndex = 16;
this.GridMak.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.GridMak.Load += new System.EventHandler(this.GridMak_Load);
//
// gridView1
//
this.gridView1.ColumnPanelRowHeight = 54;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.Id,
this.StationCode,
this.StationName,
this.Category,
this.MachineTypeName,
this.StrIsUsed,
this.SortIndex,
this.IsUsed,
this.Ipc});
this.gridView1.DetailHeight = 471;
this.gridView1.GridControl = this.GridMak;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.ReadOnly = true;
this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 44;
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView1.OptionsSelection.MultiSelect = true;
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
this.gridView1.OptionsSelection.ResetSelectionClickOutsideCheckboxSelector = true;
this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.RowHeight = 40;
this.gridView1.ViewCaptionHeight = 67;
//
// Id
//
this.Id.Caption = "Id";
this.Id.FieldName = "Id";
this.Id.MinWidth = 22;
this.Id.Name = "Id";
this.Id.Width = 42;
//
// StationCode
//
this.StationCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StationCode.AppearanceCell.Options.UseFont = true;
this.StationCode.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StationCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StationCode.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
this.StationCode.AppearanceHeader.Options.UseBackColor = true;
this.StationCode.AppearanceHeader.Options.UseFont = true;
this.StationCode.AppearanceHeader.Options.UseForeColor = true;
this.StationCode.Caption = "工位编码";
this.StationCode.FieldName = "StationCode";
this.StationCode.MinWidth = 87;
this.StationCode.Name = "StationCode";
this.StationCode.OptionsColumn.AllowMove = false;
this.StationCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StationCode.OptionsColumn.ReadOnly = true;
this.StationCode.OptionsFilter.AllowFilter = false;
this.StationCode.Visible = true;
this.StationCode.VisibleIndex = 1;
this.StationCode.Width = 87;
//
// StationName
//
this.StationName.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StationName.AppearanceCell.Options.UseFont = true;
this.StationName.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StationName.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StationName.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
this.StationName.AppearanceHeader.Options.UseBackColor = true;
this.StationName.AppearanceHeader.Options.UseFont = true;
this.StationName.AppearanceHeader.Options.UseForeColor = true;
this.StationName.Caption = "工位名称";
this.StationName.FieldName = "StationName";
this.StationName.MinWidth = 70;
this.StationName.Name = "StationName";
this.StationName.OptionsColumn.AllowMove = false;
this.StationName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StationName.OptionsColumn.ReadOnly = true;
this.StationName.OptionsFilter.AllowFilter = false;
this.StationName.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False;
this.StationName.Visible = true;
this.StationName.VisibleIndex = 2;
this.StationName.Width = 70;
//
// Category
//
this.Category.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Category.AppearanceCell.Options.UseFont = true;
this.Category.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.Category.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Category.AppearanceHeader.Options.UseBackColor = true;
this.Category.AppearanceHeader.Options.UseFont = true;
this.Category.Caption = "线路";
this.Category.FieldName = "Category";
this.Category.MinWidth = 105;
this.Category.Name = "Category";
this.Category.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.Category.OptionsColumn.AllowMove = false;
this.Category.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.Category.OptionsColumn.ReadOnly = true;
this.Category.OptionsFilter.AllowFilter = false;
this.Category.Visible = true;
this.Category.VisibleIndex = 3;
this.Category.Width = 105;
//
// MachineTypeName
//
this.MachineTypeName.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.MachineTypeName.AppearanceCell.Options.UseFont = true;
this.MachineTypeName.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.MachineTypeName.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.MachineTypeName.AppearanceHeader.Options.UseBackColor = true;
this.MachineTypeName.AppearanceHeader.Options.UseFont = true;
this.MachineTypeName.Caption = "机型";
this.MachineTypeName.FieldName = "MachineTypeName";
this.MachineTypeName.MinWidth = 131;
this.MachineTypeName.Name = "MachineTypeName";
this.MachineTypeName.OptionsColumn.AllowMove = false;
this.MachineTypeName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.MachineTypeName.OptionsColumn.ReadOnly = true;
this.MachineTypeName.OptionsFilter.AllowFilter = false;
this.MachineTypeName.Visible = true;
this.MachineTypeName.VisibleIndex = 4;
this.MachineTypeName.Width = 131;
//
// StrIsUsed
//
this.StrIsUsed.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsUsed.AppearanceCell.Options.UseFont = true;
this.StrIsUsed.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.StrIsUsed.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.StrIsUsed.AppearanceHeader.Options.UseBackColor = true;
this.StrIsUsed.AppearanceHeader.Options.UseFont = true;
this.StrIsUsed.Caption = "是否使用中";
this.StrIsUsed.FieldName = "StrIsUsed";
this.StrIsUsed.MinWidth = 105;
this.StrIsUsed.Name = "StrIsUsed";
this.StrIsUsed.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.StrIsUsed.OptionsColumn.AllowMove = false;
this.StrIsUsed.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.StrIsUsed.OptionsColumn.ReadOnly = true;
this.StrIsUsed.OptionsFilter.AllowFilter = false;
this.StrIsUsed.Visible = true;
this.StrIsUsed.VisibleIndex = 5;
this.StrIsUsed.Width = 105;
//
// SortIndex
//
this.SortIndex.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F);
this.SortIndex.AppearanceCell.Options.UseFont = true;
this.SortIndex.AppearanceHeader.BackColor = System.Drawing.Color.Azure;
this.SortIndex.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.SortIndex.AppearanceHeader.Options.UseBackColor = true;
this.SortIndex.AppearanceHeader.Options.UseFont = true;
this.SortIndex.Caption = "排序索引";
this.SortIndex.FieldName = "SortIndex";
this.SortIndex.MinWidth = 105;
this.SortIndex.Name = "SortIndex";
this.SortIndex.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.SortIndex.OptionsColumn.AllowMove = false;
this.SortIndex.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.SortIndex.OptionsColumn.ReadOnly = true;
this.SortIndex.OptionsFilter.AllowFilter = false;
this.SortIndex.Visible = true;
this.SortIndex.VisibleIndex = 6;
this.SortIndex.Width = 105;
//
// IsUsed
//
this.IsUsed.Caption = "是否使用中";
this.IsUsed.FieldName = "IsUsed";
this.IsUsed.MinWidth = 22;
this.IsUsed.Name = "IsUsed";
this.IsUsed.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.IsUsed.OptionsColumn.AllowMove = false;
this.IsUsed.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.IsUsed.OptionsColumn.ReadOnly = true;
this.IsUsed.OptionsFilter.AllowFilter = false;
this.IsUsed.Width = 82;
//
// Ipc
//
this.Ipc.Caption = "Ipc";
this.Ipc.FieldName = "Ipc";
this.Ipc.MinWidth = 22;
this.Ipc.Name = "Ipc";
this.Ipc.Width = 82;
//
// gridPage1
//
this.gridPage1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.gridPage1.Location = new System.Drawing.Point(0, 695);
this.gridPage1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.gridPage1.Name = "gridPage1";
this.gridPage1.Size = new System.Drawing.Size(1423, 33);
this.gridPage1.TabIndex = 17;
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// tablePanel1
//
this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 60F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 15F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 7F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F)});
this.tablePanel1.Controls.Add(this.cmbMachineType);
this.tablePanel1.Controls.Add(this.btnsearch);
this.tablePanel1.Controls.Add(this.lblproductsfccode);
this.tablePanel1.Controls.Add(this.btnChangeMachineType);
this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.tablePanel1.Location = new System.Drawing.Point(0, 45);
this.tablePanel1.Name = "tablePanel1";
this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
this.tablePanel1.Size = new System.Drawing.Size(1423, 35);
this.tablePanel1.TabIndex = 18;
//
// btnChangeMachineType
//
this.btnChangeMachineType.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnChangeMachineType.Appearance.BorderColor = System.Drawing.Color.LightGray;
this.btnChangeMachineType.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btnChangeMachineType.Appearance.ForeColor = System.Drawing.Color.Black;
this.btnChangeMachineType.Appearance.Options.UseBackColor = true;
this.btnChangeMachineType.Appearance.Options.UseBorderColor = true;
this.btnChangeMachineType.Appearance.Options.UseFont = true;
this.btnChangeMachineType.Appearance.Options.UseForeColor = true;
this.tablePanel1.SetColumn(this.btnChangeMachineType, 3);
this.btnChangeMachineType.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnChangeMachineType.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnChangeMachineType.ImageOptions.Image")));
this.btnChangeMachineType.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btnChangeMachineType.Location = new System.Drawing.Point(417, 5);
this.btnChangeMachineType.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.btnChangeMachineType.Name = "btnChangeMachineType";
this.tablePanel1.SetRow(this.btnChangeMachineType, 0);
this.btnChangeMachineType.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnChangeMachineType.Size = new System.Drawing.Size(118, 25);
this.btnChangeMachineType.TabIndex = 24;
this.btnChangeMachineType.Text = "机型切换";
this.btnChangeMachineType.Click += new System.EventHandler(this.btnChangeMachineType_Click);
//
// ChangeMachineType
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.GridMak);
this.Controls.Add(this.tablePanel1);
this.Controls.Add(this.gridPage1);
this.Controls.Add(this.panelControl8);
this.Name = "ChangeMachineType";
this.Size = new System.Drawing.Size(1423, 728);
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
this.panelControl8.ResumeLayout(false);
this.panelControl8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbMachineType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GridMak)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
this.tablePanel1.ResumeLayout(false);
this.tablePanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl8;
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
private DevExpress.XtraEditors.LabelControl labelControl18;
private DevExpress.XtraEditors.SimpleButton btnsearch;
private DevExpress.XtraEditors.LabelControl lblproductsfccode;
private DevExpress.XtraGrid.GridControl GridMak;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn Id;
private DevExpress.XtraGrid.Columns.GridColumn StationCode;
private DevExpress.XtraGrid.Columns.GridColumn StationName;
private GridPage gridPage1;
private DevExpress.XtraGrid.Columns.GridColumn MachineTypeName;
private DevExpress.XtraEditors.ComboBoxEdit cmbMachineType;
private DevExpress.XtraGrid.Columns.GridColumn StrIsUsed;
private DevExpress.XtraGrid.Columns.GridColumn IsUsed;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
private DevExpress.XtraGrid.Columns.GridColumn Ipc;
private DevExpress.XtraGrid.Columns.GridColumn SortIndex;
private DevExpress.Utils.Layout.TablePanel tablePanel1;
private DevExpress.XtraGrid.Columns.GridColumn Category;
private DevExpress.XtraEditors.SimpleButton btnChangeMachineType;
}
}