1 namespace KeePassRPC.Forms 2 { 3 partial class KeeFieldForm 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> Dispose(bool disposing)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> InitializeComponent()29 private void InitializeComponent() 30 { 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KeeFieldForm)); 32 this.textBox1 = new System.Windows.Forms.TextBox(); 33 this.label1 = new System.Windows.Forms.Label(); 34 this.label2 = new System.Windows.Forms.Label(); 35 this.textBox2 = new System.Windows.Forms.TextBox(); 36 this.comboBox1 = new System.Windows.Forms.ComboBox(); 37 this.textBox3 = new System.Windows.Forms.TextBox(); 38 this.textBox4 = new System.Windows.Forms.TextBox(); 39 this.button1 = new System.Windows.Forms.Button(); 40 this.button2 = new System.Windows.Forms.Button(); 41 this.label3 = new System.Windows.Forms.Label(); 42 this.label4 = new System.Windows.Forms.Label(); 43 this.label5 = new System.Windows.Forms.Label(); 44 this.label6 = new System.Windows.Forms.Label(); 45 this.label7 = new System.Windows.Forms.Label(); 46 this.checkBox1 = new System.Windows.Forms.CheckBox(); 47 this.groupBox1 = new System.Windows.Forms.GroupBox(); 48 this.radioButton1 = new System.Windows.Forms.RadioButton(); 49 this.radioButton2 = new System.Windows.Forms.RadioButton(); 50 this.radioButton3 = new System.Windows.Forms.RadioButton(); 51 this.label8 = new System.Windows.Forms.Label(); 52 this.linkLabel1 = new System.Windows.Forms.LinkLabel(); 53 this.groupBox1.SuspendLayout(); 54 this.SuspendLayout(); 55 // 56 // textBox1 57 // 58 this.textBox1.Location = new System.Drawing.Point(50, 9); 59 this.textBox1.Name = "textBox1"; 60 this.textBox1.Size = new System.Drawing.Size(218, 20); 61 this.textBox1.TabIndex = 1; 62 // 63 // label1 64 // 65 this.label1.AutoSize = true; 66 this.label1.Location = new System.Drawing.Point(9, 12); 67 this.label1.Name = "label1"; 68 this.label1.Size = new System.Drawing.Size(35, 13); 69 this.label1.TabIndex = 0; 70 this.label1.Text = "Name"; 71 // 72 // label2 73 // 74 this.label2.AutoSize = true; 75 this.label2.Location = new System.Drawing.Point(10, 64); 76 this.label2.Name = "label2"; 77 this.label2.Size = new System.Drawing.Size(34, 13); 78 this.label2.TabIndex = 0; 79 this.label2.Text = "Value"; 80 this.label2.Visible = false; 81 // 82 // textBox2 83 // 84 this.textBox2.Location = new System.Drawing.Point(50, 61); 85 this.textBox2.Name = "textBox2"; 86 this.textBox2.Size = new System.Drawing.Size(218, 20); 87 this.textBox2.TabIndex = 3; 88 this.textBox2.Visible = false; 89 // 90 // comboBox1 91 // 92 this.comboBox1.FormattingEnabled = true; 93 this.comboBox1.Items.AddRange(new object[] { 94 "Text", 95 "Password", 96 "Radio", 97 "Checkbox", 98 "Select"}); 99 this.comboBox1.Location = new System.Drawing.Point(328, 8); 100 this.comboBox1.Name = "comboBox1"; 101 this.comboBox1.Size = new System.Drawing.Size(75, 21); 102 this.comboBox1.TabIndex = 2; 103 // 104 // textBox3 105 // 106 this.textBox3.Location = new System.Drawing.Point(50, 35); 107 this.textBox3.Name = "textBox3"; 108 this.textBox3.Size = new System.Drawing.Size(218, 20); 109 this.textBox3.TabIndex = 5; 110 // 111 // textBox4 112 // 113 this.textBox4.Location = new System.Drawing.Point(328, 35); 114 this.textBox4.Name = "textBox4"; 115 this.textBox4.Size = new System.Drawing.Size(28, 20); 116 this.textBox4.TabIndex = 4; 117 // 118 // button1 119 // 120 this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; 121 this.button1.Location = new System.Drawing.Point(247, 259); 122 this.button1.Name = "button1"; 123 this.button1.Size = new System.Drawing.Size(75, 23); 124 this.button1.TabIndex = 6; 125 this.button1.Text = "OK"; 126 this.button1.UseVisualStyleBackColor = true; 127 this.button1.Click += new System.EventHandler(this.button1_Click); 128 // 129 // button2 130 // 131 this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; 132 this.button2.Location = new System.Drawing.Point(328, 259); 133 this.button2.Name = "button2"; 134 this.button2.Size = new System.Drawing.Size(75, 23); 135 this.button2.TabIndex = 7; 136 this.button2.Text = "Cancel"; 137 this.button2.UseVisualStyleBackColor = true; 138 // 139 // label3 140 // 141 this.label3.AutoSize = true; 142 this.label3.Location = new System.Drawing.Point(28, 38); 143 this.label3.Name = "label3"; 144 this.label3.Size = new System.Drawing.Size(16, 13); 145 this.label3.TabIndex = 0; 146 this.label3.Text = "Id"; 147 // 148 // label4 149 // 150 this.label4.AutoSize = true; 151 this.label4.Location = new System.Drawing.Point(291, 12); 152 this.label4.Name = "label4"; 153 this.label4.Size = new System.Drawing.Size(31, 13); 154 this.label4.TabIndex = 0; 155 this.label4.Text = "Type"; 156 // 157 // label5 158 // 159 this.label5.AutoSize = true; 160 this.label5.Location = new System.Drawing.Point(290, 38); 161 this.label5.Name = "label5"; 162 this.label5.Size = new System.Drawing.Size(32, 13); 163 this.label5.TabIndex = 0; 164 this.label5.Text = "Page"; 165 // 166 // label6 167 // 168 this.label6.AutoSize = true; 169 this.label6.Location = new System.Drawing.Point(8, 64); 170 this.label6.Name = "label6"; 171 this.label6.Size = new System.Drawing.Size(390, 13); 172 this.label6.TabIndex = 0; 173 this.label6.Text = "To change the value of the username field, please use the main KeePass edit tab"; 174 this.label6.Visible = false; 175 // 176 // label7 177 // 178 this.label7.AutoSize = true; 179 this.label7.Location = new System.Drawing.Point(9, 64); 180 this.label7.Name = "label7"; 181 this.label7.Size = new System.Drawing.Size(389, 13); 182 this.label7.TabIndex = 0; 183 this.label7.Text = "To change the value of the password field, please use the main KeePass edit tab"; 184 this.label7.Visible = false; 185 // 186 // checkBox1 187 // 188 this.checkBox1.AutoSize = true; 189 this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; 190 this.checkBox1.Location = new System.Drawing.Point(6, 63); 191 this.checkBox1.Name = "checkBox1"; 192 this.checkBox1.Size = new System.Drawing.Size(59, 17); 193 this.checkBox1.TabIndex = 8; 194 this.checkBox1.Text = "Enable"; 195 this.checkBox1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 196 this.checkBox1.UseVisualStyleBackColor = true; 197 this.checkBox1.Visible = false; 198 // 199 // groupBox1 200 // 201 this.groupBox1.Controls.Add(this.linkLabel1); 202 this.groupBox1.Controls.Add(this.label8); 203 this.groupBox1.Controls.Add(this.radioButton3); 204 this.groupBox1.Controls.Add(this.radioButton2); 205 this.groupBox1.Controls.Add(this.radioButton1); 206 this.groupBox1.Location = new System.Drawing.Point(11, 90); 207 this.groupBox1.Name = "groupBox1"; 208 this.groupBox1.Size = new System.Drawing.Size(392, 163); 209 this.groupBox1.TabIndex = 9; 210 this.groupBox1.TabStop = false; 211 this.groupBox1.Text = "KeePass placeholders"; 212 // 213 // radioButton1 214 // 215 this.radioButton1.AutoSize = true; 216 this.radioButton1.Location = new System.Drawing.Point(6, 19); 217 this.radioButton1.Name = "radioButton1"; 218 this.radioButton1.Size = new System.Drawing.Size(106, 17); 219 this.radioButton1.TabIndex = 0; 220 this.radioButton1.TabStop = true; 221 this.radioButton1.Text = "Database default"; 222 this.radioButton1.UseVisualStyleBackColor = true; 223 // 224 // radioButton2 225 // 226 this.radioButton2.AutoSize = true; 227 this.radioButton2.Location = new System.Drawing.Point(127, 19); 228 this.radioButton2.Name = "radioButton2"; 229 this.radioButton2.Size = new System.Drawing.Size(58, 17); 230 this.radioButton2.TabIndex = 1; 231 this.radioButton2.TabStop = true; 232 this.radioButton2.Text = "Enable"; 233 this.radioButton2.UseVisualStyleBackColor = true; 234 // 235 // radioButton3 236 // 237 this.radioButton3.AutoSize = true; 238 this.radioButton3.Location = new System.Drawing.Point(197, 19); 239 this.radioButton3.Name = "radioButton3"; 240 this.radioButton3.Size = new System.Drawing.Size(60, 17); 241 this.radioButton3.TabIndex = 2; 242 this.radioButton3.TabStop = true; 243 this.radioButton3.Text = "Disable"; 244 this.radioButton3.UseVisualStyleBackColor = true; 245 // 246 // label8 247 // 248 this.label8.Location = new System.Drawing.Point(7, 43); 249 this.label8.Name = "label8"; 250 this.label8.Size = new System.Drawing.Size(379, 83); 251 this.label8.TabIndex = 3; 252 this.label8.Text = resources.GetString("label8.Text"); 253 // 254 // linkLabel1 255 // 256 this.linkLabel1.AutoSize = true; 257 this.linkLabel1.Location = new System.Drawing.Point(7, 129); 258 this.linkLabel1.Name = "linkLabel1"; 259 this.linkLabel1.Size = new System.Drawing.Size(247, 13); 260 this.linkLabel1.TabIndex = 4; 261 this.linkLabel1.TabStop = true; 262 this.linkLabel1.Text = "https://forum.kee.pm/t/placeholder-handling/1100"; 263 this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); 264 // 265 // KeeFieldForm 266 // 267 this.AcceptButton = this.button1; 268 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 269 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 270 this.CancelButton = this.button2; 271 this.ClientSize = new System.Drawing.Size(413, 294); 272 this.Controls.Add(this.groupBox1); 273 this.Controls.Add(this.checkBox1); 274 this.Controls.Add(this.label7); 275 this.Controls.Add(this.label6); 276 this.Controls.Add(this.label5); 277 this.Controls.Add(this.label4); 278 this.Controls.Add(this.label3); 279 this.Controls.Add(this.button2); 280 this.Controls.Add(this.button1); 281 this.Controls.Add(this.textBox4); 282 this.Controls.Add(this.textBox3); 283 this.Controls.Add(this.comboBox1); 284 this.Controls.Add(this.textBox2); 285 this.Controls.Add(this.label2); 286 this.Controls.Add(this.label1); 287 this.Controls.Add(this.textBox1); 288 this.MaximizeBox = false; 289 this.MinimizeBox = false; 290 this.Name = "KeeFieldForm"; 291 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 292 this.Text = "KeeFieldForm"; 293 this.groupBox1.ResumeLayout(false); 294 this.groupBox1.PerformLayout(); 295 this.ResumeLayout(false); 296 this.PerformLayout(); 297 298 } 299 300 #endregion 301 302 private System.Windows.Forms.TextBox textBox1; 303 private System.Windows.Forms.Label label1; 304 private System.Windows.Forms.Label label2; 305 private System.Windows.Forms.TextBox textBox2; 306 private System.Windows.Forms.ComboBox comboBox1; 307 private System.Windows.Forms.TextBox textBox3; 308 private System.Windows.Forms.TextBox textBox4; 309 private System.Windows.Forms.Button button1; 310 private System.Windows.Forms.Button button2; 311 private System.Windows.Forms.Label label3; 312 private System.Windows.Forms.Label label4; 313 private System.Windows.Forms.Label label5; 314 private System.Windows.Forms.Label label6; 315 private System.Windows.Forms.Label label7; 316 private System.Windows.Forms.CheckBox checkBox1; 317 private System.Windows.Forms.GroupBox groupBox1; 318 private System.Windows.Forms.Label label8; 319 private System.Windows.Forms.RadioButton radioButton3; 320 private System.Windows.Forms.RadioButton radioButton2; 321 private System.Windows.Forms.RadioButton radioButton1; 322 private System.Windows.Forms.LinkLabel linkLabel1; 323 } 324 }