namespace TradeIdeas.TIProGUI.CBT { partial class ConfigDemo { /// /// 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.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.configDemoUserControl1 = new TradeIdeas.TIProGUI.CBT.ConfigDemoUserControl(); this.SuspendLayout(); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(12, 318); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 0; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(93, 318); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // configDemoUserControl1 // this.configDemoUserControl1.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.configDemoUserControl1.Location = new System.Drawing.Point(12, 12); this.configDemoUserControl1.MaxText = ""; this.configDemoUserControl1.MinText = ""; this.configDemoUserControl1.Name = "configDemoUserControl1"; this.configDemoUserControl1.Size = new System.Drawing.Size(685, 300); this.configDemoUserControl1.TabIndex = 2; // // ConfigDemo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(709, 353); this.Controls.Add(this.configDemoUserControl1); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Name = "ConfigDemo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ConfigDemo"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private ConfigDemoUserControl configDemoUserControl1; // private System.Windows.Forms.TextBox minTextBox; // private System.Windows.Forms.TextBox maxTextBox; } }