| | |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_fnumber, |
| | |
| | | // |
| | | // gv_fnumber |
| | | // |
| | | this.gv_fnumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fnumber.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fnumber.Caption = "单位编码"; |
| | | this.gv_fnumber.FieldName = "fnumber"; |
| | |
| | | // |
| | | // gv_fname |
| | | // |
| | | this.gv_fname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fname.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fname.Caption = "单位名称"; |
| | | this.gv_fname.FieldName = "fname"; |
| | |
| | | // |
| | | // gv_funitgroupid |
| | | // |
| | | this.gv_funitgroupid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_funitgroupid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_funitgroupid.Caption = "所属组别"; |
| | | this.gv_funitgroupid.FieldName = "funitgroupid"; |
| | |
| | | // |
| | | // gv_fconvertdenominator |
| | | // |
| | | this.gv_fconvertdenominator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fconvertdenominator.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fconvertdenominator.Caption = "换算分母"; |
| | | this.gv_fconvertdenominator.FieldName = "fconvertdenominator"; |
| | |
| | | // |
| | | // gv_fconvertnumerator |
| | | // |
| | | this.gv_fconvertnumerator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fconvertnumerator.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fconvertnumerator.Caption = "换算分子"; |
| | | this.gv_fconvertnumerator.FieldName = "fconvertnumerator"; |
| | |
| | | // |
| | | // gv_froundtype |
| | | // |
| | | this.gv_froundtype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_froundtype.AppearanceCell.Options.UseFont = true; |
| | | this.gv_froundtype.Caption = "舍入类型"; |
| | | this.gv_froundtype.FieldName = "froundtype"; |
| | |
| | | // |
| | | // gv_fprecision |
| | | // |
| | | this.gv_fprecision.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fprecision.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fprecision.Caption = "精度"; |
| | | this.gv_fprecision.FieldName = "fprecision"; |
| | |
| | | // |
| | | // gv_fdescription |
| | | // |
| | | this.gv_fdescription.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fdescription.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fdescription.Caption = "描述"; |
| | | this.gv_fdescription.FieldName = "fdescription"; |
| | |
| | | // |
| | | // gv_fforbidstatus |
| | | // |
| | | this.gv_fforbidstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fforbidstatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fforbidstatus.Caption = "禁用状态"; |
| | | this.gv_fforbidstatus.FieldName = "fforbidstatus"; |
| | |
| | | // |
| | | this.txt_fforbidstatus.Location = new System.Drawing.Point(825, 45); |
| | | this.txt_fforbidstatus.Name = "txt_fforbidstatus"; |
| | | this.txt_fforbidstatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fforbidstatus.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fforbidstatus.Size = new System.Drawing.Size(133, 28); |
| | | this.txt_fforbidstatus.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fdescription.Location = new System.Drawing.Point(825, 113); |
| | | this.txt_fdescription.Name = "txt_fdescription"; |
| | | this.txt_fdescription.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fdescription.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fdescription.Size = new System.Drawing.Size(133, 28); |
| | | this.txt_fdescription.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fprecision.Location = new System.Drawing.Point(351, 45); |
| | | this.txt_fprecision.Name = "txt_fprecision"; |
| | | this.txt_fprecision.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fprecision.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fprecision.Size = new System.Drawing.Size(131, 28); |
| | | this.txt_fprecision.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_froundtype.Location = new System.Drawing.Point(588, 12); |
| | | this.txt_froundtype.Name = "txt_froundtype"; |
| | | this.txt_froundtype.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_froundtype.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_froundtype.Size = new System.Drawing.Size(131, 28); |
| | | this.txt_froundtype.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fconvertnumerator.Location = new System.Drawing.Point(588, 45); |
| | | this.txt_fconvertnumerator.Name = "txt_fconvertnumerator"; |
| | | this.txt_fconvertnumerator.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fconvertnumerator.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fconvertnumerator.Size = new System.Drawing.Size(131, 28); |
| | | this.txt_fconvertnumerator.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fconvertdenominator.Location = new System.Drawing.Point(588, 79); |
| | | this.txt_fconvertdenominator.Name = "txt_fconvertdenominator"; |
| | | this.txt_fconvertdenominator.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fconvertdenominator.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fconvertdenominator.Size = new System.Drawing.Size(131, 28); |
| | | this.txt_fconvertdenominator.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_funitgroupid.Location = new System.Drawing.Point(825, 12); |
| | | this.txt_funitgroupid.Name = "txt_funitgroupid"; |
| | | this.txt_funitgroupid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_funitgroupid.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_funitgroupid.Size = new System.Drawing.Size(133, 28); |
| | | this.txt_funitgroupid.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fname.Location = new System.Drawing.Point(351, 12); |
| | | this.txt_fname.Name = "txt_fname"; |
| | | this.txt_fname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fname.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fname.Size = new System.Drawing.Size(131, 28); |
| | | this.txt_fname.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fnumber.Location = new System.Drawing.Point(114, 45); |
| | | this.txt_fnumber.Name = "txt_fnumber"; |
| | | this.txt_fnumber.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fnumber.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fnumber.Size = new System.Drawing.Size(131, 28); |
| | | this.txt_fnumber.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_newqty.Location = new System.Drawing.Point(588, 113); |
| | | this.txt_newqty.Name = "txt_newqty"; |
| | | this.txt_newqty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_newqty.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_newqty.Size = new System.Drawing.Size(131, 28); |
| | | this.txt_newqty.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_oldqty.Location = new System.Drawing.Point(825, 79); |
| | | this.txt_oldqty.Name = "txt_oldqty"; |
| | | this.txt_oldqty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_oldqty.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_oldqty.Size = new System.Drawing.Size(133, 28); |
| | | this.txt_oldqty.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_id.Location = new System.Drawing.Point(114, 12); |
| | | this.txt_id.Name = "txt_id"; |
| | | this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_id.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_id.Size = new System.Drawing.Size(131, 28); |
| | | this.txt_id.StyleController = this.layoutMx1; |