namespace ICSSoft.Frame.APP { partial class FormICSPictureNew { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSPictureNew)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.can = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.itemcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.itemname = new DevExpress.XtraGrid.Columns.GridColumn(); this.ButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.status = new DevExpress.XtraGrid.Columns.GridColumn(); this.opcode = new DevExpress.XtraGrid.Columns.GridColumn(); this.opname = new DevExpress.XtraGrid.Columns.GridColumn(); this.opseq = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ButtonEdit1)).BeginInit(); this.SuspendLayout(); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(593, 1); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(30, 30); this.btnClose.TabIndex = 5; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(207, 13); this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(166, 41); this.lblTitle.TabIndex = 6; this.lblTitle.Text = "工序详情"; // // can // this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.can.Location = new System.Drawing.Point(534, 507); this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.can.Name = "can"; this.can.Size = new System.Drawing.Size(78, 30); this.can.TabIndex = 31; this.can.Text = "取消"; this.can.Click += new System.EventHandler(this.btnClose_Click); // // panelControl1 // this.panelControl1.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.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.gridControl1); this.panelControl1.Location = new System.Drawing.Point(1, 58); this.panelControl1.Margin = new System.Windows.Forms.Padding(0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(622, 445); this.panelControl1.TabIndex = 23; // // gridControl1 // this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.ButtonEdit1}); this.gridControl1.Size = new System.Drawing.Size(622, 442); this.gridControl1.TabIndex = 45; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.itemcode, this.itemname, this.status, this.opcode, this.opname, this.opseq}); this.gridView1.GridControl = this.gridControl1; this.gridView1.GroupPanelText = " "; this.gridView1.IndicatorWidth = 20; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); // // itemcode // this.itemcode.Caption = "产品编码"; this.itemcode.FieldName = "itemcode"; this.itemcode.Name = "itemcode"; this.itemcode.Visible = true; this.itemcode.VisibleIndex = 0; // // itemname // this.itemname.Caption = "产品名称"; this.itemname.FieldName = "itemname"; this.itemname.Name = "itemname"; this.itemname.Visible = true; this.itemname.VisibleIndex = 1; // // ButtonEdit1 // this.ButtonEdit1.AutoHeight = false; this.ButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.ButtonEdit1.Name = "ButtonEdit1"; this.ButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // status // this.status.Caption = "状态"; this.status.FieldName = "status"; this.status.Name = "status"; this.status.Visible = true; this.status.VisibleIndex = 5; // // opcode // this.opcode.Caption = "工序编码"; this.opcode.FieldName = "opcode"; this.opcode.Name = "opcode"; this.opcode.Visible = true; this.opcode.VisibleIndex = 2; // // opname // this.opname.Caption = "工序名称"; this.opname.FieldName = "opname"; this.opname.Name = "opname"; this.opname.Visible = true; this.opname.VisibleIndex = 3; // // opseq // this.opseq.Caption = "工序次序"; this.opseq.FieldName = "opseq"; this.opseq.Name = "opseq"; this.opseq.Visible = true; this.opseq.VisibleIndex = 4; // // FormICSPictureNew // this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(624, 538); this.Controls.Add(this.panelControl1); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnClose); this.Controls.Add(this.can); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormICSPictureNew"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormContainerAddEdit"; this.Load += new System.EventHandler(this.FormICSItenLotAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ButtonEdit1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton can; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn itemcode; private DevExpress.XtraGrid.Columns.GridColumn itemname; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ButtonEdit1; private DevExpress.XtraGrid.Columns.GridColumn status; private DevExpress.XtraGrid.Columns.GridColumn opcode; private DevExpress.XtraGrid.Columns.GridColumn opname; private DevExpress.XtraGrid.Columns.GridColumn opseq; } }