lg
2 天以前 d0db069d13e494e02e0132fd06513cf500812c24
DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkStart.Designer.cs
@@ -28,6 +28,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_WorkStart));
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.chkWater = new DevExpress.XtraEditors.CheckEdit();
            this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
@@ -35,6 +36,7 @@
            this.label2 = new System.Windows.Forms.Label();
            this.txt_bc = new DevExpress.XtraEditors.ComboBoxEdit();
            this.label1 = new System.Windows.Forms.Label();
            this.btnFg = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkWater.Properties)).BeginInit();
@@ -47,6 +49,7 @@
            this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelControl1.Controls.Add(this.btnFg);
            this.panelControl1.Controls.Add(this.chkWater);
            this.panelControl1.Controls.Add(this.btnLogin);
            this.panelControl1.Controls.Add(this.txt_gx);
@@ -55,7 +58,7 @@
            this.panelControl1.Controls.Add(this.label1);
            this.panelControl1.Location = new System.Drawing.Point(162, 116);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(337, 264);
            this.panelControl1.Size = new System.Drawing.Size(337, 370);
            this.panelControl1.TabIndex = 0;
            // 
            // chkWater
@@ -126,11 +129,24 @@
            this.label1.TabIndex = 0;
            this.label1.Text = "班次";
            // 
            // btnFg
            //
            this.btnFg.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
            this.btnFg.Appearance.Options.UseBackColor = true;
            this.btnFg.Appearance.Options.UseFont = true;
            this.btnFg.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
            this.btnFg.Location = new System.Drawing.Point(45, 313);
            this.btnFg.Name = "btnFg";
            this.btnFg.Size = new System.Drawing.Size(180, 40);
            this.btnFg.TabIndex = 6;
            this.btnFg.Text = "返工类型\r\n确定进入";
            this.btnFg.Visible = false;
            //
            // Frm_WorkStart
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(749, 553);
            this.ClientSize = new System.Drawing.Size(1101, 553);
            this.Controls.Add(this.panelControl1);
            this.Name = "Frm_WorkStart";
            this.Text = "工序采集启动页";
@@ -154,5 +170,6 @@
        private System.Windows.Forms.Label label2;
        private DevExpress.XtraEditors.SimpleButton btnLogin;
        private DevExpress.XtraEditors.CheckEdit chkWater;
        private DevExpress.XtraEditors.SimpleButton btnFg;
    }
}