namespace WindowsFormsApplication2 { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.tabControl2 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.gridControl2 = new DevExpress.XtraGrid.GridControl(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.panel2 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.tabControl3 = new System.Windows.Forms.TabControl(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.gridControl3 = new DevExpress.XtraGrid.GridControl(); this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.panel3 = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.panel1.SuspendLayout(); this.tabControl2.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); this.panel2.SuspendLayout(); this.tabControl3.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(24, 155); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(48, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "右键参数"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(36, 29); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(48, 14); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "系统参数"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Left; this.tabControl1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(599, 818); this.tabControl1.TabIndex = 6; // // tabPage1 // this.tabPage1.Controls.Add(this.gridControl1); this.tabPage1.Controls.Add(this.panel1); this.tabPage1.Location = new System.Drawing.Point(4, 31); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(591, 783); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "版辊申请"; this.tabPage1.UseVisualStyleBackColor = true; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gridControl1.Location = new System.Drawing.Point(3, 3); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(585, 687); this.gridControl1.TabIndex = 1; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn7, this.gridColumn3, this.gridColumn4}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.AllowHtmlDrawHeaders = true; this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowHeight = 30; this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick); // // gridColumn1 // this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn1.AppearanceCell.Options.UseFont = true; this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn1.AppearanceHeader.Options.UseFont = true; this.gridColumn1.Caption = "名称"; this.gridColumn1.FieldName = "Appellation"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 138; // // gridColumn2 // this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn2.AppearanceCell.Options.UseFont = true; this.gridColumn2.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn2.AppearanceHeader.Options.UseFont = true; this.gridColumn2.Caption = "型号"; this.gridColumn2.FieldName = "model"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 90; // // gridColumn7 // this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn7.AppearanceCell.Options.UseFont = true; this.gridColumn7.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn7.AppearanceHeader.Options.UseFont = true; this.gridColumn7.Caption = "钢号"; this.gridColumn7.FieldName = "OriginBill"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.OptionsColumn.AllowEdit = false; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 2; this.gridColumn7.Width = 98; // // gridColumn3 // this.gridColumn3.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn3.AppearanceCell.Options.UseFont = true; this.gridColumn3.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn3.AppearanceHeader.Options.UseFont = true; this.gridColumn3.Caption = "状态"; this.gridColumn3.FieldName = "mc"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 3; this.gridColumn3.Width = 81; // // gridColumn4 // this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn4.AppearanceCell.Options.UseFont = true; this.gridColumn4.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn4.AppearanceHeader.Options.UseFont = true; this.gridColumn4.Caption = "位置"; this.gridColumn4.FieldName = "wz"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 4; this.gridColumn4.Width = 88; // // panel1 // this.panel1.Controls.Add(this.textBox3); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.textBox2); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.button1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(3, 690); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(585, 90); this.panel1.TabIndex = 0; // // textBox3 // this.textBox3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox3.Location = new System.Drawing.Point(104, 24); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(252, 31); this.textBox3.TabIndex = 9; this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(12, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 21); this.label1.TabIndex = 8; this.label1.Text = "版辊型号"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(125, -63); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(115, 59); this.textBox2.TabIndex = 7; this.textBox2.Visible = false; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(5, -63); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(114, 59); this.textBox1.TabIndex = 6; this.textBox1.Visible = false; // // button1 // this.button1.Enabled = false; this.button1.Location = new System.Drawing.Point(400, 18); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(108, 51); this.button1.TabIndex = 0; this.button1.Text = "确认申请"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // tabControl2 // this.tabControl2.Controls.Add(this.tabPage2); this.tabControl2.Dock = System.Windows.Forms.DockStyle.Left; this.tabControl2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabControl2.Location = new System.Drawing.Point(599, 0); this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; this.tabControl2.Size = new System.Drawing.Size(419, 818); this.tabControl2.TabIndex = 7; // // tabPage2 // this.tabPage2.Controls.Add(this.gridControl2); this.tabPage2.Controls.Add(this.panel2); this.tabPage2.Location = new System.Drawing.Point(4, 31); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(411, 783); this.tabPage2.TabIndex = 0; this.tabPage2.Text = "版辊上机"; this.tabPage2.UseVisualStyleBackColor = true; // // gridControl2 // this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gridControl2.Location = new System.Drawing.Point(3, 3); this.gridControl2.MainView = this.gridView2; this.gridControl2.Name = "gridControl2"; this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.gridControl2.Size = new System.Drawing.Size(405, 687); this.gridControl2.TabIndex = 1; this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView2}); // // gridView2 // this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn5, this.gridColumn9, this.gridColumn6}); this.gridView2.GridControl = this.gridControl2; this.gridView2.Name = "gridView2"; this.gridView2.OptionsView.AllowHtmlDrawHeaders = true; this.gridView2.OptionsView.ShowFooter = true; this.gridView2.OptionsView.ShowGroupPanel = false; this.gridView2.RowHeight = 30; this.gridView2.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView2_RowCellClick); // // gridColumn5 // this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn5.AppearanceCell.Options.UseFont = true; this.gridColumn5.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn5.AppearanceHeader.Options.UseFont = true; this.gridColumn5.Caption = "审核"; this.gridColumn5.FieldName = "tigid1"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.AllowEdit = false; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 0; this.gridColumn5.Width = 69; // // gridColumn9 // this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn9.AppearanceCell.Options.UseFont = true; this.gridColumn9.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn9.AppearanceHeader.Options.UseFont = true; this.gridColumn9.Caption = "名称"; this.gridColumn9.FieldName = "Appellation"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.OptionsColumn.AllowEdit = false; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 1; this.gridColumn9.Width = 155; // // gridColumn6 // this.gridColumn6.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn6.AppearanceCell.Options.UseFont = true; this.gridColumn6.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn6.AppearanceHeader.Options.UseFont = true; this.gridColumn6.Caption = "型号"; this.gridColumn6.FieldName = "model"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.OptionsColumn.AllowEdit = false; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 2; this.gridColumn6.Width = 163; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.repositoryItemCheckEdit1.ValueGrayed = "1"; // // panel2 // this.panel2.Controls.Add(this.button4); this.panel2.Controls.Add(this.button2); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(3, 690); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(405, 90); this.panel2.TabIndex = 0; // // button4 // this.button4.Location = new System.Drawing.Point(46, 19); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(126, 51); this.button4.TabIndex = 1; this.button4.Text = "取消申请"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button2 // this.button2.Location = new System.Drawing.Point(222, 19); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(126, 51); this.button2.TabIndex = 0; this.button2.Text = "确认上机"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // tabControl3 // this.tabControl3.Controls.Add(this.tabPage3); this.tabControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabControl3.Location = new System.Drawing.Point(1018, 0); this.tabControl3.Name = "tabControl3"; this.tabControl3.SelectedIndex = 0; this.tabControl3.Size = new System.Drawing.Size(394, 818); this.tabControl3.TabIndex = 8; // // tabPage3 // this.tabPage3.Controls.Add(this.gridControl3); this.tabPage3.Controls.Add(this.panel3); this.tabPage3.Location = new System.Drawing.Point(4, 31); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(386, 783); this.tabPage3.TabIndex = 0; this.tabPage3.Text = "版辊退回(转移)"; this.tabPage3.UseVisualStyleBackColor = true; // // gridControl3 // this.gridControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gridControl3.Location = new System.Drawing.Point(3, 3); this.gridControl3.MainView = this.gridView3; this.gridControl3.Name = "gridControl3"; this.gridControl3.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit2}); this.gridControl3.Size = new System.Drawing.Size(380, 687); this.gridControl3.TabIndex = 1; this.gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView3}); this.gridControl3.Click += new System.EventHandler(this.gridControl3_Click); // // gridView3 // this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn8, this.gridColumn10}); this.gridView3.GridControl = this.gridControl3; this.gridView3.Name = "gridView3"; this.gridView3.OptionsView.AllowHtmlDrawHeaders = true; this.gridView3.OptionsView.ShowFooter = true; this.gridView3.OptionsView.ShowGroupPanel = false; this.gridView3.RowHeight = 30; // // gridColumn8 // this.gridColumn8.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn8.AppearanceCell.Options.UseFont = true; this.gridColumn8.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn8.AppearanceHeader.Options.UseFont = true; this.gridColumn8.Caption = "名称"; this.gridColumn8.FieldName = "Appellation"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.OptionsColumn.AllowEdit = false; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 0; this.gridColumn8.Width = 190; // // gridColumn10 // this.gridColumn10.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn10.AppearanceCell.Options.UseFont = true; this.gridColumn10.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn10.AppearanceHeader.Options.UseFont = true; this.gridColumn10.Caption = "型号"; this.gridColumn10.FieldName = "model"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.OptionsColumn.AllowEdit = false; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 1; this.gridColumn10.Width = 172; // // repositoryItemCheckEdit2 // this.repositoryItemCheckEdit2.AutoHeight = false; this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2"; this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.repositoryItemCheckEdit2.ValueGrayed = "1"; // // panel3 // this.panel3.Controls.Add(this.button3); this.panel3.Controls.Add(this.button5); this.panel3.Controls.Add(this.button6); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(3, 690); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(380, 90); this.panel3.TabIndex = 0; // // button3 // this.button3.Location = new System.Drawing.Point(119, 20); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(145, 51); this.button3.TabIndex = 2; this.button3.Text = "转移(开发中)"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button5 // this.button5.Location = new System.Drawing.Point(16, 20); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(102, 51); this.button5.TabIndex = 1; this.button5.Text = "版辊退回"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Location = new System.Drawing.Point(265, 20); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(100, 51); this.button6.TabIndex = 0; this.button6.Text = "退出"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1412, 818); this.Controls.Add(this.tabControl3); this.Controls.Add(this.tabControl2); this.Controls.Add(this.tabControl1); this.Controls.Add(this.labelControl2); this.Controls.Add(this.labelControl1); this.Name = "FrmMain"; this.Text = "s"; this.Load += new System.EventHandler(this.FrmMain_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tabControl2.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); this.panel2.ResumeLayout(false); this.tabControl3.ResumeLayout(false); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit(); this.panel3.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TabControl tabControl2; private System.Windows.Forms.TabPage tabPage2; private DevExpress.XtraGrid.GridControl gridControl2; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button2; private System.Windows.Forms.TabControl tabControl3; private System.Windows.Forms.TabPage tabPage3; private DevExpress.XtraGrid.GridControl gridControl3; private DevExpress.XtraGrid.Views.Grid.GridView gridView3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button3; } }