~ubuntu-branches/ubuntu/trusty/keepass2/trusty-proposed

« back to all changes in this revision

Viewing changes to KeePass/Forms/DuplicationForm.Designer.cs

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2011-12-30 15:45:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111230154559-3en1b9v90hswvs1w
Tags: 2.18+dfsg-1
* New upstream release
  - refresh patches
  - drop upstream applied patches:
    explicitly-PUT-for-webdav-writes.patch
    prefer-4.0-framework-if-available.patch
* add patch to improve autotype when dealing with multiple keyboard layouts
  - Thanks to amiryal for the patch
* disable initial autoupdate popup via patch
* update years in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
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>
 
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.SuspendLayout();
 
40
                        // 
 
41
                        // m_btnOK
 
42
                        // 
 
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);
 
51
                        // 
 
52
                        // m_btnCancel
 
53
                        // 
 
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;
 
61
                        // 
 
62
                        // m_cbAppendCopy
 
63
                        // 
 
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;
 
71
                        // 
 
72
                        // m_cbFieldRefs
 
73
                        // 
 
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;
 
81
                        // 
 
82
                        // m_lblFieldRefs
 
83
                        // 
 
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");
 
89
                        // 
 
90
                        // m_lblSep
 
91
                        // 
 
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;
 
97
                        // 
 
98
                        // m_lnkFieldRefs
 
99
                        // 
 
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);
 
108
                        // 
 
109
                        // DuplicationForm
 
110
                        // 
 
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();
 
134
 
 
135
                }
 
136
 
 
137
                #endregion
 
138
 
 
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;
 
146
        }
 
147
}
 
 
b'\\ No newline at end of file'