source: Common/FormFind.Designer.cs

Last change on this file was 14, checked in by chronos, 21 months ago
  • Modified: Various improvements.
File size: 8.6 KB
Line 
1namespace 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 this.buttonFindNext = new System.Windows.Forms.Button();
32 this.buttonCancel = new System.Windows.Forms.Button();
33 this.label1 = new System.Windows.Forms.Label();
34 this.checkBoxMatchWholeWordOnly = new System.Windows.Forms.CheckBox();
35 this.checkBoxMatchCase = new System.Windows.Forms.CheckBox();
36 this.buttonFindPrevious = new System.Windows.Forms.Button();
37 this.comboBoxWhat = new Common.ComboBoxEx();
38 this.SuspendLayout();
39 //
40 // buttonFindNext
41 //
42 this.buttonFindNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
43 this.buttonFindNext.Location = new System.Drawing.Point(468, 19);
44 this.buttonFindNext.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
45 this.buttonFindNext.Name = "buttonFindNext";
46 this.buttonFindNext.Size = new System.Drawing.Size(132, 35);
47 this.buttonFindNext.TabIndex = 4;
48 this.buttonFindNext.Text = "Find next";
49 this.buttonFindNext.UseVisualStyleBackColor = true;
50 this.buttonFindNext.Click += new System.EventHandler(this.buttonFindNext_Click);
51 //
52 // buttonCancel
53 //
54 this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
55 this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
56 this.buttonCancel.Location = new System.Drawing.Point(468, 108);
57 this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
58 this.buttonCancel.Name = "buttonCancel";
59 this.buttonCancel.Size = new System.Drawing.Size(130, 35);
60 this.buttonCancel.TabIndex = 6;
61 this.buttonCancel.Text = "Cancel";
62 this.buttonCancel.UseVisualStyleBackColor = true;
63 this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
64 //
65 // label1
66 //
67 this.label1.AutoSize = true;
68 this.label1.Location = new System.Drawing.Point(18, 26);
69 this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
70 this.label1.Name = "label1";
71 this.label1.Size = new System.Drawing.Size(82, 20);
72 this.label1.TabIndex = 0;
73 this.label1.Text = "Find what:";
74 this.label1.Click += new System.EventHandler(this.label1_Click);
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(193, 24);
83 this.checkBoxMatchWholeWordOnly.TabIndex = 2;
84 this.checkBoxMatchWholeWordOnly.Text = "Match whole word only";
85 this.checkBoxMatchWholeWordOnly.UseVisualStyleBackColor = true;
86 this.checkBoxMatchWholeWordOnly.CheckedChanged += new System.EventHandler(this.checkBoxMatchWholeWordOnly_CheckedChanged);
87 //
88 // checkBoxMatchCase
89 //
90 this.checkBoxMatchCase.AutoSize = true;
91 this.checkBoxMatchCase.Location = new System.Drawing.Point(22, 108);
92 this.checkBoxMatchCase.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
93 this.checkBoxMatchCase.Name = "checkBoxMatchCase";
94 this.checkBoxMatchCase.Size = new System.Drawing.Size(116, 24);
95 this.checkBoxMatchCase.TabIndex = 3;
96 this.checkBoxMatchCase.Text = "Match case";
97 this.checkBoxMatchCase.UseVisualStyleBackColor = true;
98 this.checkBoxMatchCase.CheckedChanged += new System.EventHandler(this.checkBoxMatchCase_CheckedChanged);
99 //
100 // buttonFindPrevious
101 //
102 this.buttonFindPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
103 this.buttonFindPrevious.Location = new System.Drawing.Point(468, 62);
104 this.buttonFindPrevious.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
105 this.buttonFindPrevious.Name = "buttonFindPrevious";
106 this.buttonFindPrevious.Size = new System.Drawing.Size(130, 35);
107 this.buttonFindPrevious.TabIndex = 5;
108 this.buttonFindPrevious.Text = "Find previous";
109 this.buttonFindPrevious.UseVisualStyleBackColor = true;
110 this.buttonFindPrevious.Click += new System.EventHandler(this.buttonFindPrevious_Click);
111 //
112 // comboBoxWhat
113 //
114 this.comboBoxWhat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
115 | System.Windows.Forms.AnchorStyles.Right)));
116 this.comboBoxWhat.FormattingEnabled = true;
117 this.comboBoxWhat.Location = new System.Drawing.Point(107, 22);
118 this.comboBoxWhat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
119 this.comboBoxWhat.Name = "comboBoxWhat";
120 this.comboBoxWhat.Size = new System.Drawing.Size(346, 28);
121 this.comboBoxWhat.TabIndex = 7;
122 this.comboBoxWhat.SelectedIndexChanged += new System.EventHandler(this.comboBoxWhat_SelectedIndexChanged);
123 this.comboBoxWhat.TextChanged += new System.EventHandler(this.textBoxWhat_TextChanged);
124 this.comboBoxWhat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxWhat_KeyPress);
125 //
126 // FormFind
127 //
128 this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
129 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
130 this.ClientSize = new System.Drawing.Size(616, 175);
131 this.Controls.Add(this.comboBoxWhat);
132 this.Controls.Add(this.buttonFindPrevious);
133 this.Controls.Add(this.checkBoxMatchCase);
134 this.Controls.Add(this.checkBoxMatchWholeWordOnly);
135 this.Controls.Add(this.label1);
136 this.Controls.Add(this.buttonCancel);
137 this.Controls.Add(this.buttonFindNext);
138 this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
139 this.MaximizeBox = false;
140 this.MinimizeBox = false;
141 this.MinimumSize = new System.Drawing.Size(440, 189);
142 this.Name = "FormFind";
143 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
144 this.Text = "Find";
145 this.TopMost = true;
146 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormFind_FormClosing);
147 this.Load += new System.EventHandler(this.FormFind_Load);
148 this.ResumeLayout(false);
149 this.PerformLayout();
150
151 }
152
153 #endregion
154
155 private System.Windows.Forms.Button buttonFindNext;
156 private System.Windows.Forms.Button buttonCancel;
157 private System.Windows.Forms.Label label1;
158 private System.Windows.Forms.CheckBox checkBoxMatchWholeWordOnly;
159 private System.Windows.Forms.CheckBox checkBoxMatchCase;
160 private System.Windows.Forms.Button buttonFindPrevious;
161 private Common.ComboBoxEx comboBoxWhat;
162 }
163}
Note: See TracBrowser for help on using the repository browser.