IQC
lu
2024-10-29 c48b95645f819e1908effbb40d8690347dc9159d
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs
@@ -100,7 +100,6 @@
            this.gv_departmentid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_company = new DevExpress.XtraEditors.LabelControl();
            this.txt_company = new DevExpress.XtraEditors.TextEdit();
            this.gv_company = new DevExpress.XtraGrid.Columns.GridColumn();
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.gcMain = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -214,7 +213,7 @@
            this.gv_parentId.OptionsColumn.AllowEdit = false;
            this.gv_parentId.Tag = "query_a.parent_id";
            this.gv_parentId.Visible = true;
            this.gv_parentId.VisibleIndex = 17;
            this.gv_parentId.VisibleIndex = 16;
            this.gv_parentId.Width = 94;
            // 
            // lb_useOrg
@@ -247,7 +246,7 @@
            this.gv_useOrg.OptionsColumn.AllowEdit = false;
            this.gv_useOrg.Tag = "query_a.use_org";
            this.gv_useOrg.Visible = true;
            this.gv_useOrg.VisibleIndex = 16;
            this.gv_useOrg.VisibleIndex = 15;
            this.gv_useOrg.Width = 94;
            // 
            // lb_createOrg
@@ -280,7 +279,7 @@
            this.gv_createOrg.OptionsColumn.AllowEdit = false;
            this.gv_createOrg.Tag = "query_a.create_org";
            this.gv_createOrg.Visible = true;
            this.gv_createOrg.VisibleIndex = 15;
            this.gv_createOrg.VisibleIndex = 14;
            this.gv_createOrg.Width = 94;
            // 
            // lb_materialProperti
@@ -313,7 +312,7 @@
            this.gv_materialProperti.OptionsColumn.AllowEdit = false;
            this.gv_materialProperti.Tag = "query_a.material_properti";
            this.gv_materialProperti.Visible = true;
            this.gv_materialProperti.VisibleIndex = 14;
            this.gv_materialProperti.VisibleIndex = 13;
            this.gv_materialProperti.Width = 94;
            // 
            // lb_productionWorkshop
@@ -346,7 +345,7 @@
            this.gv_productionWorkshop.OptionsColumn.AllowEdit = false;
            this.gv_productionWorkshop.Tag = "query_a.production_workshop";
            this.gv_productionWorkshop.Visible = true;
            this.gv_productionWorkshop.VisibleIndex = 13;
            this.gv_productionWorkshop.VisibleIndex = 12;
            this.gv_productionWorkshop.Width = 94;
            // 
            // lb_id
@@ -398,7 +397,7 @@
            this.gv_remark.OptionsColumn.AllowEdit = false;
            this.gv_remark.Tag = "query_a.remark";
            this.gv_remark.Visible = true;
            this.gv_remark.VisibleIndex = 12;
            this.gv_remark.VisibleIndex = 11;
            this.gv_remark.Width = 94;
            // 
            // lb_lastupdateDate
@@ -507,7 +506,7 @@
            this.gv_factory.OptionsColumn.AllowEdit = false;
            this.gv_factory.Tag = "query_a.factory";
            this.gv_factory.Visible = true;
            this.gv_factory.VisibleIndex = 11;
            this.gv_factory.VisibleIndex = 0;
            this.gv_factory.Width = 94;
            // 
            // lb_fmanager
@@ -878,20 +877,6 @@
            this.txt_company.Size = new System.Drawing.Size(150, 28);
            this.txt_company.TabIndex = 211;
            // 
            // gv_company
            //
            this.gv_company.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_company.AppearanceCell.Options.UseFont = true;
            this.gv_company.Caption = "公司 ";
            this.gv_company.FieldName = "company";
            this.gv_company.MinWidth = 50;
            this.gv_company.Name = "gv_company";
            this.gv_company.OptionsColumn.AllowEdit = false;
            this.gv_company.Tag = "query_a.company";
            this.gv_company.Visible = true;
            this.gv_company.VisibleIndex = 0;
            this.gv_company.Width = 94;
            //
            // toolBarMenu1
            // 
            this.toolBarMenu1.chkParameter = null;
@@ -900,10 +885,11 @@
            this.toolBarMenu1.isSetBtn = false;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.rptParameter = null;
            this.toolBarMenu1.Size = new System.Drawing.Size(930, 80);
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = "xlsOut_department{}";
            // 
            // gcMain
            // 
@@ -922,7 +908,7 @@
            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_company,
            this.gv_factory,
            this.gv_departmentid,
            this.gv_departmentcode,
            this.gv_departmentname,
@@ -933,7 +919,6 @@
            this.gv_workshopNo,
            this.gv_workshopName,
            this.gv_fmanager,
            this.gv_factory,
            this.gv_remark,
            this.gv_productionWorkshop,
            this.gv_materialProperti,
@@ -1221,7 +1206,6 @@
        private DevExpress.XtraEditors.LabelControl lb_company;
        private DevExpress.XtraEditors.TextEdit txt_company;
        private DevExpress.XtraGrid.Columns.GridColumn gv_company;
    }
}