namespace SIMDP.Project { partial class FormAE2Stock { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAE2Stock)); this.panel1 = new System.Windows.Forms.Panel(); this.chk_Refresh = new System.Windows.Forms.CheckBox(); this.txt_CurrentPage = new DevExpress.XtraEditors.TextEdit(); this.btn_Last = new DevExpress.XtraEditors.SimpleButton(); this.btn_Next = new DevExpress.XtraEditors.SimpleButton(); this.btn_Previous = new DevExpress.XtraEditors.SimpleButton(); this.btn_First = new DevExpress.XtraEditors.SimpleButton(); this.label_PageInfo = new DevExpress.XtraEditors.LabelControl(); this.btn_Delete = new DevExpress.XtraEditors.SimpleButton(); this.btn_Edit = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_Query = new DevExpress.XtraEditors.SimpleButton(); this.gridControl = new DevExpress.XtraGrid.GridControl(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.timerRefresh = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_CurrentPage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.chk_Refresh); this.panel1.Controls.Add(this.txt_CurrentPage); this.panel1.Controls.Add(this.btn_Last); this.panel1.Controls.Add(this.btn_Next); this.panel1.Controls.Add(this.btn_Previous); this.panel1.Controls.Add(this.btn_First); this.panel1.Controls.Add(this.label_PageInfo); this.panel1.Controls.Add(this.btn_Delete); this.panel1.Controls.Add(this.btn_Edit); this.panel1.Controls.Add(this.btn_Add); this.panel1.Controls.Add(this.btn_Query); this.panel1.Controls.Add(this.gridControl); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1017, 439); this.panel1.TabIndex = 0; // // chk_Refresh // this.chk_Refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.chk_Refresh.AutoSize = true; this.chk_Refresh.Checked = true; this.chk_Refresh.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_Refresh.Location = new System.Drawing.Point(928, 11); this.chk_Refresh.Name = "chk_Refresh"; this.chk_Refresh.Size = new System.Drawing.Size(74, 18); this.chk_Refresh.TabIndex = 21; this.chk_Refresh.Text = "自动刷新"; this.chk_Refresh.UseVisualStyleBackColor = true; // // txt_CurrentPage // this.txt_CurrentPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.txt_CurrentPage.EditValue = "1"; this.txt_CurrentPage.Location = new System.Drawing.Point(911, 409); this.txt_CurrentPage.Name = "txt_CurrentPage"; this.txt_CurrentPage.Size = new System.Drawing.Size(25, 20); this.txt_CurrentPage.TabIndex = 13; this.txt_CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_CurrentPage_KeyDown); // // btn_Last // this.btn_Last.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Last.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_Last.Appearance.Options.UseBackColor = true; this.btn_Last.Location = new System.Drawing.Point(975, 409); this.btn_Last.Name = "btn_Last"; this.btn_Last.Size = new System.Drawing.Size(30, 20); this.btn_Last.TabIndex = 9; this.btn_Last.Text = ">|"; this.btn_Last.Click += new System.EventHandler(this.btn_Last_Click); // // btn_Next // this.btn_Next.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Next.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_Next.Appearance.Options.UseBackColor = true; this.btn_Next.Location = new System.Drawing.Point(939, 409); this.btn_Next.Name = "btn_Next"; this.btn_Next.Size = new System.Drawing.Size(30, 20); this.btn_Next.TabIndex = 10; this.btn_Next.Text = ">"; this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click); // // btn_Previous // this.btn_Previous.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_Previous.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_Previous.Appearance.Options.UseBackColor = true; this.btn_Previous.Location = new System.Drawing.Point(879, 409); this.btn_Previous.Name = "btn_Previous"; this.btn_Previous.Size = new System.Drawing.Size(30, 20); this.btn_Previous.TabIndex = 11; this.btn_Previous.Text = "<"; this.btn_Previous.Click += new System.EventHandler(this.btn_Previous_Click); // // btn_First // this.btn_First.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_First.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_First.Appearance.Options.UseBackColor = true; this.btn_First.Location = new System.Drawing.Point(843, 409); this.btn_First.Name = "btn_First"; this.btn_First.Size = new System.Drawing.Size(30, 20); this.btn_First.TabIndex = 12; this.btn_First.Text = "|<"; this.btn_First.Click += new System.EventHandler(this.btn_First_Click); // // label_PageInfo // this.label_PageInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label_PageInfo.Location = new System.Drawing.Point(6, 412); this.label_PageInfo.Name = "label_PageInfo"; this.label_PageInfo.Size = new System.Drawing.Size(213, 14); this.label_PageInfo.TabIndex = 8; this.label_PageInfo.Text = "共 {0} 条记录,每页 {1} 条,共 {2} 页"; // // btn_Delete // this.btn_Delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.Image"))); this.btn_Delete.Location = new System.Drawing.Point(217, 8); this.btn_Delete.Name = "btn_Delete"; this.btn_Delete.Size = new System.Drawing.Size(75, 23); this.btn_Delete.TabIndex = 7; this.btn_Delete.Text = "删除"; this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click); // // btn_Edit // this.btn_Edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_Edit.Image"))); this.btn_Edit.Location = new System.Drawing.Point(114, 8); this.btn_Edit.Name = "btn_Edit"; this.btn_Edit.Size = new System.Drawing.Size(75, 23); this.btn_Edit.TabIndex = 6; this.btn_Edit.Text = "修改"; this.btn_Edit.Click += new System.EventHandler(this.btn_Edit_Click); // // btn_Add // this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image"))); this.btn_Add.Location = new System.Drawing.Point(18, 8); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(75, 23); this.btn_Add.TabIndex = 5; this.btn_Add.Text = "添加"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_Query // this.btn_Query.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image"))); this.btn_Query.Location = new System.Drawing.Point(821, 8); this.btn_Query.Name = "btn_Query"; this.btn_Query.Size = new System.Drawing.Size(75, 23); this.btn_Query.TabIndex = 4; this.btn_Query.Text = "查询"; this.btn_Query.Click += new System.EventHandler(this.btn_Search_Click); // // gridControl // this.gridControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControl.Location = new System.Drawing.Point(0, 37); this.gridControl.MainView = this.gridView; this.gridControl.Name = "gridControl"; this.gridControl.Size = new System.Drawing.Size(1014, 366); this.gridControl.TabIndex = 0; this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView}); // // gridView // this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn2, this.gridColumn3, this.gridColumn4}); this.gridView.GridControl = this.gridControl; this.gridView.IndicatorWidth = 30; this.gridView.Name = "gridView"; this.gridView.OptionsBehavior.Editable = false; this.gridView.OptionsBehavior.ReadOnly = true; this.gridView.OptionsView.EnableAppearanceEvenRow = true; this.gridView.OptionsView.EnableAppearanceOddRow = true; this.gridView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways; this.gridView.OptionsView.ShowGroupPanel = false; this.gridView.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.True; this.gridView.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.True; this.gridView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_CustomDrawRowIndicator); this.gridView.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_CustomColumnDisplayText); // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "序号"; this.gridColumn2.FieldName = "StockId"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 0; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "库位码"; this.gridColumn3.FieldName = "PlcCode"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 1; // // gridColumn4 // this.gridColumn4.AppearanceCell.Options.UseTextOptions = true; this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "状态"; this.gridColumn4.FieldName = "State"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 2; // // timerRefresh // this.timerRefresh.Enabled = true; this.timerRefresh.Interval = 2000; this.timerRefresh.Tick += new System.EventHandler(this.timerRefresh_Tick); // // FormAE2Stock // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1014, 436); this.Controls.Add(this.panel1); this.Name = "FormAE2Stock"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AE2托盘库"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_CurrentPage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.SimpleButton btn_Delete; private DevExpress.XtraEditors.SimpleButton btn_Edit; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.SimpleButton btn_Query; private DevExpress.XtraGrid.GridControl gridControl; private DevExpress.XtraGrid.Views.Grid.GridView gridView; private DevExpress.XtraEditors.LabelControl label_PageInfo; private DevExpress.XtraEditors.TextEdit txt_CurrentPage; private DevExpress.XtraEditors.SimpleButton btn_Last; private DevExpress.XtraEditors.SimpleButton btn_Next; private DevExpress.XtraEditors.SimpleButton btn_Previous; private DevExpress.XtraEditors.SimpleButton btn_First; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private System.Windows.Forms.CheckBox chk_Refresh; private System.Windows.Forms.Timer timerRefresh; } }