Changeset 15 for Common/FormFind.Designer.cs
- Timestamp:
- Jun 18, 2024, 12:15:33 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/FormFind.Designer.cs
r14 r15 29 29 private void InitializeComponent() 30 30 { 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFind)); 31 32 this.buttonFindNext = new System.Windows.Forms.Button(); 32 33 this.buttonCancel = new System.Windows.Forms.Button(); … … 72 73 this.label1.TabIndex = 0; 73 74 this.label1.Text = "Find what:"; 74 this.label1.Click += new System.EventHandler(this.label1_Click);75 75 // 76 76 // checkBoxMatchWholeWordOnly … … 80 80 this.checkBoxMatchWholeWordOnly.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 81 81 this.checkBoxMatchWholeWordOnly.Name = "checkBoxMatchWholeWordOnly"; 82 this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(19 3, 24);82 this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(194, 24); 83 83 this.checkBoxMatchWholeWordOnly.TabIndex = 2; 84 84 this.checkBoxMatchWholeWordOnly.Text = "Match whole word only"; 85 85 this.checkBoxMatchWholeWordOnly.UseVisualStyleBackColor = true; 86 this.checkBoxMatchWholeWordOnly.CheckedChanged += new System.EventHandler(this.checkBoxMatchWholeWordOnly_CheckedChanged);87 86 // 88 87 // checkBoxMatchCase … … 92 91 this.checkBoxMatchCase.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 93 92 this.checkBoxMatchCase.Name = "checkBoxMatchCase"; 94 this.checkBoxMatchCase.Size = new System.Drawing.Size(11 6, 24);93 this.checkBoxMatchCase.Size = new System.Drawing.Size(117, 24); 95 94 this.checkBoxMatchCase.TabIndex = 3; 96 95 this.checkBoxMatchCase.Text = "Match case"; 97 96 this.checkBoxMatchCase.UseVisualStyleBackColor = true; 98 this.checkBoxMatchCase.CheckedChanged += new System.EventHandler(this.checkBoxMatchCase_CheckedChanged);99 97 // 100 98 // buttonFindPrevious … … 120 118 this.comboBoxWhat.Size = new System.Drawing.Size(346, 28); 121 119 this.comboBoxWhat.TabIndex = 7; 122 this.comboBoxWhat.SelectedIndexChanged += new System.EventHandler(this.comboBoxWhat_SelectedIndexChanged);123 120 this.comboBoxWhat.TextChanged += new System.EventHandler(this.textBoxWhat_TextChanged); 124 121 this.comboBoxWhat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxWhat_KeyPress); … … 136 133 this.Controls.Add(this.buttonCancel); 137 134 this.Controls.Add(this.buttonFindNext); 135 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 138 136 this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 139 137 this.MaximizeBox = false; … … 141 139 this.MinimumSize = new System.Drawing.Size(440, 189); 142 140 this.Name = "FormFind"; 143 this.StartPosition = System.Windows.Forms.FormStartPosition. Manual;141 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 144 142 this.Text = "Find"; 145 143 this.TopMost = true;
Note:
See TracChangeset
for help on using the changeset viewer.