Changeset 14 for Common/FormFind.Designer.cs
- Timestamp:
- Aug 2, 2022, 11:46:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/FormFind.Designer.cs
r3 r14 1 namespace Common1 namespace Common 2 2 { 3 3 partial class FormFind … … 41 41 // 42 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(4 05, 15);44 this.buttonFindNext.Margin = new System.Windows.Forms.Padding(4 );43 this.buttonFindNext.Location = new System.Drawing.Point(468, 19); 44 this.buttonFindNext.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 45 45 this.buttonFindNext.Name = "buttonFindNext"; 46 this.buttonFindNext.Size = new System.Drawing.Size(1 17, 28);46 this.buttonFindNext.Size = new System.Drawing.Size(132, 35); 47 47 this.buttonFindNext.TabIndex = 4; 48 48 this.buttonFindNext.Text = "Find next"; … … 54 54 this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 55 55 this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 56 this.buttonCancel.Location = new System.Drawing.Point(4 05, 86);57 this.buttonCancel.Margin = new System.Windows.Forms.Padding(4 );56 this.buttonCancel.Location = new System.Drawing.Point(468, 108); 57 this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 58 58 this.buttonCancel.Name = "buttonCancel"; 59 this.buttonCancel.Size = new System.Drawing.Size(1 16, 28);59 this.buttonCancel.Size = new System.Drawing.Size(130, 35); 60 60 this.buttonCancel.TabIndex = 6; 61 61 this.buttonCancel.Text = "Cancel"; … … 66 66 // 67 67 this.label1.AutoSize = true; 68 this.label1.Location = new System.Drawing.Point(1 6, 21);68 this.label1.Location = new System.Drawing.Point(18, 26); 69 69 this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); 70 70 this.label1.Name = "label1"; 71 this.label1.Size = new System.Drawing.Size( 72, 17);71 this.label1.Size = new System.Drawing.Size(82, 20); 72 72 this.label1.TabIndex = 0; 73 73 this.label1.Text = "Find what:"; 74 this.label1.Click += new System.EventHandler(this.label1_Click); 74 75 // 75 76 // checkBoxMatchWholeWordOnly 76 77 // 77 78 this.checkBoxMatchWholeWordOnly.AutoSize = true; 78 this.checkBoxMatchWholeWordOnly.Location = new System.Drawing.Point(2 0, 58);79 this.checkBoxMatchWholeWordOnly.Margin = new System.Windows.Forms.Padding(4 );79 this.checkBoxMatchWholeWordOnly.Location = new System.Drawing.Point(22, 72); 80 this.checkBoxMatchWholeWordOnly.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 80 81 this.checkBoxMatchWholeWordOnly.Name = "checkBoxMatchWholeWordOnly"; 81 this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(1 72, 21);82 this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(193, 24); 82 83 this.checkBoxMatchWholeWordOnly.TabIndex = 2; 83 84 this.checkBoxMatchWholeWordOnly.Text = "Match whole word only"; 84 85 this.checkBoxMatchWholeWordOnly.UseVisualStyleBackColor = true; 86 this.checkBoxMatchWholeWordOnly.CheckedChanged += new System.EventHandler(this.checkBoxMatchWholeWordOnly_CheckedChanged); 85 87 // 86 88 // checkBoxMatchCase 87 89 // 88 90 this.checkBoxMatchCase.AutoSize = true; 89 this.checkBoxMatchCase.Location = new System.Drawing.Point(2 0, 86);90 this.checkBoxMatchCase.Margin = new System.Windows.Forms.Padding(4 );91 this.checkBoxMatchCase.Location = new System.Drawing.Point(22, 108); 92 this.checkBoxMatchCase.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 91 93 this.checkBoxMatchCase.Name = "checkBoxMatchCase"; 92 this.checkBoxMatchCase.Size = new System.Drawing.Size(1 02, 21);94 this.checkBoxMatchCase.Size = new System.Drawing.Size(116, 24); 93 95 this.checkBoxMatchCase.TabIndex = 3; 94 96 this.checkBoxMatchCase.Text = "Match case"; 95 97 this.checkBoxMatchCase.UseVisualStyleBackColor = true; 98 this.checkBoxMatchCase.CheckedChanged += new System.EventHandler(this.checkBoxMatchCase_CheckedChanged); 96 99 // 97 100 // buttonFindPrevious 98 101 // 99 102 this.buttonFindPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 100 this.buttonFindPrevious.Location = new System.Drawing.Point(4 05, 50);101 this.buttonFindPrevious.Margin = new System.Windows.Forms.Padding(4 );103 this.buttonFindPrevious.Location = new System.Drawing.Point(468, 62); 104 this.buttonFindPrevious.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 102 105 this.buttonFindPrevious.Name = "buttonFindPrevious"; 103 this.buttonFindPrevious.Size = new System.Drawing.Size(1 16, 28);106 this.buttonFindPrevious.Size = new System.Drawing.Size(130, 35); 104 107 this.buttonFindPrevious.TabIndex = 5; 105 108 this.buttonFindPrevious.Text = "Find previous"; … … 112 115 | System.Windows.Forms.AnchorStyles.Right))); 113 116 this.comboBoxWhat.FormattingEnabled = true; 114 this.comboBoxWhat.Location = new System.Drawing.Point(95, 18); 117 this.comboBoxWhat.Location = new System.Drawing.Point(107, 22); 118 this.comboBoxWhat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); 115 119 this.comboBoxWhat.Name = "comboBoxWhat"; 116 this.comboBoxWhat.Size = new System.Drawing.Size( 297, 24);120 this.comboBoxWhat.Size = new System.Drawing.Size(346, 28); 117 121 this.comboBoxWhat.TabIndex = 7; 122 this.comboBoxWhat.SelectedIndexChanged += new System.EventHandler(this.comboBoxWhat_SelectedIndexChanged); 118 123 this.comboBoxWhat.TextChanged += new System.EventHandler(this.textBoxWhat_TextChanged); 119 124 this.comboBoxWhat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxWhat_KeyPress); … … 121 126 // FormFind 122 127 // 123 this.AutoScaleDimensions = new System.Drawing.SizeF( 8F, 16F);128 this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); 124 129 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 125 this.ClientSize = new System.Drawing.Size( 537, 126);130 this.ClientSize = new System.Drawing.Size(616, 175); 126 131 this.Controls.Add(this.comboBoxWhat); 127 132 this.Controls.Add(this.buttonFindPrevious); … … 131 136 this.Controls.Add(this.buttonCancel); 132 137 this.Controls.Add(this.buttonFindNext); 133 this.Margin = new System.Windows.Forms.Padding(4 );138 this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); 134 139 this.MaximizeBox = false; 135 140 this.MinimizeBox = false; 136 this.MinimumSize = new System.Drawing.Size( 394, 162);141 this.MinimumSize = new System.Drawing.Size(440, 189); 137 142 this.Name = "FormFind"; 138 143 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
Note:
See TracChangeset
for help on using the changeset viewer.