namespace TradeIdeas.TIProGUI { partial class NoRepeat { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.cboSelect = new System.Windows.Forms.ComboBox(); this.chkSelect = new System.Windows.Forms.CheckBox(); this.btnOK = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.cboSelect); this.panel1.Controls.Add(this.chkSelect); this.panel1.Location = new System.Drawing.Point(13, 13); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(299, 125); this.panel1.TabIndex = 0; // // cboSelect // this.cboSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboSelect.Enabled = false; this.cboSelect.FormattingEnabled = true; this.cboSelect.Location = new System.Drawing.Point(14, 50); this.cboSelect.Name = "cboSelect"; this.cboSelect.Size = new System.Drawing.Size(150, 21); this.cboSelect.TabIndex = 1; // // chkSelect // this.chkSelect.AutoSize = true; this.chkSelect.Location = new System.Drawing.Point(14, 16); this.chkSelect.Name = "chkSelect"; this.chkSelect.Size = new System.Drawing.Size(80, 17); this.chkSelect.TabIndex = 0; this.chkSelect.Text = "checkBox1"; this.chkSelect.UseVisualStyleBackColor = true; this.chkSelect.CheckedChanged += new System.EventHandler(this.chkSelect_CheckedChanged); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOK.Location = new System.Drawing.Point(68, 152); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(71, 33); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button1.Location = new System.Drawing.Point(171, 152); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(71, 33); this.button1.TabIndex = 2; this.button1.Text = "Cancel"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // NoRepeat // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(324, 197); this.Controls.Add(this.button1); this.Controls.Add(this.btnOK); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "NoRepeat"; this.Text = "NoRepeat"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox chkSelect; private System.Windows.Forms.ComboBox cboSelect; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button button1; } }