| 1 | namespace Common
|
|---|
| 2 | {
|
|---|
| 3 | partial class FormFind
|
|---|
| 4 | {
|
|---|
| 5 | /// <summary>
|
|---|
| 6 | /// Required designer variable.
|
|---|
| 7 | /// </summary>
|
|---|
| 8 | private System.ComponentModel.IContainer components = null;
|
|---|
| 9 |
|
|---|
| 10 | /// <summary>
|
|---|
| 11 | /// Clean up any resources being used.
|
|---|
| 12 | /// </summary>
|
|---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|---|
| 14 | protected override void Dispose(bool disposing)
|
|---|
| 15 | {
|
|---|
| 16 | if (disposing && (components != null))
|
|---|
| 17 | {
|
|---|
| 18 | components.Dispose();
|
|---|
| 19 | }
|
|---|
| 20 | base.Dispose(disposing);
|
|---|
| 21 | }
|
|---|
| 22 |
|
|---|
| 23 | #region Windows Form Designer generated code
|
|---|
| 24 |
|
|---|
| 25 | /// <summary>
|
|---|
| 26 | /// Required method for Designer support - do not modify
|
|---|
| 27 | /// the contents of this method with the code editor.
|
|---|
| 28 | /// </summary>
|
|---|
| 29 | private void InitializeComponent()
|
|---|
| 30 | {
|
|---|
| 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFind));
|
|---|
| 32 | this.buttonFindNext = new System.Windows.Forms.Button();
|
|---|
| 33 | this.buttonCancel = new System.Windows.Forms.Button();
|
|---|
| 34 | this.label1 = new System.Windows.Forms.Label();
|
|---|
| 35 | this.checkBoxMatchWholeWordOnly = new System.Windows.Forms.CheckBox();
|
|---|
| 36 | this.checkBoxMatchCase = new System.Windows.Forms.CheckBox();
|
|---|
| 37 | this.buttonFindPrevious = new System.Windows.Forms.Button();
|
|---|
| 38 | this.comboBoxWhat = new Common.ComboBoxEx();
|
|---|
| 39 | this.SuspendLayout();
|
|---|
| 40 | //
|
|---|
| 41 | // buttonFindNext
|
|---|
| 42 | //
|
|---|
| 43 | this.buttonFindNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|---|
| 44 | this.buttonFindNext.Location = new System.Drawing.Point(468, 19);
|
|---|
| 45 | this.buttonFindNext.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|---|
| 46 | this.buttonFindNext.Name = "buttonFindNext";
|
|---|
| 47 | this.buttonFindNext.Size = new System.Drawing.Size(132, 35);
|
|---|
| 48 | this.buttonFindNext.TabIndex = 4;
|
|---|
| 49 | this.buttonFindNext.Text = "Find next";
|
|---|
| 50 | this.buttonFindNext.UseVisualStyleBackColor = true;
|
|---|
| 51 | this.buttonFindNext.Click += new System.EventHandler(this.buttonFindNext_Click);
|
|---|
| 52 | //
|
|---|
| 53 | // buttonCancel
|
|---|
| 54 | //
|
|---|
| 55 | this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|---|
| 56 | this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|---|
| 57 | this.buttonCancel.Location = new System.Drawing.Point(468, 108);
|
|---|
| 58 | this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|---|
| 59 | this.buttonCancel.Name = "buttonCancel";
|
|---|
| 60 | this.buttonCancel.Size = new System.Drawing.Size(130, 35);
|
|---|
| 61 | this.buttonCancel.TabIndex = 6;
|
|---|
| 62 | this.buttonCancel.Text = "Cancel";
|
|---|
| 63 | this.buttonCancel.UseVisualStyleBackColor = true;
|
|---|
| 64 | this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|---|
| 65 | //
|
|---|
| 66 | // label1
|
|---|
| 67 | //
|
|---|
| 68 | this.label1.AutoSize = true;
|
|---|
| 69 | this.label1.Location = new System.Drawing.Point(18, 26);
|
|---|
| 70 | this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|---|
| 71 | this.label1.Name = "label1";
|
|---|
| 72 | this.label1.Size = new System.Drawing.Size(82, 20);
|
|---|
| 73 | this.label1.TabIndex = 0;
|
|---|
| 74 | this.label1.Text = "Find what:";
|
|---|
| 75 | //
|
|---|
| 76 | // checkBoxMatchWholeWordOnly
|
|---|
| 77 | //
|
|---|
| 78 | this.checkBoxMatchWholeWordOnly.AutoSize = true;
|
|---|
| 79 | this.checkBoxMatchWholeWordOnly.Location = new System.Drawing.Point(22, 72);
|
|---|
| 80 | this.checkBoxMatchWholeWordOnly.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|---|
| 81 | this.checkBoxMatchWholeWordOnly.Name = "checkBoxMatchWholeWordOnly";
|
|---|
| 82 | this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(194, 24);
|
|---|
| 83 | this.checkBoxMatchWholeWordOnly.TabIndex = 2;
|
|---|
| 84 | this.checkBoxMatchWholeWordOnly.Text = "Match whole word only";
|
|---|
| 85 | this.checkBoxMatchWholeWordOnly.UseVisualStyleBackColor = true;
|
|---|
| 86 | //
|
|---|
| 87 | // checkBoxMatchCase
|
|---|
| 88 | //
|
|---|
| 89 | this.checkBoxMatchCase.AutoSize = true;
|
|---|
| 90 | this.checkBoxMatchCase.Location = new System.Drawing.Point(22, 108);
|
|---|
| 91 | this.checkBoxMatchCase.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|---|
| 92 | this.checkBoxMatchCase.Name = "checkBoxMatchCase";
|
|---|
| 93 | this.checkBoxMatchCase.Size = new System.Drawing.Size(117, 24);
|
|---|
| 94 | this.checkBoxMatchCase.TabIndex = 3;
|
|---|
| 95 | this.checkBoxMatchCase.Text = "Match case";
|
|---|
| 96 | this.checkBoxMatchCase.UseVisualStyleBackColor = true;
|
|---|
| 97 | //
|
|---|
| 98 | // buttonFindPrevious
|
|---|
| 99 | //
|
|---|
| 100 | this.buttonFindPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|---|
| 101 | this.buttonFindPrevious.Location = new System.Drawing.Point(468, 62);
|
|---|
| 102 | this.buttonFindPrevious.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|---|
| 103 | this.buttonFindPrevious.Name = "buttonFindPrevious";
|
|---|
| 104 | this.buttonFindPrevious.Size = new System.Drawing.Size(130, 35);
|
|---|
| 105 | this.buttonFindPrevious.TabIndex = 5;
|
|---|
| 106 | this.buttonFindPrevious.Text = "Find previous";
|
|---|
| 107 | this.buttonFindPrevious.UseVisualStyleBackColor = true;
|
|---|
| 108 | this.buttonFindPrevious.Click += new System.EventHandler(this.buttonFindPrevious_Click);
|
|---|
| 109 | //
|
|---|
| 110 | // comboBoxWhat
|
|---|
| 111 | //
|
|---|
| 112 | this.comboBoxWhat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|---|
| 113 | | System.Windows.Forms.AnchorStyles.Right)));
|
|---|
| 114 | this.comboBoxWhat.FormattingEnabled = true;
|
|---|
| 115 | this.comboBoxWhat.Location = new System.Drawing.Point(107, 22);
|
|---|
| 116 | this.comboBoxWhat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|---|
| 117 | this.comboBoxWhat.Name = "comboBoxWhat";
|
|---|
| 118 | this.comboBoxWhat.Size = new System.Drawing.Size(346, 28);
|
|---|
| 119 | this.comboBoxWhat.TabIndex = 7;
|
|---|
| 120 | this.comboBoxWhat.TextChanged += new System.EventHandler(this.textBoxWhat_TextChanged);
|
|---|
| 121 | this.comboBoxWhat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxWhat_KeyPress);
|
|---|
| 122 | //
|
|---|
| 123 | // FormFind
|
|---|
| 124 | //
|
|---|
| 125 | this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|---|
| 126 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 127 | this.ClientSize = new System.Drawing.Size(616, 175);
|
|---|
| 128 | this.Controls.Add(this.comboBoxWhat);
|
|---|
| 129 | this.Controls.Add(this.buttonFindPrevious);
|
|---|
| 130 | this.Controls.Add(this.checkBoxMatchCase);
|
|---|
| 131 | this.Controls.Add(this.checkBoxMatchWholeWordOnly);
|
|---|
| 132 | this.Controls.Add(this.label1);
|
|---|
| 133 | this.Controls.Add(this.buttonCancel);
|
|---|
| 134 | this.Controls.Add(this.buttonFindNext);
|
|---|
| 135 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|---|
| 136 | this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|---|
| 137 | this.MaximizeBox = false;
|
|---|
| 138 | this.MinimizeBox = false;
|
|---|
| 139 | this.MinimumSize = new System.Drawing.Size(440, 189);
|
|---|
| 140 | this.Name = "FormFind";
|
|---|
| 141 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|---|
| 142 | this.Text = "Find";
|
|---|
| 143 | this.TopMost = true;
|
|---|
| 144 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormFind_FormClosing);
|
|---|
| 145 | this.Load += new System.EventHandler(this.FormFind_Load);
|
|---|
| 146 | this.ResumeLayout(false);
|
|---|
| 147 | this.PerformLayout();
|
|---|
| 148 |
|
|---|
| 149 | }
|
|---|
| 150 |
|
|---|
| 151 | #endregion
|
|---|
| 152 |
|
|---|
| 153 | private System.Windows.Forms.Button buttonFindNext;
|
|---|
| 154 | private System.Windows.Forms.Button buttonCancel;
|
|---|
| 155 | private System.Windows.Forms.Label label1;
|
|---|
| 156 | private System.Windows.Forms.CheckBox checkBoxMatchWholeWordOnly;
|
|---|
| 157 | private System.Windows.Forms.CheckBox checkBoxMatchCase;
|
|---|
| 158 | private System.Windows.Forms.Button buttonFindPrevious;
|
|---|
| 159 | private Common.ComboBoxEx comboBoxWhat;
|
|---|
| 160 | }
|
|---|
| 161 | }
|
|---|