1
namespace KeePass.Forms
3
partial class DuplicationForm
6
/// Required designer variable.
8
private System.ComponentModel.IContainer components = null;
11
/// Clean up any resources being used.
13
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
protected override void Dispose(bool disposing)
16
if(disposing && (components != null))
20
base.Dispose(disposing);
23
#region Windows Form Designer generated code
26
/// Required method for Designer support - do not modify
27
/// the contents of this method with the code editor.
29
private void InitializeComponent()
31
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DuplicationForm));
32
this.m_btnOK = new System.Windows.Forms.Button();
33
this.m_btnCancel = new System.Windows.Forms.Button();
34
this.m_cbAppendCopy = new System.Windows.Forms.CheckBox();
35
this.m_cbFieldRefs = new System.Windows.Forms.CheckBox();
36
this.m_lblFieldRefs = new System.Windows.Forms.Label();
37
this.m_lblSep = new System.Windows.Forms.Label();
38
this.m_lnkFieldRefs = new System.Windows.Forms.LinkLabel();
43
this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
44
this.m_btnOK.Location = new System.Drawing.Point(205, 151);
45
this.m_btnOK.Name = "m_btnOK";
46
this.m_btnOK.Size = new System.Drawing.Size(75, 23);
47
this.m_btnOK.TabIndex = 0;
48
this.m_btnOK.Text = "&OK";
49
this.m_btnOK.UseVisualStyleBackColor = true;
50
this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
54
this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
55
this.m_btnCancel.Location = new System.Drawing.Point(286, 151);
56
this.m_btnCancel.Name = "m_btnCancel";
57
this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
58
this.m_btnCancel.TabIndex = 1;
59
this.m_btnCancel.Text = "&Cancel";
60
this.m_btnCancel.UseVisualStyleBackColor = true;
64
this.m_cbAppendCopy.AutoSize = true;
65
this.m_cbAppendCopy.Location = new System.Drawing.Point(12, 12);
66
this.m_cbAppendCopy.Name = "m_cbAppendCopy";
67
this.m_cbAppendCopy.Size = new System.Drawing.Size(168, 17);
68
this.m_cbAppendCopy.TabIndex = 2;
69
this.m_cbAppendCopy.Text = "&Append \"- Copy\" to entry titles";
70
this.m_cbAppendCopy.UseVisualStyleBackColor = true;
74
this.m_cbFieldRefs.AutoSize = true;
75
this.m_cbFieldRefs.Location = new System.Drawing.Point(12, 35);
76
this.m_cbFieldRefs.Name = "m_cbFieldRefs";
77
this.m_cbFieldRefs.Size = new System.Drawing.Size(264, 17);
78
this.m_cbFieldRefs.TabIndex = 3;
79
this.m_cbFieldRefs.Text = "&Replace user names and passwords by references";
80
this.m_cbFieldRefs.UseVisualStyleBackColor = true;
84
this.m_lblFieldRefs.Location = new System.Drawing.Point(28, 55);
85
this.m_lblFieldRefs.Name = "m_lblFieldRefs";
86
this.m_lblFieldRefs.Size = new System.Drawing.Size(333, 57);
87
this.m_lblFieldRefs.TabIndex = 4;
88
this.m_lblFieldRefs.Text = resources.GetString("m_lblFieldRefs.Text");
92
this.m_lblSep.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
93
this.m_lblSep.Location = new System.Drawing.Point(1, 141);
94
this.m_lblSep.Name = "m_lblSep";
95
this.m_lblSep.Size = new System.Drawing.Size(372, 2);
96
this.m_lblSep.TabIndex = 6;
100
this.m_lnkFieldRefs.AutoSize = true;
101
this.m_lnkFieldRefs.Location = new System.Drawing.Point(28, 112);
102
this.m_lnkFieldRefs.Name = "m_lnkFieldRefs";
103
this.m_lnkFieldRefs.Size = new System.Drawing.Size(115, 13);
104
this.m_lnkFieldRefs.TabIndex = 5;
105
this.m_lnkFieldRefs.TabStop = true;
106
this.m_lnkFieldRefs.Text = "Help: Field References";
107
this.m_lnkFieldRefs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnFieldRefsLinkClicked);
111
this.AcceptButton = this.m_btnOK;
112
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
113
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
114
this.CancelButton = this.m_btnCancel;
115
this.ClientSize = new System.Drawing.Size(373, 186);
116
this.Controls.Add(this.m_lnkFieldRefs);
117
this.Controls.Add(this.m_lblSep);
118
this.Controls.Add(this.m_lblFieldRefs);
119
this.Controls.Add(this.m_cbFieldRefs);
120
this.Controls.Add(this.m_cbAppendCopy);
121
this.Controls.Add(this.m_btnCancel);
122
this.Controls.Add(this.m_btnOK);
123
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
124
this.MaximizeBox = false;
125
this.MinimizeBox = false;
126
this.Name = "DuplicationForm";
127
this.ShowInTaskbar = false;
128
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
129
this.Text = "Duplication Options";
130
this.Load += new System.EventHandler(this.OnFormLoad);
131
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
132
this.ResumeLayout(false);
133
this.PerformLayout();
139
private System.Windows.Forms.Button m_btnOK;
140
private System.Windows.Forms.Button m_btnCancel;
141
private System.Windows.Forms.CheckBox m_cbAppendCopy;
142
private System.Windows.Forms.CheckBox m_cbFieldRefs;
143
private System.Windows.Forms.Label m_lblFieldRefs;
144
private System.Windows.Forms.Label m_lblSep;
145
private System.Windows.Forms.LinkLabel m_lnkFieldRefs;
b'\\ No newline at end of file'