lu
2025-08-22 03f58ebd3b16db1a1bfcb69f7557e3a9b39ba521
DevApp/Gs.DevApp/DevFrm/PDA/SelectZZ.Designer.cs
@@ -34,8 +34,6 @@
            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();
@@ -76,9 +74,7 @@
            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";
@@ -99,8 +95,8 @@
            // 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;
@@ -112,7 +108,7 @@
            // 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";
@@ -121,32 +117,6 @@
            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
            // 
@@ -171,7 +141,7 @@
            this.btnIn.TabIndex = 4;
            this.btnIn.Text = "确定保存";
            // 
            // SelectLine
            // SelectZZ
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -180,7 +150,7 @@
            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;
@@ -201,8 +171,6 @@
        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;
    }
}