source: extensions/Picasa2Piwigo/Picasa2Piwigo/OptionForm.Designer.cs

Last change on this file was 30536, checked in by kenl, 10 years ago

Version 1.4

File size: 8.4 KB
Line 
1namespace Picasa2Piwigo
2{
3    partial class OptionsForm
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(OptionsForm));
32            this.PiwigoURLTextbox = new System.Windows.Forms.TextBox();
33            this.label1 = new System.Windows.Forms.Label();
34            this.PiwigoUserNameTextBox = new System.Windows.Forms.TextBox();
35            this.label2 = new System.Windows.Forms.Label();
36            this.PiwigoPasswordTextBox = new System.Windows.Forms.TextBox();
37            this.label3 = new System.Windows.Forms.Label();
38            this.OKButton = new System.Windows.Forms.Button();
39            this.ACancelButton = new System.Windows.Forms.Button();
40            this.label8 = new System.Windows.Forms.Label();
41            this.PicasaContactsFileTextBox = new System.Windows.Forms.TextBox();
42            this.SetContactPathBtn = new System.Windows.Forms.Button();
43            this.button1 = new System.Windows.Forms.Button();
44            this.DebugtextBox = new System.Windows.Forms.TextBox();
45            this.label4 = new System.Windows.Forms.Label();
46            this.LogEnabled = new System.Windows.Forms.CheckBox();
47            this.SuspendLayout();
48            //
49            // PiwigoURLTextbox
50            //
51            resources.ApplyResources(this.PiwigoURLTextbox, "PiwigoURLTextbox");
52            this.PiwigoURLTextbox.Name = "PiwigoURLTextbox";
53            //
54            // label1
55            //
56            resources.ApplyResources(this.label1, "label1");
57            this.label1.MaximumSize = new System.Drawing.Size(133, 16);
58            this.label1.Name = "label1";
59            //
60            // PiwigoUserNameTextBox
61            //
62            resources.ApplyResources(this.PiwigoUserNameTextBox, "PiwigoUserNameTextBox");
63            this.PiwigoUserNameTextBox.Name = "PiwigoUserNameTextBox";
64            //
65            // label2
66            //
67            resources.ApplyResources(this.label2, "label2");
68            this.label2.MaximumSize = new System.Drawing.Size(133, 16);
69            this.label2.Name = "label2";
70            //
71            // PiwigoPasswordTextBox
72            //
73            resources.ApplyResources(this.PiwigoPasswordTextBox, "PiwigoPasswordTextBox");
74            this.PiwigoPasswordTextBox.Name = "PiwigoPasswordTextBox";
75            //
76            // label3
77            //
78            resources.ApplyResources(this.label3, "label3");
79            this.label3.MaximumSize = new System.Drawing.Size(133, 16);
80            this.label3.Name = "label3";
81            //
82            // OKButton
83            //
84            resources.ApplyResources(this.OKButton, "OKButton");
85            this.OKButton.MaximumSize = new System.Drawing.Size(75, 33);
86            this.OKButton.Name = "OKButton";
87            this.OKButton.UseVisualStyleBackColor = true;
88            this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
89            //
90            // ACancelButton
91            //
92            resources.ApplyResources(this.ACancelButton, "ACancelButton");
93            this.ACancelButton.MaximumSize = new System.Drawing.Size(75, 32);
94            this.ACancelButton.Name = "ACancelButton";
95            this.ACancelButton.UseVisualStyleBackColor = true;
96            this.ACancelButton.Click += new System.EventHandler(this.ACancelButton_Click);
97            //
98            // label8
99            //
100            resources.ApplyResources(this.label8, "label8");
101            this.label8.MaximumSize = new System.Drawing.Size(133, 16);
102            this.label8.Name = "label8";
103            //
104            // PicasaContactsFileTextBox
105            //
106            resources.ApplyResources(this.PicasaContactsFileTextBox, "PicasaContactsFileTextBox");
107            this.PicasaContactsFileTextBox.Name = "PicasaContactsFileTextBox";
108            this.PicasaContactsFileTextBox.ReadOnly = true;
109            //
110            // SetContactPathBtn
111            //
112            resources.ApplyResources(this.SetContactPathBtn, "SetContactPathBtn");
113            this.SetContactPathBtn.MaximumSize = new System.Drawing.Size(54, 23);
114            this.SetContactPathBtn.Name = "SetContactPathBtn";
115            this.SetContactPathBtn.UseVisualStyleBackColor = true;
116            this.SetContactPathBtn.Click += new System.EventHandler(this.SetContactPathBtn_Click);
117            //
118            // button1
119            //
120            resources.ApplyResources(this.button1, "button1");
121            this.button1.MaximumSize = new System.Drawing.Size(54, 23);
122            this.button1.Name = "button1";
123            this.button1.UseVisualStyleBackColor = true;
124            this.button1.Click += new System.EventHandler(this.SetDebugPathBtn_Click);
125            //
126            // DebugtextBox
127            //
128            resources.ApplyResources(this.DebugtextBox, "DebugtextBox");
129            this.DebugtextBox.Name = "DebugtextBox";
130            this.DebugtextBox.ReadOnly = true;
131            //
132            // label4
133            //
134            resources.ApplyResources(this.label4, "label4");
135            this.label4.MaximumSize = new System.Drawing.Size(133, 16);
136            this.label4.Name = "label4";
137            //
138            // LogEnabled
139            //
140            resources.ApplyResources(this.LogEnabled, "LogEnabled");
141            this.LogEnabled.Name = "LogEnabled";
142            this.LogEnabled.UseVisualStyleBackColor = true;
143            //
144            // OptionsForm
145            //
146            resources.ApplyResources(this, "$this");
147            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148            this.Controls.Add(this.LogEnabled);
149            this.Controls.Add(this.label4);
150            this.Controls.Add(this.label8);
151            this.Controls.Add(this.DebugtextBox);
152            this.Controls.Add(this.PicasaContactsFileTextBox);
153            this.Controls.Add(this.button1);
154            this.Controls.Add(this.SetContactPathBtn);
155            this.Controls.Add(this.ACancelButton);
156            this.Controls.Add(this.OKButton);
157            this.Controls.Add(this.label3);
158            this.Controls.Add(this.label2);
159            this.Controls.Add(this.label1);
160            this.Controls.Add(this.PiwigoPasswordTextBox);
161            this.Controls.Add(this.PiwigoUserNameTextBox);
162            this.Controls.Add(this.PiwigoURLTextbox);
163            this.Name = "OptionsForm";
164            this.Load += new System.EventHandler(this.OptionsForm_Load);
165            this.ResumeLayout(false);
166            this.PerformLayout();
167
168        }
169
170        #endregion
171
172        private System.Windows.Forms.TextBox PiwigoURLTextbox;
173        private System.Windows.Forms.Label label1;
174        private System.Windows.Forms.TextBox PiwigoUserNameTextBox;
175        private System.Windows.Forms.Label label2;
176        private System.Windows.Forms.TextBox PiwigoPasswordTextBox;
177        private System.Windows.Forms.Label label3;
178        private System.Windows.Forms.Button OKButton;
179        private System.Windows.Forms.Button ACancelButton;
180        private System.Windows.Forms.Label label8;
181        private System.Windows.Forms.TextBox PicasaContactsFileTextBox;
182        private System.Windows.Forms.Button SetContactPathBtn;
183        private System.Windows.Forms.Button button1;
184        private System.Windows.Forms.TextBox DebugtextBox;
185        private System.Windows.Forms.Label label4;
186        private System.Windows.Forms.CheckBox LogEnabled;
187    }
188}
Note: See TracBrowser for help on using the repository browser.