| | |
| | | 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.SuspendLayout(); |
| | | // |
| | | // simpleButton1 |
| | |
| | | this.richTextBox1.TabIndex = 2; |
| | | this.richTextBox1.Text = ""; |
| | | // |
| | | // simpleButton3 |
| | | // |
| | | this.simpleButton3.Location = new System.Drawing.Point(471, 85); |
| | | this.simpleButton3.Name = "simpleButton3"; |
| | | this.simpleButton3.Size = new System.Drawing.Size(94, 29); |
| | | this.simpleButton3.TabIndex = 3; |
| | | this.simpleButton3.Text = "simpleButton3"; |
| | | // |
| | | // XtraForm1 |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(887, 659); |
| | | this.Controls.Add(this.simpleButton3); |
| | | this.Controls.Add(this.richTextBox1); |
| | | this.Controls.Add(this.simpleButton2); |
| | | this.Controls.Add(this.simpleButton1); |
| | |
| | | private DevExpress.XtraEditors.SimpleButton simpleButton1; |
| | | private DevExpress.XtraEditors.SimpleButton simpleButton2; |
| | | private System.Windows.Forms.RichTextBox richTextBox1; |
| | | private DevExpress.XtraEditors.SimpleButton simpleButton3; |
| | | } |
| | | } |