namespace Gs.DevApp { partial class XtraForm1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); 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(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(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(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(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(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(648, 188); this.richTextBox1.TabIndex = 2; this.richTextBox1.Text = ""; // // simpleButton3 // 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(82, 23); this.simpleButton3.TabIndex = 3; this.simpleButton3.Text = "simpleButton3"; // // buttonEdit1 // 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(109, 20); this.buttonEdit1.TabIndex = 4; // // toggleSwitch1 // 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(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(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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(); ((System.ComponentModel.ISupportInitialize)(this.toggleSwitch1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private System.Windows.Forms.RichTextBox richTextBox1; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraEditors.ButtonEdit buttonEdit1; private DevExpress.XtraEditors.ToggleSwitch toggleSwitch1; private DevExpress.XtraSpreadsheet.SpreadsheetControl spreadsheetControl1; } }