namespace WinformGeneralDeveloperFrame { partial class FrmTest { /// /// 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.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); this.SuspendLayout(); // // memoEdit1 // this.memoEdit1.Location = new System.Drawing.Point(0, 34); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Size = new System.Drawing.Size(865, 298); this.memoEdit1.TabIndex = 0; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(30, 351); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(139, 48); this.simpleButton1.TabIndex = 1; this.simpleButton1.Text = "录入股票"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // simpleButton2 // this.simpleButton2.Location = new System.Drawing.Point(191, 351); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(127, 48); this.simpleButton2.TabIndex = 2; this.simpleButton2.Text = "扫描成交额"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // progressBarControl1 // this.progressBarControl1.Location = new System.Drawing.Point(42, 507); this.progressBarControl1.Name = "progressBarControl1"; this.progressBarControl1.Size = new System.Drawing.Size(811, 18); this.progressBarControl1.TabIndex = 3; // // simpleButton3 // this.simpleButton3.Location = new System.Drawing.Point(344, 351); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(127, 48); this.simpleButton3.TabIndex = 4; this.simpleButton3.Text = "扫描日涨幅"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // textEdit1 // this.textEdit1.Location = new System.Drawing.Point(191, 415); this.textEdit1.Name = "textEdit1"; this.textEdit1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.textEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.textEdit1.Size = new System.Drawing.Size(127, 20); this.textEdit1.TabIndex = 5; // // textEdit2 // this.textEdit2.Location = new System.Drawing.Point(344, 415); this.textEdit2.Name = "textEdit2"; this.textEdit2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.textEdit2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.textEdit2.Size = new System.Drawing.Size(127, 20); this.textEdit2.TabIndex = 6; // // simpleButton4 // this.simpleButton4.Location = new System.Drawing.Point(496, 351); this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(127, 48); this.simpleButton4.TabIndex = 7; this.simpleButton4.Text = "扫描"; this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click); // // simpleButton5 // this.simpleButton5.Location = new System.Drawing.Point(645, 351); this.simpleButton5.Name = "simpleButton5"; this.simpleButton5.Size = new System.Drawing.Size(127, 48); this.simpleButton5.TabIndex = 8; this.simpleButton5.Text = "清空"; this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click); // // FrmTest // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(865, 558); this.Controls.Add(this.simpleButton5); this.Controls.Add(this.simpleButton4); this.Controls.Add(this.textEdit2); this.Controls.Add(this.textEdit1); this.Controls.Add(this.simpleButton3); this.Controls.Add(this.progressBarControl1); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.memoEdit1); this.Name = "FrmTest"; this.Text = "Test"; this.Controls.SetChildIndex(this.memoEdit1, 0); this.Controls.SetChildIndex(this.simpleButton1, 0); this.Controls.SetChildIndex(this.simpleButton2, 0); this.Controls.SetChildIndex(this.progressBarControl1, 0); this.Controls.SetChildIndex(this.simpleButton3, 0); this.Controls.SetChildIndex(this.textEdit1, 0); this.Controls.SetChildIndex(this.textEdit2, 0); this.Controls.SetChildIndex(this.simpleButton4, 0); this.Controls.SetChildIndex(this.simpleButton5, 0); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.MemoEdit memoEdit1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.ProgressBarControl progressBarControl1; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraEditors.TextEdit textEdit2; private DevExpress.XtraEditors.SimpleButton simpleButton4; private DevExpress.XtraEditors.SimpleButton simpleButton5; } }