namespace RPCMon { partial class FormSearch { /// /// 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.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.buttonFind = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.groupBoxDirection = new System.Windows.Forms.GroupBox(); this.radioButtonDown = new System.Windows.Forms.RadioButton(); this.radioButtonUp = new System.Windows.Forms.RadioButton(); this.caseSensitiveCheckBox = new System.Windows.Forms.CheckBox(); this.groupBoxDirection.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 13); this.label1.TabIndex = 0; this.label1.Text = "Find what:"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(76, 13); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(215, 21); this.comboBox1.TabIndex = 1; // // buttonFind // this.buttonFind.Location = new System.Drawing.Point(314, 11); this.buttonFind.Name = "buttonFind"; this.buttonFind.Size = new System.Drawing.Size(75, 23); this.buttonFind.TabIndex = 2; this.buttonFind.Text = "Find Next"; this.buttonFind.UseVisualStyleBackColor = true; this.buttonFind.Click += new System.EventHandler(this.buttonFind_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(314, 53); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // groupBoxDirection // this.groupBoxDirection.Controls.Add(this.radioButtonDown); this.groupBoxDirection.Controls.Add(this.radioButtonUp); this.groupBoxDirection.Location = new System.Drawing.Point(178, 53); this.groupBoxDirection.Name = "groupBoxDirection"; this.groupBoxDirection.Size = new System.Drawing.Size(113, 63); this.groupBoxDirection.TabIndex = 4; this.groupBoxDirection.TabStop = false; this.groupBoxDirection.Text = "Direction"; // // radioButtonDown // this.radioButtonDown.AutoSize = true; this.radioButtonDown.Checked = true; this.radioButtonDown.Location = new System.Drawing.Point(52, 29); this.radioButtonDown.Name = "radioButtonDown"; this.radioButtonDown.Size = new System.Drawing.Size(53, 17); this.radioButtonDown.TabIndex = 1; this.radioButtonDown.TabStop = true; this.radioButtonDown.Text = "Down"; this.radioButtonDown.UseVisualStyleBackColor = true; // // radioButtonUp // this.radioButtonUp.AutoSize = true; this.radioButtonUp.Location = new System.Drawing.Point(7, 29); this.radioButtonUp.Name = "radioButtonUp"; this.radioButtonUp.Size = new System.Drawing.Size(39, 17); this.radioButtonUp.TabIndex = 0; this.radioButtonUp.Text = "Up"; this.radioButtonUp.UseVisualStyleBackColor = true; // // caseSensitiveCheckBox // this.caseSensitiveCheckBox.AutoSize = true; this.caseSensitiveCheckBox.Location = new System.Drawing.Point(76, 41); this.caseSensitiveCheckBox.Name = "caseSensitiveCheckBox"; this.caseSensitiveCheckBox.Size = new System.Drawing.Size(83, 17); this.caseSensitiveCheckBox.TabIndex = 5; this.caseSensitiveCheckBox.Text = "Match Case"; this.caseSensitiveCheckBox.UseVisualStyleBackColor = true; // // FormSearch // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(415, 144); this.Controls.Add(this.caseSensitiveCheckBox); this.Controls.Add(this.groupBoxDirection); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonFind); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSearch"; this.ShowIcon = false; this.Text = "Find"; this.groupBoxDirection.ResumeLayout(false); this.groupBoxDirection.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button buttonFind; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.GroupBox groupBoxDirection; private System.Windows.Forms.RadioButton radioButtonDown; private System.Windows.Forms.RadioButton radioButtonUp; private System.Windows.Forms.CheckBox caseSensitiveCheckBox; } }