lu
2025-03-31 236874a930147c27e46c673d8c1a607f1260e8aa
DevApp/Gs.DevApp/UserControl/showZhongTai.Designer.cs
@@ -46,23 +46,26 @@
            // 
            // comZt
            // 
            this.comZt.EditValue = "-请选择-";
            this.comZt.Location = new System.Drawing.Point(158, 56);
            this.comZt.Name = "comZt";
            this.comZt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comZt.Properties.Items.AddRange(new object[] {
            "-请选择-",
            "1,待开工",
            "2,工单暂停",
            "3,撤回完工",
            "4,紧急备料",
            "5,暂停备料",
            "6,撤回备料"});
            this.comZt.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comZt.Size = new System.Drawing.Size(125, 24);
            this.comZt.TabIndex = 2;
            // 
            // btnCancel
            // 
            this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.btnCancel.Appearance.Options.UseFont = true;
            this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
@@ -76,7 +79,7 @@
            // 
            // btnSave
            // 
            this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.btnSave.Appearance.Options.UseFont = true;
            this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;