| | |
| | | private void InitializeComponent() |
| | | { |
| | | this.components = new System.ComponentModel.Container(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition9 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition10 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition11 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition12 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition7 = new DevExpress.XtraLayout.RowDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition8 = new DevExpress.XtraLayout.RowDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition9 = new DevExpress.XtraLayout.RowDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition(); |
| | | this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); |
| | | this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); |
| | | this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | |
| | | this.picCheckBox = new System.Windows.Forms.PictureBox(); |
| | | this.tips = new DevExpress.Utils.ToolTipController(this.components); |
| | | this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | |
| | | this.frm_CqfaItems1 = new Gs.DevApp.DevFrm.RkQC.Frm_CqfaItems(); |
| | | this.frm_CqfaItems2 = new Gs.DevApp.DevFrm.RkQC.Frm_CqfaItems(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | |
| | | this.layoutControlItem7}); |
| | | this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; |
| | | this.Root.Name = "Root"; |
| | | columnDefinition9.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition9.Width = 100D; |
| | | columnDefinition10.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition10.Width = 100D; |
| | | columnDefinition11.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition11.Width = 100D; |
| | | columnDefinition12.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition12.Width = 100D; |
| | | columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition5.Width = 100D; |
| | | columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition6.Width = 100D; |
| | | columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition7.Width = 100D; |
| | | columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition8.Width = 100D; |
| | | this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { |
| | | columnDefinition9, |
| | | columnDefinition10, |
| | | columnDefinition11, |
| | | columnDefinition12}); |
| | | rowDefinition7.Height = 100D; |
| | | rowDefinition7.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | rowDefinition8.Height = 100D; |
| | | rowDefinition8.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | rowDefinition9.Height = 100D; |
| | | rowDefinition9.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition5, |
| | | columnDefinition6, |
| | | columnDefinition7, |
| | | columnDefinition8}); |
| | | rowDefinition4.Height = 100D; |
| | | rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | rowDefinition5.Height = 100D; |
| | | rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | rowDefinition6.Height = 100D; |
| | | rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { |
| | | rowDefinition7, |
| | | rowDefinition8, |
| | | rowDefinition9}); |
| | | rowDefinition4, |
| | | rowDefinition5, |
| | | rowDefinition6}); |
| | | this.Root.Size = new System.Drawing.Size(1201, 111); |
| | | this.Root.TextVisible = false; |
| | | // |
| | |
| | | // |
| | | // splitContainerControl1.Panel1 |
| | | // |
| | | |
| | | this.splitContainerControl1.Panel1.Controls.Add(this.frm_CqfaItems1); |
| | | this.splitContainerControl1.Panel1.Text = "Panel1"; |
| | | // |
| | | // splitContainerControl1.Panel2 |
| | |
| | | // |
| | | // splitContainerControl2.Panel2 |
| | | // |
| | | |
| | | this.splitContainerControl2.Panel2.Controls.Add(this.frm_CqfaItems2); |
| | | this.splitContainerControl2.Panel2.Text = "Panel2"; |
| | | this.splitContainerControl2.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.False; |
| | | this.splitContainerControl2.Size = new System.Drawing.Size(559, 415); |
| | |
| | | this.btnOut.Name = "btnOut"; |
| | | this.btnOut.Size = new System.Drawing.Size(39, 29); |
| | | this.btnOut.TabIndex = 2; |
| | | this.btnOut.Text = "<<"; |
| | | this.btnOut.Text = ">>"; |
| | | // |
| | | // btnIn |
| | | // |
| | |
| | | this.btnIn.Name = "btnIn"; |
| | | this.btnIn.Size = new System.Drawing.Size(39, 29); |
| | | this.btnIn.TabIndex = 1; |
| | | this.btnIn.Text = ">>"; |
| | | this.btnIn.Text = "<<"; |
| | | // |
| | | // picCheckBox |
| | | // |
| | |
| | | this.gridColumn3.MinWidth = 25; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Width = 94; |
| | | |
| | | // |
| | | // frm_CqfaItems1 |
| | | // |
| | | this.frm_CqfaItems1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.frm_CqfaItems1.Location = new System.Drawing.Point(0, 0); |
| | | this.frm_CqfaItems1.Name = "frm_CqfaItems1"; |
| | | this.frm_CqfaItems1.Size = new System.Drawing.Size(628, 415); |
| | | this.frm_CqfaItems1.TabIndex = 0; |
| | | // |
| | | // frm_CqfaItems2 |
| | | // |
| | | this.frm_CqfaItems2.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.frm_CqfaItems2.Location = new System.Drawing.Point(0, 0); |
| | | this.frm_CqfaItems2.Name = "frm_CqfaItems2"; |
| | | this.frm_CqfaItems2.Size = new System.Drawing.Size(476, 415); |
| | | this.frm_CqfaItems2.TabIndex = 0; |
| | | // |
| | | // Frm_Cqfa |
| | | // |
| | |
| | | private DevExpress.XtraEditors.SimpleButton btnIn; |
| | | private DevExpress.XtraEditors.SimpleButton btnOut; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
| | | |
| | | private Frm_CqfaItems frm_CqfaItems1; |
| | | private Frm_CqfaItems frm_CqfaItems2; |
| | | } |
| | | } |