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

Last change on this file since 21241 was 21241, checked in by kenl, 11 years ago
File size: 6.6 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.SuspendLayout();
44            //
45            // PiwigoURLTextbox
46            //
47            resources.ApplyResources(this.PiwigoURLTextbox, "PiwigoURLTextbox");
48            this.PiwigoURLTextbox.Name = "PiwigoURLTextbox";
49            //
50            // label1
51            //
52            resources.ApplyResources(this.label1, "label1");
53            this.label1.MaximumSize = new System.Drawing.Size(133, 16);
54            this.label1.Name = "label1";
55            //
56            // PiwigoUserNameTextBox
57            //
58            resources.ApplyResources(this.PiwigoUserNameTextBox, "PiwigoUserNameTextBox");
59            this.PiwigoUserNameTextBox.Name = "PiwigoUserNameTextBox";
60            //
61            // label2
62            //
63            resources.ApplyResources(this.label2, "label2");
64            this.label2.MaximumSize = new System.Drawing.Size(133, 16);
65            this.label2.Name = "label2";
66            //
67            // PiwigoPasswordTextBox
68            //
69            resources.ApplyResources(this.PiwigoPasswordTextBox, "PiwigoPasswordTextBox");
70            this.PiwigoPasswordTextBox.Name = "PiwigoPasswordTextBox";
71            //
72            // label3
73            //
74            resources.ApplyResources(this.label3, "label3");
75            this.label3.MaximumSize = new System.Drawing.Size(133, 16);
76            this.label3.Name = "label3";
77            //
78            // OKButton
79            //
80            resources.ApplyResources(this.OKButton, "OKButton");
81            this.OKButton.MaximumSize = new System.Drawing.Size(75, 33);
82            this.OKButton.Name = "OKButton";
83            this.OKButton.UseVisualStyleBackColor = true;
84            this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
85            //
86            // ACancelButton
87            //
88            resources.ApplyResources(this.ACancelButton, "ACancelButton");
89            this.ACancelButton.MaximumSize = new System.Drawing.Size(75, 32);
90            this.ACancelButton.Name = "ACancelButton";
91            this.ACancelButton.UseVisualStyleBackColor = true;
92            this.ACancelButton.Click += new System.EventHandler(this.ACancelButton_Click);
93            //
94            // label8
95            //
96            resources.ApplyResources(this.label8, "label8");
97            this.label8.MaximumSize = new System.Drawing.Size(133, 16);
98            this.label8.Name = "label8";
99            //
100            // PicasaContactsFileTextBox
101            //
102            resources.ApplyResources(this.PicasaContactsFileTextBox, "PicasaContactsFileTextBox");
103            this.PicasaContactsFileTextBox.Name = "PicasaContactsFileTextBox";
104            this.PicasaContactsFileTextBox.ReadOnly = true;
105            //
106            // SetContactPathBtn
107            //
108            resources.ApplyResources(this.SetContactPathBtn, "SetContactPathBtn");
109            this.SetContactPathBtn.MaximumSize = new System.Drawing.Size(54, 23);
110            this.SetContactPathBtn.Name = "SetContactPathBtn";
111            this.SetContactPathBtn.UseVisualStyleBackColor = true;
112            this.SetContactPathBtn.Click += new System.EventHandler(this.SetContactPathBtn_Click);
113            //
114            // OptionsForm
115            //
116            resources.ApplyResources(this, "$this");
117            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
118            this.Controls.Add(this.label8);
119            this.Controls.Add(this.PicasaContactsFileTextBox);
120            this.Controls.Add(this.SetContactPathBtn);
121            this.Controls.Add(this.ACancelButton);
122            this.Controls.Add(this.OKButton);
123            this.Controls.Add(this.label3);
124            this.Controls.Add(this.label2);
125            this.Controls.Add(this.label1);
126            this.Controls.Add(this.PiwigoPasswordTextBox);
127            this.Controls.Add(this.PiwigoUserNameTextBox);
128            this.Controls.Add(this.PiwigoURLTextbox);
129            this.Name = "OptionsForm";
130            this.Load += new System.EventHandler(this.OptionsForm_Load);
131            this.ResumeLayout(false);
132            this.PerformLayout();
133
134        }
135
136        #endregion
137
138        private System.Windows.Forms.TextBox PiwigoURLTextbox;
139        private System.Windows.Forms.Label label1;
140        private System.Windows.Forms.TextBox PiwigoUserNameTextBox;
141        private System.Windows.Forms.Label label2;
142        private System.Windows.Forms.TextBox PiwigoPasswordTextBox;
143        private System.Windows.Forms.Label label3;
144        private System.Windows.Forms.Button OKButton;
145        private System.Windows.Forms.Button ACancelButton;
146        private System.Windows.Forms.Label label8;
147        private System.Windows.Forms.TextBox PicasaContactsFileTextBox;
148        private System.Windows.Forms.Button SetContactPathBtn;
149    }
150}
Note: See TracBrowser for help on using the repository browser.