1 namespace KeePass.Forms 2 { 3 partial class EcasConditionForm 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_btnCancel = new System.Windows.Forms.Button(); 32 this.m_btnOK = new System.Windows.Forms.Button(); 33 this.m_lblCondition = new System.Windows.Forms.Label(); 34 this.m_cmbConditions = new System.Windows.Forms.ComboBox(); 35 this.m_cbNegate = new System.Windows.Forms.CheckBox(); 36 this.m_dgvParams = new System.Windows.Forms.DataGridView(); 37 this.m_lblParamHint = new System.Windows.Forms.Label(); 38 this.m_lblSep = new System.Windows.Forms.Label(); 39 this.m_btnHelp = new System.Windows.Forms.Button(); 40 ((System.ComponentModel.ISupportInitialize)(this.m_dgvParams)).BeginInit(); 41 this.SuspendLayout(); 42 // 43 // m_btnCancel 44 // 45 this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 46 this.m_btnCancel.Location = new System.Drawing.Point(447, 309); 47 this.m_btnCancel.Name = "m_btnCancel"; 48 this.m_btnCancel.Size = new System.Drawing.Size(75, 23); 49 this.m_btnCancel.TabIndex = 7; 50 this.m_btnCancel.Text = "Cancel"; 51 this.m_btnCancel.UseVisualStyleBackColor = true; 52 this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel); 53 // 54 // m_btnOK 55 // 56 this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; 57 this.m_btnOK.Location = new System.Drawing.Point(366, 309); 58 this.m_btnOK.Name = "m_btnOK"; 59 this.m_btnOK.Size = new System.Drawing.Size(75, 23); 60 this.m_btnOK.TabIndex = 6; 61 this.m_btnOK.Text = "OK"; 62 this.m_btnOK.UseVisualStyleBackColor = true; 63 this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK); 64 // 65 // m_lblCondition 66 // 67 this.m_lblCondition.AutoSize = true; 68 this.m_lblCondition.Location = new System.Drawing.Point(9, 46); 69 this.m_lblCondition.Name = "m_lblCondition"; 70 this.m_lblCondition.Size = new System.Drawing.Size(54, 13); 71 this.m_lblCondition.TabIndex = 0; 72 this.m_lblCondition.Text = "&Condition:"; 73 // 74 // m_cmbConditions 75 // 76 this.m_cmbConditions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 77 this.m_cmbConditions.FormattingEnabled = true; 78 this.m_cmbConditions.Location = new System.Drawing.Point(12, 62); 79 this.m_cmbConditions.Name = "m_cmbConditions"; 80 this.m_cmbConditions.Size = new System.Drawing.Size(510, 21); 81 this.m_cmbConditions.TabIndex = 1; 82 this.m_cmbConditions.SelectedIndexChanged += new System.EventHandler(this.OnConditionsSelectedIndexChanged); 83 // 84 // m_cbNegate 85 // 86 this.m_cbNegate.AutoSize = true; 87 this.m_cbNegate.Location = new System.Drawing.Point(12, 15); 88 this.m_cbNegate.Name = "m_cbNegate"; 89 this.m_cbNegate.Size = new System.Drawing.Size(202, 17); 90 this.m_cbNegate.TabIndex = 8; 91 this.m_cbNegate.Text = "&Not (negate result of condition below)"; 92 this.m_cbNegate.UseVisualStyleBackColor = true; 93 // 94 // m_dgvParams 95 // 96 this.m_dgvParams.AllowUserToAddRows = false; 97 this.m_dgvParams.AllowUserToDeleteRows = false; 98 this.m_dgvParams.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 99 this.m_dgvParams.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 100 this.m_dgvParams.Location = new System.Drawing.Point(12, 89); 101 this.m_dgvParams.Name = "m_dgvParams"; 102 this.m_dgvParams.Size = new System.Drawing.Size(510, 168); 103 this.m_dgvParams.TabIndex = 2; 104 // 105 // m_lblParamHint 106 // 107 this.m_lblParamHint.Location = new System.Drawing.Point(9, 269); 108 this.m_lblParamHint.Name = "m_lblParamHint"; 109 this.m_lblParamHint.Size = new System.Drawing.Size(513, 15); 110 this.m_lblParamHint.TabIndex = 3; 111 this.m_lblParamHint.Text = "<>"; 112 // 113 // m_lblSep 114 // 115 this.m_lblSep.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 116 this.m_lblSep.Location = new System.Drawing.Point(0, 300); 117 this.m_lblSep.Name = "m_lblSep"; 118 this.m_lblSep.Size = new System.Drawing.Size(535, 2); 119 this.m_lblSep.TabIndex = 4; 120 // 121 // m_btnHelp 122 // 123 this.m_btnHelp.Location = new System.Drawing.Point(12, 309); 124 this.m_btnHelp.Name = "m_btnHelp"; 125 this.m_btnHelp.Size = new System.Drawing.Size(75, 23); 126 this.m_btnHelp.TabIndex = 5; 127 this.m_btnHelp.Text = "&Help"; 128 this.m_btnHelp.UseVisualStyleBackColor = true; 129 this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp); 130 // 131 // EcasConditionForm 132 // 133 this.AcceptButton = this.m_btnOK; 134 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 135 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 136 this.CancelButton = this.m_btnCancel; 137 this.ClientSize = new System.Drawing.Size(534, 344); 138 this.Controls.Add(this.m_btnHelp); 139 this.Controls.Add(this.m_lblSep); 140 this.Controls.Add(this.m_lblParamHint); 141 this.Controls.Add(this.m_dgvParams); 142 this.Controls.Add(this.m_cbNegate); 143 this.Controls.Add(this.m_btnCancel); 144 this.Controls.Add(this.m_btnOK); 145 this.Controls.Add(this.m_lblCondition); 146 this.Controls.Add(this.m_cmbConditions); 147 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 148 this.MaximizeBox = false; 149 this.MinimizeBox = false; 150 this.Name = "EcasConditionForm"; 151 this.ShowInTaskbar = false; 152 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 153 this.Text = "<>"; 154 this.Load += new System.EventHandler(this.OnFormLoad); 155 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed); 156 ((System.ComponentModel.ISupportInitialize)(this.m_dgvParams)).EndInit(); 157 this.ResumeLayout(false); 158 this.PerformLayout(); 159 160 } 161 162 #endregion 163 164 private System.Windows.Forms.Button m_btnCancel; 165 private System.Windows.Forms.Button m_btnOK; 166 private System.Windows.Forms.Label m_lblCondition; 167 private System.Windows.Forms.ComboBox m_cmbConditions; 168 private System.Windows.Forms.CheckBox m_cbNegate; 169 private System.Windows.Forms.DataGridView m_dgvParams; 170 private System.Windows.Forms.Label m_lblParamHint; 171 private System.Windows.Forms.Label m_lblSep; 172 private System.Windows.Forms.Button m_btnHelp; 173 } 174 }