1 namespace KeePass.Forms
2 {
3 	partial class DuplicationForm
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(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();
39 			this.m_cbCopyHistory = new System.Windows.Forms.CheckBox();
40 			this.SuspendLayout();
41 			//
42 			// m_btnOK
43 			//
44 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
45 			this.m_btnOK.Location = new System.Drawing.Point(205, 174);
46 			this.m_btnOK.Name = "m_btnOK";
47 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
48 			this.m_btnOK.TabIndex = 6;
49 			this.m_btnOK.Text = "OK";
50 			this.m_btnOK.UseVisualStyleBackColor = true;
51 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
52 			//
53 			// m_btnCancel
54 			//
55 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
56 			this.m_btnCancel.Location = new System.Drawing.Point(286, 174);
57 			this.m_btnCancel.Name = "m_btnCancel";
58 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
59 			this.m_btnCancel.TabIndex = 7;
60 			this.m_btnCancel.Text = "Cancel";
61 			this.m_btnCancel.UseVisualStyleBackColor = true;
62 			//
63 			// m_cbAppendCopy
64 			//
65 			this.m_cbAppendCopy.AutoSize = true;
66 			this.m_cbAppendCopy.Location = new System.Drawing.Point(12, 12);
67 			this.m_cbAppendCopy.Name = "m_cbAppendCopy";
68 			this.m_cbAppendCopy.Size = new System.Drawing.Size(168, 17);
69 			this.m_cbAppendCopy.TabIndex = 0;
70 			this.m_cbAppendCopy.Text = "&Append \"- Copy\" to entry titles";
71 			this.m_cbAppendCopy.UseVisualStyleBackColor = true;
72 			//
73 			// m_cbFieldRefs
74 			//
75 			this.m_cbFieldRefs.AutoSize = true;
76 			this.m_cbFieldRefs.Location = new System.Drawing.Point(12, 35);
77 			this.m_cbFieldRefs.Name = "m_cbFieldRefs";
78 			this.m_cbFieldRefs.Size = new System.Drawing.Size(264, 17);
79 			this.m_cbFieldRefs.TabIndex = 1;
80 			this.m_cbFieldRefs.Text = "&Replace user names and passwords by references";
81 			this.m_cbFieldRefs.UseVisualStyleBackColor = true;
82 			//
83 			// m_lblFieldRefs
84 			//
85 			this.m_lblFieldRefs.Location = new System.Drawing.Point(28, 55);
86 			this.m_lblFieldRefs.Name = "m_lblFieldRefs";
87 			this.m_lblFieldRefs.Size = new System.Drawing.Size(333, 54);
88 			this.m_lblFieldRefs.TabIndex = 2;
89 			this.m_lblFieldRefs.Text = resources.GetString("m_lblFieldRefs.Text");
90 			//
91 			// m_lblSep
92 			//
93 			this.m_lblSep.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
94 			this.m_lblSep.Location = new System.Drawing.Point(1, 163);
95 			this.m_lblSep.Name = "m_lblSep";
96 			this.m_lblSep.Size = new System.Drawing.Size(372, 2);
97 			this.m_lblSep.TabIndex = 5;
98 			//
99 			// m_lnkFieldRefs
100 			//
101 			this.m_lnkFieldRefs.AutoSize = true;
102 			this.m_lnkFieldRefs.Location = new System.Drawing.Point(28, 112);
103 			this.m_lnkFieldRefs.Name = "m_lnkFieldRefs";
104 			this.m_lnkFieldRefs.Size = new System.Drawing.Size(115, 13);
105 			this.m_lnkFieldRefs.TabIndex = 3;
106 			this.m_lnkFieldRefs.TabStop = true;
107 			this.m_lnkFieldRefs.Text = "Help: Field References";
108 			this.m_lnkFieldRefs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnFieldRefsLinkClicked);
109 			//
110 			// m_cbCopyHistory
111 			//
112 			this.m_cbCopyHistory.AutoSize = true;
113 			this.m_cbCopyHistory.Location = new System.Drawing.Point(12, 134);
114 			this.m_cbCopyHistory.Name = "m_cbCopyHistory";
115 			this.m_cbCopyHistory.Size = new System.Drawing.Size(83, 17);
116 			this.m_cbCopyHistory.TabIndex = 4;
117 			this.m_cbCopyHistory.Text = "Copy &history";
118 			this.m_cbCopyHistory.UseVisualStyleBackColor = true;
119 			//
120 			// DuplicationForm
121 			//
122 			this.AcceptButton = this.m_btnOK;
123 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
124 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
125 			this.CancelButton = this.m_btnCancel;
126 			this.ClientSize = new System.Drawing.Size(373, 209);
127 			this.Controls.Add(this.m_cbCopyHistory);
128 			this.Controls.Add(this.m_lnkFieldRefs);
129 			this.Controls.Add(this.m_lblSep);
130 			this.Controls.Add(this.m_lblFieldRefs);
131 			this.Controls.Add(this.m_cbFieldRefs);
132 			this.Controls.Add(this.m_cbAppendCopy);
133 			this.Controls.Add(this.m_btnCancel);
134 			this.Controls.Add(this.m_btnOK);
135 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
136 			this.MaximizeBox = false;
137 			this.MinimizeBox = false;
138 			this.Name = "DuplicationForm";
139 			this.ShowInTaskbar = false;
140 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
141 			this.Text = "Duplication Options";
142 			this.Load += new System.EventHandler(this.OnFormLoad);
143 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
144 			this.ResumeLayout(false);
145 			this.PerformLayout();
146 
147 		}
148 
149 		#endregion
150 
151 		private System.Windows.Forms.Button m_btnOK;
152 		private System.Windows.Forms.Button m_btnCancel;
153 		private System.Windows.Forms.CheckBox m_cbAppendCopy;
154 		private System.Windows.Forms.CheckBox m_cbFieldRefs;
155 		private System.Windows.Forms.Label m_lblFieldRefs;
156 		private System.Windows.Forms.Label m_lblSep;
157 		private System.Windows.Forms.LinkLabel m_lnkFieldRefs;
158 		private System.Windows.Forms.CheckBox m_cbCopyHistory;
159 	}
160 }