1 namespace KeePass.Forms 2 { 3 partial class EcasTriggerForm 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 this.m_bannerImage = new System.Windows.Forms.PictureBox(); 32 this.m_btnOK = new System.Windows.Forms.Button(); 33 this.m_btnCancel = new System.Windows.Forms.Button(); 34 this.m_btnPrev = new System.Windows.Forms.Button(); 35 this.m_btnNext = new System.Windows.Forms.Button(); 36 this.m_tabMain = new System.Windows.Forms.TabControl(); 37 this.m_tabProps = new System.Windows.Forms.TabPage(); 38 this.m_lblEnabledDesc = new System.Windows.Forms.Label(); 39 this.m_cbTurnOffAfterAction = new System.Windows.Forms.CheckBox(); 40 this.m_tbComments = new System.Windows.Forms.TextBox(); 41 this.m_lblTriggerComments = new System.Windows.Forms.Label(); 42 this.m_lblInitiallyOnDesc = new System.Windows.Forms.Label(); 43 this.m_cbInitiallyOn = new System.Windows.Forms.CheckBox(); 44 this.m_cbEnabled = new System.Windows.Forms.CheckBox(); 45 this.m_tbName = new System.Windows.Forms.TextBox(); 46 this.m_lblTriggerName = new System.Windows.Forms.Label(); 47 this.m_tabEvents = new System.Windows.Forms.TabPage(); 48 this.m_btnEventMoveDown = new System.Windows.Forms.Button(); 49 this.m_btnEventMoveUp = new System.Windows.Forms.Button(); 50 this.m_btnEventEdit = new System.Windows.Forms.Button(); 51 this.m_btnEventDelete = new System.Windows.Forms.Button(); 52 this.m_btnEventAdd = new System.Windows.Forms.Button(); 53 this.m_lblEventsIntro = new System.Windows.Forms.Label(); 54 this.m_lvEvents = new KeePass.UI.CustomListViewEx(); 55 this.m_tabConditions = new System.Windows.Forms.TabPage(); 56 this.m_btnConditionMoveDown = new System.Windows.Forms.Button(); 57 this.m_btnConditionMoveUp = new System.Windows.Forms.Button(); 58 this.m_btnConditionEdit = new System.Windows.Forms.Button(); 59 this.m_lblConditionsEmptyHint = new System.Windows.Forms.Label(); 60 this.m_btnConditionDelete = new System.Windows.Forms.Button(); 61 this.m_btnConditionAdd = new System.Windows.Forms.Button(); 62 this.m_lblConditionsIntro = new System.Windows.Forms.Label(); 63 this.m_lvConditions = new KeePass.UI.CustomListViewEx(); 64 this.m_tabActions = new System.Windows.Forms.TabPage(); 65 this.m_btnActionMoveDown = new System.Windows.Forms.Button(); 66 this.m_btnActionMoveUp = new System.Windows.Forms.Button(); 67 this.m_btnActionEdit = new System.Windows.Forms.Button(); 68 this.m_btnActionDelete = new System.Windows.Forms.Button(); 69 this.m_btnActionAdd = new System.Windows.Forms.Button(); 70 this.m_lvActions = new KeePass.UI.CustomListViewEx(); 71 this.m_lblActionsIntro = new System.Windows.Forms.Label(); 72 this.m_btnHelp = new System.Windows.Forms.Button(); 73 ((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit(); 74 this.m_tabMain.SuspendLayout(); 75 this.m_tabProps.SuspendLayout(); 76 this.m_tabEvents.SuspendLayout(); 77 this.m_tabConditions.SuspendLayout(); 78 this.m_tabActions.SuspendLayout(); 79 this.SuspendLayout(); 80 // 81 // m_bannerImage 82 // 83 this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top; 84 this.m_bannerImage.Location = new System.Drawing.Point(0, 0); 85 this.m_bannerImage.Name = "m_bannerImage"; 86 this.m_bannerImage.Size = new System.Drawing.Size(594, 60); 87 this.m_bannerImage.TabIndex = 0; 88 this.m_bannerImage.TabStop = false; 89 // 90 // m_btnOK 91 // 92 this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; 93 this.m_btnOK.Location = new System.Drawing.Point(426, 389); 94 this.m_btnOK.Name = "m_btnOK"; 95 this.m_btnOK.Size = new System.Drawing.Size(75, 23); 96 this.m_btnOK.TabIndex = 0; 97 this.m_btnOK.Text = "&Finish"; 98 this.m_btnOK.UseVisualStyleBackColor = true; 99 this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK); 100 // 101 // m_btnCancel 102 // 103 this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 104 this.m_btnCancel.Location = new System.Drawing.Point(507, 389); 105 this.m_btnCancel.Name = "m_btnCancel"; 106 this.m_btnCancel.Size = new System.Drawing.Size(75, 23); 107 this.m_btnCancel.TabIndex = 1; 108 this.m_btnCancel.Text = "Cancel"; 109 this.m_btnCancel.UseVisualStyleBackColor = true; 110 this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel); 111 // 112 // m_btnPrev 113 // 114 this.m_btnPrev.Location = new System.Drawing.Point(258, 389); 115 this.m_btnPrev.Name = "m_btnPrev"; 116 this.m_btnPrev.Size = new System.Drawing.Size(75, 23); 117 this.m_btnPrev.TabIndex = 4; 118 this.m_btnPrev.Text = "< &Back"; 119 this.m_btnPrev.UseVisualStyleBackColor = true; 120 this.m_btnPrev.Click += new System.EventHandler(this.OnBtnPrev); 121 // 122 // m_btnNext 123 // 124 this.m_btnNext.Location = new System.Drawing.Point(333, 389); 125 this.m_btnNext.Name = "m_btnNext"; 126 this.m_btnNext.Size = new System.Drawing.Size(75, 23); 127 this.m_btnNext.TabIndex = 5; 128 this.m_btnNext.Text = "&Next >"; 129 this.m_btnNext.UseVisualStyleBackColor = true; 130 this.m_btnNext.Click += new System.EventHandler(this.OnBtnNext); 131 // 132 // m_tabMain 133 // 134 this.m_tabMain.Controls.Add(this.m_tabProps); 135 this.m_tabMain.Controls.Add(this.m_tabEvents); 136 this.m_tabMain.Controls.Add(this.m_tabConditions); 137 this.m_tabMain.Controls.Add(this.m_tabActions); 138 this.m_tabMain.Location = new System.Drawing.Point(12, 69); 139 this.m_tabMain.Name = "m_tabMain"; 140 this.m_tabMain.SelectedIndex = 0; 141 this.m_tabMain.Size = new System.Drawing.Size(570, 314); 142 this.m_tabMain.TabIndex = 2; 143 this.m_tabMain.SelectedIndexChanged += new System.EventHandler(this.OnTabMainSelectedIndexChanged); 144 // 145 // m_tabProps 146 // 147 this.m_tabProps.Controls.Add(this.m_lblEnabledDesc); 148 this.m_tabProps.Controls.Add(this.m_cbTurnOffAfterAction); 149 this.m_tabProps.Controls.Add(this.m_tbComments); 150 this.m_tabProps.Controls.Add(this.m_lblTriggerComments); 151 this.m_tabProps.Controls.Add(this.m_lblInitiallyOnDesc); 152 this.m_tabProps.Controls.Add(this.m_cbInitiallyOn); 153 this.m_tabProps.Controls.Add(this.m_cbEnabled); 154 this.m_tabProps.Controls.Add(this.m_tbName); 155 this.m_tabProps.Controls.Add(this.m_lblTriggerName); 156 this.m_tabProps.Location = new System.Drawing.Point(4, 22); 157 this.m_tabProps.Name = "m_tabProps"; 158 this.m_tabProps.Padding = new System.Windows.Forms.Padding(3); 159 this.m_tabProps.Size = new System.Drawing.Size(562, 288); 160 this.m_tabProps.TabIndex = 0; 161 this.m_tabProps.Text = "Properties"; 162 this.m_tabProps.UseVisualStyleBackColor = true; 163 // 164 // m_lblEnabledDesc 165 // 166 this.m_lblEnabledDesc.AutoSize = true; 167 this.m_lblEnabledDesc.Location = new System.Drawing.Point(26, 81); 168 this.m_lblEnabledDesc.Name = "m_lblEnabledDesc"; 169 this.m_lblEnabledDesc.Size = new System.Drawing.Size(204, 13); 170 this.m_lblEnabledDesc.TabIndex = 3; 171 this.m_lblEnabledDesc.Text = "If not enabled, the trigger has no function."; 172 // 173 // m_cbTurnOffAfterAction 174 // 175 this.m_cbTurnOffAfterAction.AutoSize = true; 176 this.m_cbTurnOffAfterAction.Location = new System.Drawing.Point(9, 263); 177 this.m_cbTurnOffAfterAction.Name = "m_cbTurnOffAfterAction"; 178 this.m_cbTurnOffAfterAction.Size = new System.Drawing.Size(224, 17); 179 this.m_cbTurnOffAfterAction.TabIndex = 8; 180 this.m_cbTurnOffAfterAction.Text = "&Turn off after executing actions (run once)"; 181 this.m_cbTurnOffAfterAction.UseVisualStyleBackColor = true; 182 // 183 // m_tbComments 184 // 185 this.m_tbComments.AcceptsReturn = true; 186 this.m_tbComments.Location = new System.Drawing.Point(9, 164); 187 this.m_tbComments.Multiline = true; 188 this.m_tbComments.Name = "m_tbComments"; 189 this.m_tbComments.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 190 this.m_tbComments.Size = new System.Drawing.Size(543, 83); 191 this.m_tbComments.TabIndex = 7; 192 // 193 // m_lblTriggerComments 194 // 195 this.m_lblTriggerComments.AutoSize = true; 196 this.m_lblTriggerComments.Location = new System.Drawing.Point(6, 148); 197 this.m_lblTriggerComments.Name = "m_lblTriggerComments"; 198 this.m_lblTriggerComments.Size = new System.Drawing.Size(59, 13); 199 this.m_lblTriggerComments.TabIndex = 6; 200 this.m_lblTriggerComments.Text = "&Comments:"; 201 // 202 // m_lblInitiallyOnDesc 203 // 204 this.m_lblInitiallyOnDesc.AutoSize = true; 205 this.m_lblInitiallyOnDesc.Location = new System.Drawing.Point(26, 126); 206 this.m_lblInitiallyOnDesc.Name = "m_lblInitiallyOnDesc"; 207 this.m_lblInitiallyOnDesc.Size = new System.Drawing.Size(319, 13); 208 this.m_lblInitiallyOnDesc.TabIndex = 5; 209 this.m_lblInitiallyOnDesc.Text = "When checked, the trigger will initially be on when KeePass starts."; 210 // 211 // m_cbInitiallyOn 212 // 213 this.m_cbInitiallyOn.AutoSize = true; 214 this.m_cbInitiallyOn.Location = new System.Drawing.Point(9, 106); 215 this.m_cbInitiallyOn.Name = "m_cbInitiallyOn"; 216 this.m_cbInitiallyOn.Size = new System.Drawing.Size(72, 17); 217 this.m_cbInitiallyOn.TabIndex = 4; 218 this.m_cbInitiallyOn.Text = "Initially &on"; 219 this.m_cbInitiallyOn.UseVisualStyleBackColor = true; 220 // 221 // m_cbEnabled 222 // 223 this.m_cbEnabled.AutoSize = true; 224 this.m_cbEnabled.Location = new System.Drawing.Point(9, 61); 225 this.m_cbEnabled.Name = "m_cbEnabled"; 226 this.m_cbEnabled.Size = new System.Drawing.Size(65, 17); 227 this.m_cbEnabled.TabIndex = 2; 228 this.m_cbEnabled.Text = "&Enabled"; 229 this.m_cbEnabled.UseVisualStyleBackColor = true; 230 // 231 // m_tbName 232 // 233 this.m_tbName.Location = new System.Drawing.Point(9, 26); 234 this.m_tbName.Name = "m_tbName"; 235 this.m_tbName.Size = new System.Drawing.Size(543, 20); 236 this.m_tbName.TabIndex = 1; 237 // 238 // m_lblTriggerName 239 // 240 this.m_lblTriggerName.AutoSize = true; 241 this.m_lblTriggerName.Location = new System.Drawing.Point(6, 10); 242 this.m_lblTriggerName.Name = "m_lblTriggerName"; 243 this.m_lblTriggerName.Size = new System.Drawing.Size(38, 13); 244 this.m_lblTriggerName.TabIndex = 0; 245 this.m_lblTriggerName.Text = "N&ame:"; 246 // 247 // m_tabEvents 248 // 249 this.m_tabEvents.Controls.Add(this.m_btnEventMoveDown); 250 this.m_tabEvents.Controls.Add(this.m_btnEventMoveUp); 251 this.m_tabEvents.Controls.Add(this.m_btnEventEdit); 252 this.m_tabEvents.Controls.Add(this.m_btnEventDelete); 253 this.m_tabEvents.Controls.Add(this.m_btnEventAdd); 254 this.m_tabEvents.Controls.Add(this.m_lblEventsIntro); 255 this.m_tabEvents.Controls.Add(this.m_lvEvents); 256 this.m_tabEvents.Location = new System.Drawing.Point(4, 22); 257 this.m_tabEvents.Name = "m_tabEvents"; 258 this.m_tabEvents.Padding = new System.Windows.Forms.Padding(3); 259 this.m_tabEvents.Size = new System.Drawing.Size(562, 288); 260 this.m_tabEvents.TabIndex = 1; 261 this.m_tabEvents.Text = "Events"; 262 this.m_tabEvents.UseVisualStyleBackColor = true; 263 // 264 // m_btnEventMoveDown 265 // 266 this.m_btnEventMoveDown.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow; 267 this.m_btnEventMoveDown.Location = new System.Drawing.Point(478, 161); 268 this.m_btnEventMoveDown.Name = "m_btnEventMoveDown"; 269 this.m_btnEventMoveDown.Size = new System.Drawing.Size(75, 23); 270 this.m_btnEventMoveDown.TabIndex = 6; 271 this.m_btnEventMoveDown.UseVisualStyleBackColor = true; 272 this.m_btnEventMoveDown.Click += new System.EventHandler(this.OnBtnEventMoveDown); 273 // 274 // m_btnEventMoveUp 275 // 276 this.m_btnEventMoveUp.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow; 277 this.m_btnEventMoveUp.Location = new System.Drawing.Point(478, 132); 278 this.m_btnEventMoveUp.Name = "m_btnEventMoveUp"; 279 this.m_btnEventMoveUp.Size = new System.Drawing.Size(75, 23); 280 this.m_btnEventMoveUp.TabIndex = 5; 281 this.m_btnEventMoveUp.UseVisualStyleBackColor = true; 282 this.m_btnEventMoveUp.Click += new System.EventHandler(this.OnBtnEventMoveUp); 283 // 284 // m_btnEventEdit 285 // 286 this.m_btnEventEdit.Location = new System.Drawing.Point(478, 55); 287 this.m_btnEventEdit.Name = "m_btnEventEdit"; 288 this.m_btnEventEdit.Size = new System.Drawing.Size(75, 23); 289 this.m_btnEventEdit.TabIndex = 3; 290 this.m_btnEventEdit.Text = "&Edit..."; 291 this.m_btnEventEdit.UseVisualStyleBackColor = true; 292 this.m_btnEventEdit.Click += new System.EventHandler(this.OnEventEdit); 293 // 294 // m_btnEventDelete 295 // 296 this.m_btnEventDelete.Location = new System.Drawing.Point(478, 84); 297 this.m_btnEventDelete.Name = "m_btnEventDelete"; 298 this.m_btnEventDelete.Size = new System.Drawing.Size(75, 23); 299 this.m_btnEventDelete.TabIndex = 4; 300 this.m_btnEventDelete.Text = "&Delete"; 301 this.m_btnEventDelete.UseVisualStyleBackColor = true; 302 this.m_btnEventDelete.Click += new System.EventHandler(this.OnEventDelete); 303 // 304 // m_btnEventAdd 305 // 306 this.m_btnEventAdd.Location = new System.Drawing.Point(478, 26); 307 this.m_btnEventAdd.Name = "m_btnEventAdd"; 308 this.m_btnEventAdd.Size = new System.Drawing.Size(75, 23); 309 this.m_btnEventAdd.TabIndex = 2; 310 this.m_btnEventAdd.Text = "&Add..."; 311 this.m_btnEventAdd.UseVisualStyleBackColor = true; 312 this.m_btnEventAdd.Click += new System.EventHandler(this.OnEventAdd); 313 // 314 // m_lblEventsIntro 315 // 316 this.m_lblEventsIntro.AutoSize = true; 317 this.m_lblEventsIntro.Location = new System.Drawing.Point(6, 10); 318 this.m_lblEventsIntro.Name = "m_lblEventsIntro"; 319 this.m_lblEventsIntro.Size = new System.Drawing.Size(297, 13); 320 this.m_lblEventsIntro.TabIndex = 0; 321 this.m_lblEventsIntro.Text = "&The trigger will fire when any of the events listed below occur."; 322 // 323 // m_lvEvents 324 // 325 this.m_lvEvents.FullRowSelect = true; 326 this.m_lvEvents.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 327 this.m_lvEvents.HideSelection = false; 328 this.m_lvEvents.Location = new System.Drawing.Point(9, 26); 329 this.m_lvEvents.Name = "m_lvEvents"; 330 this.m_lvEvents.ShowItemToolTips = true; 331 this.m_lvEvents.Size = new System.Drawing.Size(463, 253); 332 this.m_lvEvents.TabIndex = 1; 333 this.m_lvEvents.UseCompatibleStateImageBehavior = false; 334 this.m_lvEvents.View = System.Windows.Forms.View.Details; 335 this.m_lvEvents.ItemActivate += new System.EventHandler(this.OnEventsItemActivate); 336 this.m_lvEvents.SelectedIndexChanged += new System.EventHandler(this.OnEventsSelectedIndexChanged); 337 // 338 // m_tabConditions 339 // 340 this.m_tabConditions.Controls.Add(this.m_btnConditionMoveDown); 341 this.m_tabConditions.Controls.Add(this.m_btnConditionMoveUp); 342 this.m_tabConditions.Controls.Add(this.m_btnConditionEdit); 343 this.m_tabConditions.Controls.Add(this.m_lblConditionsEmptyHint); 344 this.m_tabConditions.Controls.Add(this.m_btnConditionDelete); 345 this.m_tabConditions.Controls.Add(this.m_btnConditionAdd); 346 this.m_tabConditions.Controls.Add(this.m_lblConditionsIntro); 347 this.m_tabConditions.Controls.Add(this.m_lvConditions); 348 this.m_tabConditions.Location = new System.Drawing.Point(4, 22); 349 this.m_tabConditions.Name = "m_tabConditions"; 350 this.m_tabConditions.Size = new System.Drawing.Size(562, 288); 351 this.m_tabConditions.TabIndex = 2; 352 this.m_tabConditions.Text = "Conditions"; 353 this.m_tabConditions.UseVisualStyleBackColor = true; 354 // 355 // m_btnConditionMoveDown 356 // 357 this.m_btnConditionMoveDown.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow; 358 this.m_btnConditionMoveDown.Location = new System.Drawing.Point(478, 161); 359 this.m_btnConditionMoveDown.Name = "m_btnConditionMoveDown"; 360 this.m_btnConditionMoveDown.Size = new System.Drawing.Size(75, 23); 361 this.m_btnConditionMoveDown.TabIndex = 6; 362 this.m_btnConditionMoveDown.UseVisualStyleBackColor = true; 363 this.m_btnConditionMoveDown.Click += new System.EventHandler(this.OnBtnConditionMoveDown); 364 // 365 // m_btnConditionMoveUp 366 // 367 this.m_btnConditionMoveUp.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow; 368 this.m_btnConditionMoveUp.Location = new System.Drawing.Point(478, 132); 369 this.m_btnConditionMoveUp.Name = "m_btnConditionMoveUp"; 370 this.m_btnConditionMoveUp.Size = new System.Drawing.Size(75, 23); 371 this.m_btnConditionMoveUp.TabIndex = 5; 372 this.m_btnConditionMoveUp.UseVisualStyleBackColor = true; 373 this.m_btnConditionMoveUp.Click += new System.EventHandler(this.OnBtnConditionMoveUp); 374 // 375 // m_btnConditionEdit 376 // 377 this.m_btnConditionEdit.Location = new System.Drawing.Point(478, 55); 378 this.m_btnConditionEdit.Name = "m_btnConditionEdit"; 379 this.m_btnConditionEdit.Size = new System.Drawing.Size(75, 23); 380 this.m_btnConditionEdit.TabIndex = 3; 381 this.m_btnConditionEdit.Text = "&Edit..."; 382 this.m_btnConditionEdit.UseVisualStyleBackColor = true; 383 this.m_btnConditionEdit.Click += new System.EventHandler(this.OnConditionEdit); 384 // 385 // m_lblConditionsEmptyHint 386 // 387 this.m_lblConditionsEmptyHint.AutoSize = true; 388 this.m_lblConditionsEmptyHint.Location = new System.Drawing.Point(6, 266); 389 this.m_lblConditionsEmptyHint.Name = "m_lblConditionsEmptyHint"; 390 this.m_lblConditionsEmptyHint.Size = new System.Drawing.Size(306, 13); 391 this.m_lblConditionsEmptyHint.TabIndex = 7; 392 this.m_lblConditionsEmptyHint.Text = "If no conditions are specified, the actions are always performed."; 393 // 394 // m_btnConditionDelete 395 // 396 this.m_btnConditionDelete.Location = new System.Drawing.Point(478, 84); 397 this.m_btnConditionDelete.Name = "m_btnConditionDelete"; 398 this.m_btnConditionDelete.Size = new System.Drawing.Size(75, 23); 399 this.m_btnConditionDelete.TabIndex = 4; 400 this.m_btnConditionDelete.Text = "&Delete"; 401 this.m_btnConditionDelete.UseVisualStyleBackColor = true; 402 this.m_btnConditionDelete.Click += new System.EventHandler(this.OnConditionDelete); 403 // 404 // m_btnConditionAdd 405 // 406 this.m_btnConditionAdd.Location = new System.Drawing.Point(478, 26); 407 this.m_btnConditionAdd.Name = "m_btnConditionAdd"; 408 this.m_btnConditionAdd.Size = new System.Drawing.Size(75, 23); 409 this.m_btnConditionAdd.TabIndex = 2; 410 this.m_btnConditionAdd.Text = "&Add..."; 411 this.m_btnConditionAdd.UseVisualStyleBackColor = true; 412 this.m_btnConditionAdd.Click += new System.EventHandler(this.OnConditionAdd); 413 // 414 // m_lblConditionsIntro 415 // 416 this.m_lblConditionsIntro.AutoSize = true; 417 this.m_lblConditionsIntro.Location = new System.Drawing.Point(6, 10); 418 this.m_lblConditionsIntro.Name = "m_lblConditionsIntro"; 419 this.m_lblConditionsIntro.Size = new System.Drawing.Size(329, 13); 420 this.m_lblConditionsIntro.TabIndex = 0; 421 this.m_lblConditionsIntro.Text = "&The trigger actions are only performed if all conditions below are met."; 422 // 423 // m_lvConditions 424 // 425 this.m_lvConditions.FullRowSelect = true; 426 this.m_lvConditions.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 427 this.m_lvConditions.HideSelection = false; 428 this.m_lvConditions.Location = new System.Drawing.Point(9, 26); 429 this.m_lvConditions.Name = "m_lvConditions"; 430 this.m_lvConditions.ShowItemToolTips = true; 431 this.m_lvConditions.Size = new System.Drawing.Size(463, 237); 432 this.m_lvConditions.TabIndex = 1; 433 this.m_lvConditions.UseCompatibleStateImageBehavior = false; 434 this.m_lvConditions.View = System.Windows.Forms.View.Details; 435 this.m_lvConditions.ItemActivate += new System.EventHandler(this.OnConditionsItemActivate); 436 this.m_lvConditions.SelectedIndexChanged += new System.EventHandler(this.OnConditionsSelectedIndexChanged); 437 // 438 // m_tabActions 439 // 440 this.m_tabActions.Controls.Add(this.m_btnActionMoveDown); 441 this.m_tabActions.Controls.Add(this.m_btnActionMoveUp); 442 this.m_tabActions.Controls.Add(this.m_btnActionEdit); 443 this.m_tabActions.Controls.Add(this.m_btnActionDelete); 444 this.m_tabActions.Controls.Add(this.m_btnActionAdd); 445 this.m_tabActions.Controls.Add(this.m_lvActions); 446 this.m_tabActions.Controls.Add(this.m_lblActionsIntro); 447 this.m_tabActions.Location = new System.Drawing.Point(4, 22); 448 this.m_tabActions.Name = "m_tabActions"; 449 this.m_tabActions.Size = new System.Drawing.Size(562, 288); 450 this.m_tabActions.TabIndex = 3; 451 this.m_tabActions.Text = "Actions"; 452 this.m_tabActions.UseVisualStyleBackColor = true; 453 // 454 // m_btnActionMoveDown 455 // 456 this.m_btnActionMoveDown.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow; 457 this.m_btnActionMoveDown.Location = new System.Drawing.Point(478, 161); 458 this.m_btnActionMoveDown.Name = "m_btnActionMoveDown"; 459 this.m_btnActionMoveDown.Size = new System.Drawing.Size(75, 23); 460 this.m_btnActionMoveDown.TabIndex = 6; 461 this.m_btnActionMoveDown.UseVisualStyleBackColor = true; 462 this.m_btnActionMoveDown.Click += new System.EventHandler(this.OnBtnActionMoveDown); 463 // 464 // m_btnActionMoveUp 465 // 466 this.m_btnActionMoveUp.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow; 467 this.m_btnActionMoveUp.Location = new System.Drawing.Point(478, 132); 468 this.m_btnActionMoveUp.Name = "m_btnActionMoveUp"; 469 this.m_btnActionMoveUp.Size = new System.Drawing.Size(75, 23); 470 this.m_btnActionMoveUp.TabIndex = 5; 471 this.m_btnActionMoveUp.UseVisualStyleBackColor = true; 472 this.m_btnActionMoveUp.Click += new System.EventHandler(this.OnBtnActionMoveUp); 473 // 474 // m_btnActionEdit 475 // 476 this.m_btnActionEdit.Location = new System.Drawing.Point(478, 55); 477 this.m_btnActionEdit.Name = "m_btnActionEdit"; 478 this.m_btnActionEdit.Size = new System.Drawing.Size(75, 23); 479 this.m_btnActionEdit.TabIndex = 3; 480 this.m_btnActionEdit.Text = "&Edit..."; 481 this.m_btnActionEdit.UseVisualStyleBackColor = true; 482 this.m_btnActionEdit.Click += new System.EventHandler(this.OnActionEdit); 483 // 484 // m_btnActionDelete 485 // 486 this.m_btnActionDelete.Location = new System.Drawing.Point(478, 84); 487 this.m_btnActionDelete.Name = "m_btnActionDelete"; 488 this.m_btnActionDelete.Size = new System.Drawing.Size(75, 23); 489 this.m_btnActionDelete.TabIndex = 4; 490 this.m_btnActionDelete.Text = "&Delete"; 491 this.m_btnActionDelete.UseVisualStyleBackColor = true; 492 this.m_btnActionDelete.Click += new System.EventHandler(this.OnActionDelete); 493 // 494 // m_btnActionAdd 495 // 496 this.m_btnActionAdd.Location = new System.Drawing.Point(478, 26); 497 this.m_btnActionAdd.Name = "m_btnActionAdd"; 498 this.m_btnActionAdd.Size = new System.Drawing.Size(75, 23); 499 this.m_btnActionAdd.TabIndex = 2; 500 this.m_btnActionAdd.Text = "&Add..."; 501 this.m_btnActionAdd.UseVisualStyleBackColor = true; 502 this.m_btnActionAdd.Click += new System.EventHandler(this.OnActionAdd); 503 // 504 // m_lvActions 505 // 506 this.m_lvActions.FullRowSelect = true; 507 this.m_lvActions.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 508 this.m_lvActions.HideSelection = false; 509 this.m_lvActions.Location = new System.Drawing.Point(9, 26); 510 this.m_lvActions.Name = "m_lvActions"; 511 this.m_lvActions.ShowItemToolTips = true; 512 this.m_lvActions.Size = new System.Drawing.Size(463, 253); 513 this.m_lvActions.TabIndex = 1; 514 this.m_lvActions.UseCompatibleStateImageBehavior = false; 515 this.m_lvActions.View = System.Windows.Forms.View.Details; 516 this.m_lvActions.ItemActivate += new System.EventHandler(this.OnActionsItemActivate); 517 this.m_lvActions.SelectedIndexChanged += new System.EventHandler(this.OnActionsSelectedIndexChanged); 518 // 519 // m_lblActionsIntro 520 // 521 this.m_lblActionsIntro.AutoSize = true; 522 this.m_lblActionsIntro.Location = new System.Drawing.Point(6, 10); 523 this.m_lblActionsIntro.Name = "m_lblActionsIntro"; 524 this.m_lblActionsIntro.Size = new System.Drawing.Size(224, 13); 525 this.m_lblActionsIntro.TabIndex = 0; 526 this.m_lblActionsIntro.Text = "&The trigger will perform all actions listed below."; 527 // 528 // m_btnHelp 529 // 530 this.m_btnHelp.Location = new System.Drawing.Point(12, 389); 531 this.m_btnHelp.Name = "m_btnHelp"; 532 this.m_btnHelp.Size = new System.Drawing.Size(75, 23); 533 this.m_btnHelp.TabIndex = 3; 534 this.m_btnHelp.Text = "&Help"; 535 this.m_btnHelp.UseVisualStyleBackColor = true; 536 this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp); 537 // 538 // EcasTriggerForm 539 // 540 this.AcceptButton = this.m_btnOK; 541 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 542 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 543 this.CancelButton = this.m_btnCancel; 544 this.ClientSize = new System.Drawing.Size(594, 424); 545 this.Controls.Add(this.m_btnHelp); 546 this.Controls.Add(this.m_tabMain); 547 this.Controls.Add(this.m_btnNext); 548 this.Controls.Add(this.m_btnPrev); 549 this.Controls.Add(this.m_btnCancel); 550 this.Controls.Add(this.m_btnOK); 551 this.Controls.Add(this.m_bannerImage); 552 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 553 this.MaximizeBox = false; 554 this.MinimizeBox = false; 555 this.Name = "EcasTriggerForm"; 556 this.ShowInTaskbar = false; 557 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 558 this.Text = "<>"; 559 this.Load += new System.EventHandler(this.OnFormLoad); 560 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed); 561 ((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit(); 562 this.m_tabMain.ResumeLayout(false); 563 this.m_tabProps.ResumeLayout(false); 564 this.m_tabProps.PerformLayout(); 565 this.m_tabEvents.ResumeLayout(false); 566 this.m_tabEvents.PerformLayout(); 567 this.m_tabConditions.ResumeLayout(false); 568 this.m_tabConditions.PerformLayout(); 569 this.m_tabActions.ResumeLayout(false); 570 this.m_tabActions.PerformLayout(); 571 this.ResumeLayout(false); 572 573 } 574 575 #endregion 576 577 private System.Windows.Forms.PictureBox m_bannerImage; 578 private System.Windows.Forms.Button m_btnOK; 579 private System.Windows.Forms.Button m_btnCancel; 580 private System.Windows.Forms.Button m_btnPrev; 581 private System.Windows.Forms.Button m_btnNext; 582 private System.Windows.Forms.TabControl m_tabMain; 583 private System.Windows.Forms.TabPage m_tabProps; 584 private System.Windows.Forms.TabPage m_tabEvents; 585 private System.Windows.Forms.TabPage m_tabConditions; 586 private System.Windows.Forms.TabPage m_tabActions; 587 private System.Windows.Forms.CheckBox m_cbEnabled; 588 private System.Windows.Forms.TextBox m_tbName; 589 private System.Windows.Forms.Label m_lblTriggerName; 590 private System.Windows.Forms.Label m_lblTriggerComments; 591 private System.Windows.Forms.Label m_lblInitiallyOnDesc; 592 private System.Windows.Forms.CheckBox m_cbInitiallyOn; 593 private System.Windows.Forms.TextBox m_tbComments; 594 private System.Windows.Forms.Label m_lblEnabledDesc; 595 private System.Windows.Forms.CheckBox m_cbTurnOffAfterAction; 596 private System.Windows.Forms.Label m_lblEventsIntro; 597 private KeePass.UI.CustomListViewEx m_lvEvents; 598 private System.Windows.Forms.Button m_btnEventDelete; 599 private System.Windows.Forms.Button m_btnEventAdd; 600 private KeePass.UI.CustomListViewEx m_lvConditions; 601 private System.Windows.Forms.Label m_lblConditionsIntro; 602 private System.Windows.Forms.Label m_lblConditionsEmptyHint; 603 private System.Windows.Forms.Button m_btnConditionDelete; 604 private System.Windows.Forms.Button m_btnConditionAdd; 605 private System.Windows.Forms.Button m_btnActionDelete; 606 private System.Windows.Forms.Button m_btnActionAdd; 607 private KeePass.UI.CustomListViewEx m_lvActions; 608 private System.Windows.Forms.Label m_lblActionsIntro; 609 private System.Windows.Forms.Button m_btnEventEdit; 610 private System.Windows.Forms.Button m_btnConditionEdit; 611 private System.Windows.Forms.Button m_btnActionEdit; 612 private System.Windows.Forms.Button m_btnEventMoveDown; 613 private System.Windows.Forms.Button m_btnEventMoveUp; 614 private System.Windows.Forms.Button m_btnConditionMoveDown; 615 private System.Windows.Forms.Button m_btnConditionMoveUp; 616 private System.Windows.Forms.Button m_btnActionMoveDown; 617 private System.Windows.Forms.Button m_btnActionMoveUp; 618 private System.Windows.Forms.Button m_btnHelp; 619 } 620 }