File: FileBrowserForm.Designer.cs

package info (click to toggle)
keepass2 2.60%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,892 kB
  • sloc: cs: 119,878; xml: 6,087; ansic: 2,033; cpp: 738; sh: 50; makefile: 42
file content (164 lines) | stat: -rw-r--r-- 6,465 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
namespace KeePass.Forms
{
	partial class FileBrowserForm
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if(disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.m_btnOK = new System.Windows.Forms.Button();
			this.m_btnCancel = new System.Windows.Forms.Button();
			this.m_lblSeparator = new System.Windows.Forms.Label();
			this.m_lblHint = new System.Windows.Forms.Label();
			this.m_lblFileName = new System.Windows.Forms.Label();
			this.m_tbFileName = new System.Windows.Forms.TextBox();
			this.m_lvFiles = new KeePass.UI.CustomListViewEx();
			this.m_tvFolders = new KeePass.UI.CustomTreeViewEx();
			this.SuspendLayout();
			// 
			// m_btnOK
			// 
			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.m_btnOK.Location = new System.Drawing.Point(462, 399);
			this.m_btnOK.Name = "m_btnOK";
			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
			this.m_btnOK.TabIndex = 4;
			this.m_btnOK.Text = "<>";
			this.m_btnOK.UseVisualStyleBackColor = true;
			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
			// 
			// m_btnCancel
			// 
			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.m_btnCancel.Location = new System.Drawing.Point(543, 399);
			this.m_btnCancel.Name = "m_btnCancel";
			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
			this.m_btnCancel.TabIndex = 5;
			this.m_btnCancel.Text = "Cancel";
			this.m_btnCancel.UseVisualStyleBackColor = true;
			// 
			// m_lblSeparator
			// 
			this.m_lblSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.m_lblSeparator.Location = new System.Drawing.Point(0, 433);
			this.m_lblSeparator.Name = "m_lblSeparator";
			this.m_lblSeparator.Size = new System.Drawing.Size(630, 2);
			this.m_lblSeparator.TabIndex = 6;
			// 
			// m_lblHint
			// 
			this.m_lblHint.Location = new System.Drawing.Point(9, 442);
			this.m_lblHint.Name = "m_lblHint";
			this.m_lblHint.Size = new System.Drawing.Size(609, 28);
			this.m_lblHint.TabIndex = 7;
			this.m_lblHint.Text = "<>";
			// 
			// m_lblFileName
			// 
			this.m_lblFileName.Location = new System.Drawing.Point(12, 374);
			this.m_lblFileName.Name = "m_lblFileName";
			this.m_lblFileName.Size = new System.Drawing.Size(200, 16);
			this.m_lblFileName.TabIndex = 2;
			this.m_lblFileName.Text = "File &name:";
			this.m_lblFileName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// m_tbFileName
			// 
			this.m_tbFileName.Location = new System.Drawing.Point(218, 373);
			this.m_tbFileName.Name = "m_tbFileName";
			this.m_tbFileName.Size = new System.Drawing.Size(400, 20);
			this.m_tbFileName.TabIndex = 3;
			this.m_tbFileName.TextChanged += new System.EventHandler(this.OnFileNameTextChanged);
			// 
			// m_lvFiles
			// 
			this.m_lvFiles.FullRowSelect = true;
			this.m_lvFiles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.m_lvFiles.HideSelection = false;
			this.m_lvFiles.Location = new System.Drawing.Point(218, 12);
			this.m_lvFiles.MultiSelect = false;
			this.m_lvFiles.Name = "m_lvFiles";
			this.m_lvFiles.ShowGroups = false;
			this.m_lvFiles.ShowItemToolTips = true;
			this.m_lvFiles.Size = new System.Drawing.Size(400, 355);
			this.m_lvFiles.TabIndex = 1;
			this.m_lvFiles.UseCompatibleStateImageBehavior = false;
			this.m_lvFiles.View = System.Windows.Forms.View.Details;
			this.m_lvFiles.ItemActivate += new System.EventHandler(this.OnFilesItemActivate);
			this.m_lvFiles.SelectedIndexChanged += new System.EventHandler(this.OnFilesSelectedIndexChanged);
			// 
			// m_tvFolders
			// 
			this.m_tvFolders.HideSelection = false;
			this.m_tvFolders.HotTracking = true;
			this.m_tvFolders.Location = new System.Drawing.Point(12, 12);
			this.m_tvFolders.Name = "m_tvFolders";
			this.m_tvFolders.ShowNodeToolTips = true;
			this.m_tvFolders.Size = new System.Drawing.Size(200, 355);
			this.m_tvFolders.TabIndex = 0;
			this.m_tvFolders.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.OnFoldersBeforeExpand);
			this.m_tvFolders.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnFoldersAfterSelect);
			// 
			// FileBrowserForm
			// 
			this.AcceptButton = this.m_btnOK;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.m_btnCancel;
			this.ClientSize = new System.Drawing.Size(630, 479);
			this.Controls.Add(this.m_tbFileName);
			this.Controls.Add(this.m_lblFileName);
			this.Controls.Add(this.m_lvFiles);
			this.Controls.Add(this.m_tvFolders);
			this.Controls.Add(this.m_lblHint);
			this.Controls.Add(this.m_lblSeparator);
			this.Controls.Add(this.m_btnCancel);
			this.Controls.Add(this.m_btnOK);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FileBrowserForm";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "<>";
			this.Load += new System.EventHandler(this.OnFormLoad);
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.Button m_btnOK;
		private System.Windows.Forms.Button m_btnCancel;
		private System.Windows.Forms.Label m_lblSeparator;
		private System.Windows.Forms.Label m_lblHint;
		private KeePass.UI.CustomTreeViewEx m_tvFolders;
		private KeePass.UI.CustomListViewEx m_lvFiles;
		private System.Windows.Forms.Label m_lblFileName;
		private System.Windows.Forms.TextBox m_tbFileName;
	}
}