namespace DeviceRepairAndOptimization.Pages.FormVersion { partial class Page_FormVersionDialog { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Page_FormVersionDialog)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colAutoID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVersionCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVersionRev = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFormName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRemarks = new DevExpress.XtraGrid.Columns.GridColumn(); this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Submit = new DevExpress.XtraEditors.SimpleButton(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit(); this.stackPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.gridControl1); this.layoutControl1.Controls.Add(this.stackPanel1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 131, 812, 500); this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(726, 281); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // gridControl1 // this.gridControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.gridControl1.Location = new System.Drawing.Point(12, 13); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(702, 192); this.gridControl1.TabIndex = 5; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.ColumnPanelRowHeight = 42; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colAutoID, this.colVersionCode, this.colVersionRev, this.colFormName, this.colRemarks}); this.gridView1.DetailHeight = 369; this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 30; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 30; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowHeight = 42; this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick); this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader); // // colAutoID // this.colAutoID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colAutoID.AppearanceCell.Options.UseFont = true; this.colAutoID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colAutoID.AppearanceHeader.Options.UseFont = true; this.colAutoID.FieldName = "AutoID"; this.colAutoID.MinWidth = 24; this.colAutoID.Name = "colAutoID"; this.colAutoID.Width = 94; // // colVersionCode // this.colVersionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colVersionCode.AppearanceCell.Options.UseFont = true; this.colVersionCode.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colVersionCode.AppearanceHeader.Options.UseFont = true; this.colVersionCode.Caption = "点检表编码"; this.colVersionCode.FieldName = "VersionCode"; this.colVersionCode.MinWidth = 24; this.colVersionCode.Name = "colVersionCode"; this.colVersionCode.Visible = true; this.colVersionCode.VisibleIndex = 1; this.colVersionCode.Width = 94; // // colVersionRev // this.colVersionRev.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colVersionRev.AppearanceCell.Options.UseFont = true; this.colVersionRev.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colVersionRev.AppearanceHeader.Options.UseFont = true; this.colVersionRev.Caption = "Rev版本"; this.colVersionRev.FieldName = "VersionRev"; this.colVersionRev.MinWidth = 24; this.colVersionRev.Name = "colVersionRev"; this.colVersionRev.Visible = true; this.colVersionRev.VisibleIndex = 2; this.colVersionRev.Width = 94; // // colFormName // this.colFormName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colFormName.AppearanceCell.Options.UseFont = true; this.colFormName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colFormName.AppearanceHeader.Options.UseFont = true; this.colFormName.Caption = "点检表名称"; this.colFormName.FieldName = "FormName"; this.colFormName.MinWidth = 24; this.colFormName.Name = "colFormName"; this.colFormName.Visible = true; this.colFormName.VisibleIndex = 3; this.colFormName.Width = 94; // // colRemarks // this.colRemarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colRemarks.AppearanceCell.Options.UseFont = true; this.colRemarks.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colRemarks.AppearanceHeader.Options.UseFont = true; this.colRemarks.Caption = "说明"; this.colRemarks.FieldName = "Remarks"; this.colRemarks.MinWidth = 24; this.colRemarks.Name = "colRemarks"; this.colRemarks.Visible = true; this.colRemarks.VisibleIndex = 4; this.colRemarks.Width = 94; // // stackPanel1 // this.stackPanel1.Controls.Add(this.btn_Cancel); this.stackPanel1.Controls.Add(this.btn_Submit); this.stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft; this.stackPanel1.Location = new System.Drawing.Point(12, 209); this.stackPanel1.Name = "stackPanel1"; this.stackPanel1.Size = new System.Drawing.Size(702, 59); this.stackPanel1.TabIndex = 4; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(588, 7); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(111, 45); this.btn_Cancel.TabIndex = 0; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Submit // this.btn_Submit.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_Submit.Appearance.Options.UseFont = true; this.btn_Submit.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_Submit.AppearanceDisabled.Options.UseFont = true; this.btn_Submit.AppearanceHovered.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_Submit.AppearanceHovered.Options.UseFont = true; this.btn_Submit.AppearancePressed.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_Submit.AppearancePressed.Options.UseFont = true; this.btn_Submit.Location = new System.Drawing.Point(471, 7); this.btn_Submit.Name = "btn_Submit"; this.btn_Submit.Size = new System.Drawing.Size(111, 45); this.btn_Submit.TabIndex = 1; this.btn_Submit.Text = "提交"; this.btn_Submit.Click += new System.EventHandler(this.btn_Submit_Click); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition1.Width = 100D; this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1}); rowDefinition1.Height = 100D; rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition2.Height = 63D; rowDefinition2.SizeType = System.Windows.Forms.SizeType.Absolute; this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2}); this.Root.Size = new System.Drawing.Size(726, 281); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.stackPanel1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 196); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem1.Size = new System.Drawing.Size(706, 63); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.gridControl1; this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(706, 196); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // Page_FormVersionDialog // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(726, 281); this.Controls.Add(this.layoutControl1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Tahoma", 12F); this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("Page_FormVersionDialog.IconOptions.SvgImage"))); this.Name = "Page_FormVersionDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "点检表绑定"; this.Load += new System.EventHandler(this.Page_FormVersionDialog_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit(); this.stackPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.Utils.Layout.StackPanel stackPanel1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Submit; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraGrid.Columns.GridColumn colAutoID; private DevExpress.XtraGrid.Columns.GridColumn colVersionCode; private DevExpress.XtraGrid.Columns.GridColumn colVersionRev; private DevExpress.XtraGrid.Columns.GridColumn colFormName; private DevExpress.XtraGrid.Columns.GridColumn colRemarks; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; } }