| | |
| | | this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_depotCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_depottype = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_isNg = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.btnIn = new DevExpress.XtraEditors.SimpleButton(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); |
| | |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.colChkInt, |
| | | this.gv_depotCode, |
| | | this.gv_depottype, |
| | | this.gv_createBy, |
| | | this.gv_isNg}); |
| | | this.gv_depottype}); |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | |
| | | // gv_depotCode |
| | | // |
| | | this.gv_depotCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotCode.Caption = "线体编号"; |
| | | this.gv_depotCode.FieldName = "lineNo"; |
| | | this.gv_depotCode.Caption = "组织编号"; |
| | | this.gv_depotCode.FieldName = "fNumber"; |
| | | this.gv_depotCode.MinWidth = 50; |
| | | this.gv_depotCode.Name = "gv_depotCode"; |
| | | this.gv_depotCode.OptionsColumn.AllowEdit = false; |
| | |
| | | // gv_depottype |
| | | // |
| | | this.gv_depottype.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depottype.Caption = "线体名称"; |
| | | this.gv_depottype.Caption = "组织名称"; |
| | | this.gv_depottype.FieldName = "name"; |
| | | this.gv_depottype.MinWidth = 50; |
| | | this.gv_depottype.Name = "gv_depottype"; |
| | |
| | | this.gv_depottype.Visible = true; |
| | | this.gv_depottype.VisibleIndex = 2; |
| | | this.gv_depottype.Width = 80; |
| | | // |
| | | // gv_createBy |
| | | // |
| | | this.gv_createBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createBy.Caption = "线体备注"; |
| | | this.gv_createBy.FieldName = "remark"; |
| | | this.gv_createBy.MinWidth = 50; |
| | | this.gv_createBy.Name = "gv_createBy"; |
| | | this.gv_createBy.OptionsColumn.AllowEdit = false; |
| | | this.gv_createBy.Tag = "query_a.create_by"; |
| | | this.gv_createBy.Visible = true; |
| | | this.gv_createBy.VisibleIndex = 3; |
| | | this.gv_createBy.Width = 71; |
| | | // |
| | | // gv_isNg |
| | | // |
| | | this.gv_isNg.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isNg.Caption = "打印机备注"; |
| | | this.gv_isNg.FieldName = "remark"; |
| | | this.gv_isNg.MinWidth = 50; |
| | | this.gv_isNg.Name = "gv_isNg"; |
| | | this.gv_isNg.OptionsColumn.AllowEdit = false; |
| | | this.gv_isNg.Tag = "query_a.is_ng"; |
| | | this.gv_isNg.Visible = true; |
| | | this.gv_isNg.VisibleIndex = 4; |
| | | this.gv_isNg.Width = 100; |
| | | // |
| | | // panelControl1 |
| | | // |
| | |
| | | this.btnIn.TabIndex = 4; |
| | | this.btnIn.Text = "确定保存"; |
| | | // |
| | | // SelectLine |
| | | // SelectZZ |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | | this.Name = "SelectLine"; |
| | | this.Name = "SelectZZ"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "选择线体"; |
| | | this.TopMost = true; |
| | |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_depotCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_depottype; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_createBy; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_isNg; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colChkInt; |
| | | } |
| | | } |