cnf
6 天以前 b031fc6dfe8288380258bd8b17a69bd4d4d6f165
DevApp/Gs.DevApp/XtraForm1.Designer.cs
@@ -34,73 +34,90 @@
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
            this.toggleSwitch1 = new DevExpress.XtraEditors.ToggleSwitch();
            this.spreadsheetControl1 = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitch1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // simpleButton1
            // 
            this.simpleButton1.Location = new System.Drawing.Point(57, 107);
            this.simpleButton1.Location = new System.Drawing.Point(50, 83);
            this.simpleButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(94, 29);
            this.simpleButton1.Size = new System.Drawing.Size(82, 23);
            this.simpleButton1.TabIndex = 0;
            this.simpleButton1.Text = "电检数据";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click_1);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Location = new System.Drawing.Point(57, 173);
            this.simpleButton2.Location = new System.Drawing.Point(50, 135);
            this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(94, 29);
            this.simpleButton2.Size = new System.Drawing.Size(82, 23);
            this.simpleButton2.TabIndex = 1;
            this.simpleButton2.Text = "水检数据";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // richTextBox1
            // 
            this.richTextBox1.Location = new System.Drawing.Point(57, 227);
            this.richTextBox1.Location = new System.Drawing.Point(50, 177);
            this.richTextBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(740, 240);
            this.richTextBox1.Size = new System.Drawing.Size(648, 188);
            this.richTextBox1.TabIndex = 2;
            this.richTextBox1.Text = "";
            // 
            // simpleButton3
            // 
            this.simpleButton3.Location = new System.Drawing.Point(471, 85);
            this.simpleButton3.Location = new System.Drawing.Point(412, 66);
            this.simpleButton3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(94, 29);
            this.simpleButton3.Size = new System.Drawing.Size(82, 23);
            this.simpleButton3.TabIndex = 3;
            this.simpleButton3.Text = "simpleButton3";
            // 
            // buttonEdit1
            // 
            this.buttonEdit1.Location = new System.Drawing.Point(312, 147);
            this.buttonEdit1.Location = new System.Drawing.Point(273, 114);
            this.buttonEdit1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.buttonEdit1.Name = "buttonEdit1";
            this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.buttonEdit1.Size = new System.Drawing.Size(125, 24);
            this.buttonEdit1.Size = new System.Drawing.Size(109, 20);
            this.buttonEdit1.TabIndex = 4;
            // 
            // toggleSwitch1
            // 
            this.toggleSwitch1.Location = new System.Drawing.Point(293, 13);
            this.toggleSwitch1.Location = new System.Drawing.Point(256, 10);
            this.toggleSwitch1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.toggleSwitch1.Name = "toggleSwitch1";
            this.toggleSwitch1.Properties.OffText = "Off";
            this.toggleSwitch1.Properties.OnText = "On";
            this.toggleSwitch1.Size = new System.Drawing.Size(288, 24);
            this.toggleSwitch1.Size = new System.Drawing.Size(252, 19);
            this.toggleSwitch1.TabIndex = 5;
            //
            // spreadsheetControl1
            //
            this.spreadsheetControl1.Location = new System.Drawing.Point(152, 232);
            this.spreadsheetControl1.Name = "spreadsheetControl1";
            this.spreadsheetControl1.Size = new System.Drawing.Size(400, 200);
            this.spreadsheetControl1.TabIndex = 6;
            this.spreadsheetControl1.Text = "spreadsheetControl1";
            // 
            // XtraForm1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(887, 659);
            this.ClientSize = new System.Drawing.Size(776, 513);
            this.Controls.Add(this.spreadsheetControl1);
            this.Controls.Add(this.toggleSwitch1);
            this.Controls.Add(this.buttonEdit1);
            this.Controls.Add(this.simpleButton3);
            this.Controls.Add(this.richTextBox1);
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Name = "XtraForm1";
            this.Text = "XtraForm1";
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
@@ -117,5 +134,6 @@
        private DevExpress.XtraEditors.SimpleButton simpleButton3;
        private DevExpress.XtraEditors.ButtonEdit buttonEdit1;
        private DevExpress.XtraEditors.ToggleSwitch toggleSwitch1;
        private DevExpress.XtraSpreadsheet.SpreadsheetControl spreadsheetControl1;
    }
}