| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.components = new System.ComponentModel.Container(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | |
| | | this.bandedGridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.bandedGridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.picCheckBox = new System.Windows.Forms.PictureBox(); |
| | | this.tips = new DevExpress.Utils.ToolTipController(this.components); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_guid, |
| | |
| | | // |
| | | // gv_guid |
| | | // |
| | | |
| | | this.gv_guid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_guid.Caption = "guid "; |
| | | this.gv_guid.FieldName = "guid"; |
| | |
| | | // |
| | | // gv_isenabled |
| | | // |
| | | |
| | | this.gv_isenabled.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isenabled.Caption = "是否有效"; |
| | | this.gv_isenabled.FieldName = "isenabled"; |
| | |
| | | // |
| | | // gv_ftwoChecked |
| | | // |
| | | |
| | | this.gv_ftwoChecked.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ftwoChecked.Caption = "批准标记"; |
| | | this.gv_ftwoChecked.FieldName = "ftwoChecked"; |
| | |
| | | // |
| | | // gv_foneChecked |
| | | // |
| | | |
| | | this.gv_foneChecked.AppearanceCell.Options.UseFont = true; |
| | | this.gv_foneChecked.Caption = "审核标记"; |
| | | this.gv_foneChecked.FieldName = "foneChecked"; |
| | |
| | | // |
| | | // gv_fversion |
| | | // |
| | | |
| | | this.gv_fversion.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fversion.Caption = "版本号"; |
| | | this.gv_fversion.FieldName = "fversion"; |
| | |
| | | // |
| | | // gv_sampleSizeNo |
| | | // |
| | | |
| | | this.gv_sampleSizeNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_sampleSizeNo.Caption = "标准编码"; |
| | | this.gv_sampleSizeNo.FieldName = "sampleSizeNo"; |
| | |
| | | // |
| | | // gv_sampleSizeName |
| | | // |
| | | |
| | | this.gv_sampleSizeName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_sampleSizeName.Caption = "标准名称"; |
| | | this.gv_sampleSizeName.FieldName = "sampleSizeName"; |
| | |
| | | // |
| | | // gv_createName |
| | | // |
| | | |
| | | this.gv_createName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createName.Caption = "制作人姓名"; |
| | | this.gv_createName.FieldName = "createBy"; |
| | |
| | | // |
| | | // gv_foneCheckor |
| | | // |
| | | |
| | | this.gv_foneCheckor.AppearanceCell.Options.UseFont = true; |
| | | this.gv_foneCheckor.Caption = "审核人"; |
| | | this.gv_foneCheckor.FieldName = "foneCheckor"; |
| | |
| | | // |
| | | // gv_foneCheckdate |
| | | // |
| | | |
| | | this.gv_foneCheckdate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_foneCheckdate.Caption = "审核日期"; |
| | | this.gv_foneCheckdate.FieldName = "foneCheckdate"; |
| | |
| | | // |
| | | // gv_ftwoCheckor |
| | | // |
| | | |
| | | this.gv_ftwoCheckor.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ftwoCheckor.Caption = "批准人"; |
| | | this.gv_ftwoCheckor.FieldName = "ftwoCheckor"; |
| | |
| | | // |
| | | // gv_ftwoCheckdate |
| | | // |
| | | |
| | | this.gv_ftwoCheckdate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ftwoCheckdate.Caption = "批准日期"; |
| | | this.gv_ftwoCheckdate.FieldName = "ftwoCheckdate"; |
| | |
| | | // |
| | | // gv_memo |
| | | // |
| | | |
| | | this.gv_memo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_memo.Caption = "备注信息"; |
| | | this.gv_memo.FieldName = "memo"; |
| | |
| | | // |
| | | this.txt_sampleSizeNo.Location = new System.Drawing.Point(84, 12); |
| | | this.txt_sampleSizeNo.Name = "txt_sampleSizeNo"; |
| | | |
| | | this.txt_sampleSizeNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_sampleSizeNo.Size = new System.Drawing.Size(355, 28); |
| | | this.txt_sampleSizeNo.Size = new System.Drawing.Size(355, 24); |
| | | this.txt_sampleSizeNo.StyleController = this.layoutMx1; |
| | | this.txt_sampleSizeNo.TabIndex = 226; |
| | | // |
| | |
| | | // |
| | | this.txt_sampleSizeName.Location = new System.Drawing.Point(84, 54); |
| | | this.txt_sampleSizeName.Name = "txt_sampleSizeName"; |
| | | |
| | | this.txt_sampleSizeName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_sampleSizeName.Size = new System.Drawing.Size(355, 28); |
| | | this.txt_sampleSizeName.Size = new System.Drawing.Size(355, 24); |
| | | this.txt_sampleSizeName.StyleController = this.layoutMx1; |
| | | this.txt_sampleSizeName.TabIndex = 228; |
| | | // |
| | |
| | | // |
| | | this.txt_fversion.Location = new System.Drawing.Point(515, 97); |
| | | this.txt_fversion.Name = "txt_fversion"; |
| | | |
| | | this.txt_fversion.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fversion.Size = new System.Drawing.Size(355, 28); |
| | | this.txt_fversion.Size = new System.Drawing.Size(355, 24); |
| | | this.txt_fversion.StyleController = this.layoutMx1; |
| | | this.txt_fversion.TabIndex = 273; |
| | | // |
| | |
| | | // |
| | | this.txt_ftwoCheckdate.Location = new System.Drawing.Point(946, 54); |
| | | this.txt_ftwoCheckdate.Name = "txt_ftwoCheckdate"; |
| | | |
| | | this.txt_ftwoCheckdate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_ftwoCheckdate.Size = new System.Drawing.Size(355, 28); |
| | | this.txt_ftwoCheckdate.Size = new System.Drawing.Size(355, 24); |
| | | this.txt_ftwoCheckdate.StyleController = this.layoutMx1; |
| | | this.txt_ftwoCheckdate.TabIndex = 262; |
| | | this.txt_ftwoCheckdate.Tag = "readOnly"; |
| | |
| | | // |
| | | this.txt_memo.Location = new System.Drawing.Point(84, 97); |
| | | this.txt_memo.Name = "txt_memo"; |
| | | |
| | | this.txt_memo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_memo.Size = new System.Drawing.Size(355, 28); |
| | | this.txt_memo.Size = new System.Drawing.Size(355, 24); |
| | | this.txt_memo.StyleController = this.layoutMx1; |
| | | this.txt_memo.TabIndex = 231; |
| | | // |
| | |
| | | // |
| | | this.txt_createBy.Location = new System.Drawing.Point(515, 12); |
| | | this.txt_createBy.Name = "txt_createBy"; |
| | | |
| | | this.txt_createBy.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_createBy.Size = new System.Drawing.Size(355, 28); |
| | | this.txt_createBy.Size = new System.Drawing.Size(355, 24); |
| | | this.txt_createBy.StyleController = this.layoutMx1; |
| | | this.txt_createBy.TabIndex = 213; |
| | | this.txt_createBy.Tag = "readOnly"; |
| | |
| | | // |
| | | this.txt_foneCheckdate.Location = new System.Drawing.Point(1377, 54); |
| | | this.txt_foneCheckdate.Name = "txt_foneCheckdate"; |
| | | |
| | | this.txt_foneCheckdate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_foneCheckdate.Size = new System.Drawing.Size(357, 28); |
| | | this.txt_foneCheckdate.Size = new System.Drawing.Size(357, 24); |
| | | this.txt_foneCheckdate.StyleController = this.layoutMx1; |
| | | this.txt_foneCheckdate.TabIndex = 247; |
| | | this.txt_foneCheckdate.Tag = "readOnly"; |
| | |
| | | // |
| | | this.txt_ftwoCheckor.Location = new System.Drawing.Point(946, 12); |
| | | this.txt_ftwoCheckor.Name = "txt_ftwoCheckor"; |
| | | |
| | | this.txt_ftwoCheckor.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_ftwoCheckor.Size = new System.Drawing.Size(355, 28); |
| | | this.txt_ftwoCheckor.Size = new System.Drawing.Size(355, 24); |
| | | this.txt_ftwoCheckor.StyleController = this.layoutMx1; |
| | | this.txt_ftwoCheckor.TabIndex = 258; |
| | | this.txt_ftwoCheckor.Tag = "readOnly"; |
| | |
| | | // |
| | | this.txt_createDate.Location = new System.Drawing.Point(515, 54); |
| | | this.txt_createDate.Name = "txt_createDate"; |
| | | |
| | | this.txt_createDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_createDate.Size = new System.Drawing.Size(355, 28); |
| | | this.txt_createDate.Size = new System.Drawing.Size(355, 24); |
| | | this.txt_createDate.StyleController = this.layoutMx1; |
| | | this.txt_createDate.TabIndex = 216; |
| | | this.txt_createDate.Tag = "readOnly"; |
| | |
| | | // |
| | | this.txt_foneCheckor.Location = new System.Drawing.Point(1377, 12); |
| | | this.txt_foneCheckor.Name = "txt_foneCheckor"; |
| | | |
| | | this.txt_foneCheckor.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_foneCheckor.Size = new System.Drawing.Size(357, 28); |
| | | this.txt_foneCheckor.Size = new System.Drawing.Size(357, 24); |
| | | this.txt_foneCheckor.StyleController = this.layoutMx1; |
| | | this.txt_foneCheckor.TabIndex = 243; |
| | | this.txt_foneCheckor.Tag = "readOnly"; |
| | |
| | | // |
| | | // gvMx1lotFrom |
| | | // |
| | | |
| | | this.gvMx1lotFrom.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lotFrom.Caption = "批量开始"; |
| | | this.gvMx1lotFrom.FieldName = "lotFrom"; |
| | |
| | | // |
| | | // gvMx1lotTo |
| | | // |
| | | |
| | | this.gvMx1lotTo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lotTo.Caption = "批量结束"; |
| | | this.gvMx1lotTo.FieldName = "lotTo"; |
| | |
| | | // |
| | | // gvMx1flevelS1 |
| | | // |
| | | |
| | | this.gvMx1flevelS1.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1flevelS1.Caption = "特殊检验水平|S-1"; |
| | | this.gvMx1flevelS1.ColumnEdit = this.repositoryItemComboBox2; |
| | |
| | | // |
| | | // gvMx1flevelS2 |
| | | // |
| | | |
| | | this.gvMx1flevelS2.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1flevelS2.Caption = "特殊检验水平|S-2"; |
| | | this.gvMx1flevelS2.ColumnEdit = this.repositoryItemComboBox3; |
| | |
| | | // |
| | | // gvMx1flevelS3 |
| | | // |
| | | |
| | | this.gvMx1flevelS3.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1flevelS3.Caption = "特殊检验水平|S-3"; |
| | | this.gvMx1flevelS3.ColumnEdit = this.repositoryItemComboBox4; |
| | |
| | | // |
| | | // gvMx1flevelS4 |
| | | // |
| | | |
| | | this.gvMx1flevelS4.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1flevelS4.Caption = "特殊检验水平|S-4"; |
| | | this.gvMx1flevelS4.ColumnEdit = this.repositoryItemComboBox5; |
| | |
| | | // |
| | | // gvMx1flevelI |
| | | // |
| | | |
| | | this.gvMx1flevelI.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1flevelI.Caption = "一般检验水平|I"; |
| | | this.gvMx1flevelI.ColumnEdit = this.repositoryItemComboBox6; |
| | |
| | | // |
| | | // gvMx1flevelIi |
| | | // |
| | | |
| | | this.gvMx1flevelIi.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1flevelIi.Caption = "一般检验水平|II"; |
| | | this.gvMx1flevelIi.ColumnEdit = this.repositoryItemComboBox7; |
| | |
| | | // |
| | | // gvMx1flevelIii |
| | | // |
| | | |
| | | this.gvMx1flevelIii.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1flevelIii.Caption = "一般检验水平|III"; |
| | | this.gvMx1flevelIii.ColumnEdit = this.repositoryItemComboBox8; |
| | |
| | | // |
| | | // gvMx1memo |
| | | // |
| | | |
| | | this.gvMx1memo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1memo.Caption = "备注"; |
| | | this.gvMx1memo.FieldName = "memo"; |
| | |
| | | // |
| | | // gvMx1guid |
| | | // |
| | | |
| | | this.gvMx1guid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1guid.Caption = "guid"; |
| | | this.gvMx1guid.FieldName = "guid"; |
| | |
| | | // |
| | | // gvMx1aql1Id |
| | | // |
| | | |
| | | this.gvMx1aql1Id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1aql1Id.Caption = "AQL抽样基准ID"; |
| | | this.gvMx1aql1Id.FieldName = "aql1Id"; |
| | |
| | | // |
| | | // gvMx2fsampleSizeWord |
| | | // |
| | | |
| | | this.gvMx2fsampleSizeWord.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2fsampleSizeWord.Caption = "样本大小"; |
| | | this.gvMx2fsampleSizeWord.FieldName = "fsampleSizeWord"; |
| | |
| | | // |
| | | // gvMx2guid |
| | | // |
| | | |
| | | this.gvMx2guid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2guid.Caption = "guid "; |
| | | this.gvMx2guid.FieldName = "guid"; |
| | |
| | | // |
| | | // gvMx2aql1Id |
| | | // |
| | | |
| | | this.gvMx2aql1Id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql1Id.Caption = "AQL抽样基准ID"; |
| | | this.gvMx2aql1Id.FieldName = "aql1Id"; |
| | |
| | | // |
| | | // gvMx2sampleSizeWord |
| | | // |
| | | |
| | | this.gvMx2sampleSizeWord.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2sampleSizeWord.Caption = "样本大小字码"; |
| | | this.gvMx2sampleSizeWord.ColumnEdit = this.repositoryItemComboBox1; |
| | |
| | | // |
| | | // gvMx2aql00010 |
| | | // |
| | | |
| | | this.gvMx2aql00010.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql00010.Caption = "0.010"; |
| | | this.gvMx2aql00010.FieldName = "aql00010"; |
| | |
| | | // |
| | | // gvMx2aql00015 |
| | | // |
| | | |
| | | this.gvMx2aql00015.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql00015.Caption = "0.015"; |
| | | this.gvMx2aql00015.FieldName = "aql00015"; |
| | |
| | | // |
| | | // gvMx2aql00025 |
| | | // |
| | | |
| | | this.gvMx2aql00025.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql00025.Caption = "0.025"; |
| | | this.gvMx2aql00025.FieldName = "aql00025"; |
| | |
| | | // |
| | | // gvMx2aql00040 |
| | | // |
| | | |
| | | this.gvMx2aql00040.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql00040.Caption = "0.040"; |
| | | this.gvMx2aql00040.FieldName = "aql00040"; |
| | |
| | | // |
| | | // gvMx2aql00065 |
| | | // |
| | | |
| | | this.gvMx2aql00065.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql00065.Caption = "0.065"; |
| | | this.gvMx2aql00065.FieldName = "aql00065"; |
| | |
| | | // |
| | | // gvMx2aql0010 |
| | | // |
| | | |
| | | this.gvMx2aql0010.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql0010.Caption = "0.10"; |
| | | this.gvMx2aql0010.FieldName = "aql0010"; |
| | |
| | | // |
| | | // gvMx2aql0015 |
| | | // |
| | | |
| | | this.gvMx2aql0015.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql0015.Caption = "0.15"; |
| | | this.gvMx2aql0015.FieldName = "aql0015"; |
| | |
| | | // |
| | | // gvMx2aql0025 |
| | | // |
| | | |
| | | this.gvMx2aql0025.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx2aql0025.Caption = "0.25"; |
| | | this.gvMx2aql0025.FieldName = "aql0025"; |
| | |
| | | // |
| | | // bandedGridColumn3 |
| | | // |
| | | |
| | | this.bandedGridColumn3.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn3.Caption = "样本大小"; |
| | | this.bandedGridColumn3.FieldName = "fsampleSizeWord"; |
| | |
| | | // |
| | | // bandedGridColumn4 |
| | | // |
| | | |
| | | this.bandedGridColumn4.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn4.Caption = "样本大小字码"; |
| | | this.bandedGridColumn4.ColumnEdit = this.repositoryItemComboBox1; |
| | |
| | | // |
| | | // bandedGridColumn5 |
| | | // |
| | | |
| | | this.bandedGridColumn5.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn5.Caption = "0.010"; |
| | | this.bandedGridColumn5.FieldName = "aql00010"; |
| | |
| | | // |
| | | // bandedGridColumn6 |
| | | // |
| | | |
| | | this.bandedGridColumn6.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn6.Caption = "0.015"; |
| | | this.bandedGridColumn6.FieldName = "aql00015"; |
| | |
| | | // |
| | | // bandedGridColumn7 |
| | | // |
| | | |
| | | this.bandedGridColumn7.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn7.Caption = "0.025"; |
| | | this.bandedGridColumn7.FieldName = "aql00025"; |
| | |
| | | // |
| | | // bandedGridColumn8 |
| | | // |
| | | |
| | | this.bandedGridColumn8.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn8.Caption = "0.040"; |
| | | this.bandedGridColumn8.FieldName = "aql00040"; |
| | |
| | | // |
| | | // bandedGridColumn9 |
| | | // |
| | | |
| | | this.bandedGridColumn9.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn9.Caption = "0.065"; |
| | | this.bandedGridColumn9.FieldName = "aql00065"; |
| | |
| | | // |
| | | // bandedGridColumn10 |
| | | // |
| | | |
| | | this.bandedGridColumn10.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn10.Caption = "0.10"; |
| | | this.bandedGridColumn10.FieldName = "aql0010"; |
| | |
| | | // |
| | | // bandedGridColumn11 |
| | | // |
| | | |
| | | this.bandedGridColumn11.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn11.Caption = "0.15"; |
| | | this.bandedGridColumn11.FieldName = "aql0015"; |
| | |
| | | // |
| | | // bandedGridColumn12 |
| | | // |
| | | |
| | | this.bandedGridColumn12.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn12.Caption = "0.25"; |
| | | this.bandedGridColumn12.FieldName = "aql0025"; |
| | |
| | | // |
| | | // bandedGridColumn13 |
| | | // |
| | | |
| | | this.bandedGridColumn13.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn13.Caption = "0.40"; |
| | | this.bandedGridColumn13.FieldName = "aql0040"; |
| | |
| | | // |
| | | // bandedGridColumn14 |
| | | // |
| | | |
| | | this.bandedGridColumn14.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn14.Caption = "0.65"; |
| | | this.bandedGridColumn14.FieldName = "aql0065"; |
| | |
| | | // |
| | | // bandedGridColumn15 |
| | | // |
| | | |
| | | this.bandedGridColumn15.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn15.Caption = "1.0"; |
| | | this.bandedGridColumn15.FieldName = "aql0100"; |
| | |
| | | // |
| | | // bandedGridColumn16 |
| | | // |
| | | |
| | | this.bandedGridColumn16.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn16.Caption = "1.5"; |
| | | this.bandedGridColumn16.FieldName = "aql0150"; |
| | |
| | | // |
| | | // bandedGridColumn17 |
| | | // |
| | | |
| | | this.bandedGridColumn17.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn17.Caption = "2.5"; |
| | | this.bandedGridColumn17.FieldName = "aql0250"; |
| | |
| | | // |
| | | // bandedGridColumn18 |
| | | // |
| | | |
| | | this.bandedGridColumn18.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn18.Caption = "4.0"; |
| | | this.bandedGridColumn18.FieldName = "aql0400"; |
| | |
| | | // |
| | | // bandedGridColumn19 |
| | | // |
| | | |
| | | this.bandedGridColumn19.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn19.Caption = "6.5"; |
| | | this.bandedGridColumn19.FieldName = "aql0650"; |
| | |
| | | // |
| | | // bandedGridColumn20 |
| | | // |
| | | |
| | | this.bandedGridColumn20.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn20.Caption = "10"; |
| | | this.bandedGridColumn20.FieldName = "aql1000"; |
| | |
| | | // |
| | | // bandedGridColumn21 |
| | | // |
| | | |
| | | this.bandedGridColumn21.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn21.Caption = "备注"; |
| | | this.bandedGridColumn21.FieldName = "memo"; |
| | |
| | | // |
| | | // bandedGridColumn1 |
| | | // |
| | | |
| | | this.bandedGridColumn1.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn1.Caption = "guid "; |
| | | this.bandedGridColumn1.FieldName = "guid"; |
| | |
| | | // |
| | | // bandedGridColumn2 |
| | | // |
| | | |
| | | this.bandedGridColumn2.AppearanceCell.Options.UseFont = true; |
| | | this.bandedGridColumn2.Caption = "AQL抽样基准ID"; |
| | | this.bandedGridColumn2.FieldName = "aql1Id"; |
| | |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn bandedGridColumn2; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; |
| | | private DevExpress.Utils.ToolTipController tips; |
| | | } |
| | | } |