namespace ZJ_BYD.UserControls.MachineTypeStation { partial class MachineTypeStation { /// /// 必需的设计器变量。 /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MachineTypeStation)); 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(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnadd = new DevExpress.XtraEditors.SimpleButton(); this.btnsearch = new DevExpress.XtraEditors.SimpleButton(); this.btnexport = new DevExpress.XtraEditors.SimpleButton(); this.btndel = new DevExpress.XtraEditors.SimpleButton(); this.txtkeyword = new DevExpress.XtraEditors.TextEdit(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.GridMak = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.Id = new DevExpress.XtraGrid.Columns.GridColumn(); this.MachineTypeCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.MachineTypeName = new DevExpress.XtraGrid.Columns.GridColumn(); this.StationCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.StationName = new DevExpress.XtraGrid.Columns.GridColumn(); this.StrIsUsed = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.lblproductsfccode = new DevExpress.XtraEditors.LabelControl(); this.gridPage1 = new ZJ_BYD.UserControls.GridPage(); this.panelControl8 = new DevExpress.XtraEditors.PanelControl(); this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl(); this.labelControl18 = new DevExpress.XtraEditors.LabelControl(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZJ_BYD.WaitForm1), true, true, typeof(System.Windows.Forms.UserControl)); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtkeyword.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GridMak)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit(); this.panelControl8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit(); this.SuspendLayout(); // // panelControl3 // this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.btnadd); this.panelControl3.Controls.Add(this.btnsearch); this.panelControl3.Controls.Add(this.btnexport); this.panelControl3.Controls.Add(this.btndel); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Right; this.panelControl3.Location = new System.Drawing.Point(743, 0); this.panelControl3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.panelControl3.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(985, 79); this.panelControl3.TabIndex = 25; // // btnadd // this.btnadd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.btnadd.Appearance.BorderColor = System.Drawing.Color.Transparent; this.btnadd.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnadd.Appearance.ForeColor = System.Drawing.Color.Black; this.btnadd.Appearance.Options.UseBorderColor = true; this.btnadd.Appearance.Options.UseFont = true; this.btnadd.Appearance.Options.UseForeColor = true; this.btnadd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnadd.ImageOptions.Image"))); this.btnadd.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnadd.Location = new System.Drawing.Point(587, 16); this.btnadd.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.btnadd.Name = "btnadd"; this.btnadd.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btnadd.Size = new System.Drawing.Size(105, 45); this.btnadd.TabIndex = 24; this.btnadd.Text = "新增"; this.btnadd.Click += new System.EventHandler(this.btnadd_Click); // // btnsearch // this.btnsearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.btnsearch.Appearance.BorderColor = System.Drawing.Color.Transparent; this.btnsearch.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnsearch.Appearance.ForeColor = System.Drawing.Color.Black; this.btnsearch.Appearance.Options.UseBorderColor = true; this.btnsearch.Appearance.Options.UseFont = true; this.btnsearch.Appearance.Options.UseForeColor = true; 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(20, 13); this.btnsearch.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.btnsearch.Name = "btnsearch"; this.btnsearch.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btnsearch.Size = new System.Drawing.Size(105, 45); this.btnsearch.TabIndex = 24; this.btnsearch.Text = "查询"; this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click); // // btnexport // this.btnexport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.btnexport.Appearance.BorderColor = System.Drawing.Color.Transparent; this.btnexport.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnexport.Appearance.ForeColor = System.Drawing.Color.Black; this.btnexport.Appearance.Options.UseBorderColor = true; this.btnexport.Appearance.Options.UseFont = true; this.btnexport.Appearance.Options.UseForeColor = true; this.btnexport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnexport.ImageOptions.Image"))); this.btnexport.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btnexport.Location = new System.Drawing.Point(709, 16); this.btnexport.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.btnexport.Name = "btnexport"; this.btnexport.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btnexport.Size = new System.Drawing.Size(133, 45); this.btnexport.TabIndex = 24; this.btnexport.Text = "导出Excel"; this.btnexport.Click += new System.EventHandler(this.btnexport_Click); // // btndel // this.btndel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.btndel.Appearance.BorderColor = System.Drawing.Color.Transparent; this.btndel.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.btndel.Appearance.ForeColor = System.Drawing.Color.Black; this.btndel.Appearance.Options.UseBorderColor = true; this.btndel.Appearance.Options.UseFont = true; this.btndel.Appearance.Options.UseForeColor = true; this.btndel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btndel.ImageOptions.Image"))); this.btndel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btndel.Location = new System.Drawing.Point(864, 16); this.btndel.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.btndel.Name = "btndel"; this.btndel.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btndel.Size = new System.Drawing.Size(105, 45); this.btndel.TabIndex = 24; this.btndel.Text = "删除"; this.btndel.Click += new System.EventHandler(this.btndel_Click); // // txtkeyword // this.txtkeyword.EditValue = ""; this.txtkeyword.Location = new System.Drawing.Point(124, 16); this.txtkeyword.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtkeyword.Name = "txtkeyword"; this.txtkeyword.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtkeyword.Properties.Appearance.Options.UseFont = true; this.txtkeyword.Properties.AutoHeight = false; this.txtkeyword.Properties.NullValuePrompt = "请输入(机型、工位编码/名称)关键字"; this.txtkeyword.Size = new System.Drawing.Size(371, 45); this.txtkeyword.TabIndex = 1; // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.Controls.Add(this.GridMak); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 122); this.panelControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.panelControl2.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1728, 595); this.panelControl2.TabIndex = 13; // // GridMak // this.GridMak.Dock = System.Windows.Forms.DockStyle.Fill; this.GridMak.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.GridMak.Location = new System.Drawing.Point(3, 3); this.GridMak.MainView = this.gridView1; this.GridMak.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.GridMak.Name = "GridMak"; this.GridMak.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemComboBox1, this.repositoryItemCheckEdit1, this.repositoryItemHyperLinkEdit1}); this.GridMak.Size = new System.Drawing.Size(1722, 589); this.GridMak.TabIndex = 8; this.GridMak.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.ColumnPanelRowHeight = 58; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.Id, this.MachineTypeCode, this.MachineTypeName, this.StationCode, this.StationName, this.StrIsUsed, this.gridColumn1}); this.gridView1.DetailHeight = 504; this.gridView1.GridControl = this.GridMak; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 50; 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 = 43; this.gridView1.ViewCaptionHeight = 72; // // Id // this.Id.Caption = "Id"; this.Id.FieldName = "Id"; this.Id.MinWidth = 25; this.Id.Name = "Id"; this.Id.Width = 48; // // MachineTypeCode // this.MachineTypeCode.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.MachineTypeCode.AppearanceCell.Options.UseFont = true; this.MachineTypeCode.AppearanceHeader.BackColor = System.Drawing.Color.Azure; this.MachineTypeCode.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.MachineTypeCode.AppearanceHeader.Options.UseBackColor = true; this.MachineTypeCode.AppearanceHeader.Options.UseFont = true; this.MachineTypeCode.Caption = "机型"; this.MachineTypeCode.FieldName = "MachineTypeCode"; this.MachineTypeCode.MinWidth = 25; this.MachineTypeCode.Name = "MachineTypeCode"; this.MachineTypeCode.OptionsColumn.AllowEdit = false; this.MachineTypeCode.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True; this.MachineTypeCode.OptionsColumn.AllowMove = false; this.MachineTypeCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.MachineTypeCode.OptionsFilter.AllowFilter = false; this.MachineTypeCode.Visible = true; this.MachineTypeCode.VisibleIndex = 1; this.MachineTypeCode.Width = 94; // // 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 = 25; this.MachineTypeName.Name = "MachineTypeName"; this.MachineTypeName.OptionsColumn.AllowEdit = false; this.MachineTypeName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.MachineTypeName.OptionsColumn.AllowMove = false; this.MachineTypeName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.MachineTypeName.OptionsFilter.AllowFilter = false; this.MachineTypeName.Width = 94; // // 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 = 200; 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 = 2; this.StationCode.Width = 200; // // 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 = 200; this.StationName.Name = "StationName"; this.StationName.OptionsColumn.AllowMove = false; this.StationName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.StationName.OptionsFilter.AllowFilter = false; this.StationName.OptionsFilter.FilterBySortField = DevExpress.Utils.DefaultBoolean.False; this.StationName.Visible = true; this.StationName.VisibleIndex = 3; this.StationName.Width = 200; // // 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 = 25; this.StrIsUsed.Name = "StrIsUsed"; this.StrIsUsed.Visible = true; this.StrIsUsed.VisibleIndex = 4; this.StrIsUsed.Width = 94; // // gridColumn1 // this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 12F); this.gridColumn1.AppearanceCell.Options.UseFont = true; this.gridColumn1.AppearanceHeader.BackColor = System.Drawing.Color.Azure; this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 12F); this.gridColumn1.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.gridColumn1.AppearanceHeader.Options.UseBackColor = true; this.gridColumn1.AppearanceHeader.Options.UseFont = true; this.gridColumn1.AppearanceHeader.Options.UseForeColor = true; this.gridColumn1.Caption = "操作"; this.gridColumn1.ColumnEdit = this.repositoryItemHyperLinkEdit1; this.gridColumn1.MinWidth = 50; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 5; this.gridColumn1.Width = 50; // // repositoryItemHyperLinkEdit1 // this.repositoryItemHyperLinkEdit1.AutoHeight = false; this.repositoryItemHyperLinkEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; editorButtonImageOptions1.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image"))); editorButtonImageOptions1.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; serializableAppearanceObject1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); serializableAppearanceObject1.Options.UseFont = true; this.repositoryItemHyperLinkEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "编辑", -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.repositoryItemHyperLinkEdit1.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.repositoryItemHyperLinkEdit1.Caption = "编辑"; this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1"; this.repositoryItemHyperLinkEdit1.NullText = "编辑"; this.repositoryItemHyperLinkEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // repositoryItemComboBox1 // this.repositoryItemComboBox1.AutoHeight = false; this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.panelControl3); this.panelControl1.Controls.Add(this.txtkeyword); this.panelControl1.Controls.Add(this.lblproductsfccode); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 43); this.panelControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.panelControl1.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1728, 79); this.panelControl1.TabIndex = 12; // // lblproductsfccode // this.lblproductsfccode.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblproductsfccode.Appearance.Options.UseFont = true; this.lblproductsfccode.Location = new System.Drawing.Point(48, 23); this.lblproductsfccode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblproductsfccode.Name = "lblproductsfccode"; this.lblproductsfccode.Size = new System.Drawing.Size(80, 27); this.lblproductsfccode.TabIndex = 0; this.lblproductsfccode.Text = "关键字:"; // // gridPage1 // this.gridPage1.Dock = System.Windows.Forms.DockStyle.Bottom; this.gridPage1.Location = new System.Drawing.Point(0, 717); this.gridPage1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.gridPage1.Name = "gridPage1"; this.gridPage1.Size = new System.Drawing.Size(1728, 61); this.gridPage1.TabIndex = 11; // // 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(1728, 43); this.panelControl8.TabIndex = 10; // // 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, 32); 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(1728, 11); 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(3, 4); this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(140, 27); this.labelControl18.TabIndex = 0; this.labelControl18.Text = "机型和工位关系"; // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // MachineTypeStation // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Controls.Add(this.gridPage1); this.Controls.Add(this.panelControl8); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "MachineTypeStation"; this.Size = new System.Drawing.Size(1728, 778); this.Load += new System.EventHandler(this.MachineTypeStation_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtkeyword.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GridMak)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit(); this.panelControl8.ResumeLayout(false); this.panelControl8.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.SimpleButton btnadd; private DevExpress.XtraEditors.SimpleButton btnsearch; private DevExpress.XtraEditors.SimpleButton btnexport; private DevExpress.XtraEditors.SimpleButton btndel; private DevExpress.XtraEditors.TextEdit txtkeyword; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl lblproductsfccode; private GridPage gridPage1; private DevExpress.XtraEditors.PanelControl panelControl8; private DevExpress.XtraEditors.SeparatorControl separatorControl1; private DevExpress.XtraEditors.LabelControl labelControl18; 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 DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraGrid.Columns.GridColumn MachineTypeCode; private DevExpress.XtraGrid.Columns.GridColumn MachineTypeName; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; private DevExpress.XtraGrid.Columns.GridColumn StrIsUsed; } }