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

Last change on this file since 21241 was 21241, checked in by kenl, 11 years ago
File size: 9.9 KB
Line 
1namespace Picasa2Piwigo
2{
3    partial class MainForm
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(MainForm));
32            this.label1 = new System.Windows.Forms.Label();
33            this.AlbumNameTextBox = new System.Windows.Forms.TextBox();
34            this.SyncButton = new System.Windows.Forms.Button();
35            this.OptionsButton = new System.Windows.Forms.Button();
36            this.label2 = new System.Windows.Forms.Label();
37            this.NewAlbumParentAlbumComboBox = new System.Windows.Forms.ComboBox();
38            this.NewAlbumRadioButton = new System.Windows.Forms.RadioButton();
39            this.NewAlbumGroupBox = new System.Windows.Forms.GroupBox();
40            this.AccessComboBox = new System.Windows.Forms.ComboBox();
41            this.label5 = new System.Windows.Forms.Label();
42            this.label3 = new System.Windows.Forms.Label();
43            this.DescriptionTextBox = new System.Windows.Forms.TextBox();
44            this.AddTopAlbumCheckbox = new System.Windows.Forms.RadioButton();
45            this.AddToAlbumGroupbox = new System.Windows.Forms.GroupBox();
46            this.AddToAlbumComboBox = new System.Windows.Forms.ComboBox();
47            this.label4 = new System.Windows.Forms.Label();
48            this.NewAlbumGroupBox.SuspendLayout();
49            this.AddToAlbumGroupbox.SuspendLayout();
50            this.SuspendLayout();
51            //
52            // label1
53            //
54            resources.ApplyResources(this.label1, "label1");
55            this.label1.MaximumSize = new System.Drawing.Size(140, 16);
56            this.label1.Name = "label1";
57            //
58            // AlbumNameTextBox
59            //
60            resources.ApplyResources(this.AlbumNameTextBox, "AlbumNameTextBox");
61            this.AlbumNameTextBox.Name = "AlbumNameTextBox";
62            //
63            // SyncButton
64            //
65            resources.ApplyResources(this.SyncButton, "SyncButton");
66            this.SyncButton.MaximumSize = new System.Drawing.Size(111, 33);
67            this.SyncButton.Name = "SyncButton";
68            this.SyncButton.UseVisualStyleBackColor = true;
69            this.SyncButton.Click += new System.EventHandler(this.SyncButton_Click);
70            //
71            // OptionsButton
72            //
73            resources.ApplyResources(this.OptionsButton, "OptionsButton");
74            this.OptionsButton.MaximumSize = new System.Drawing.Size(108, 33);
75            this.OptionsButton.Name = "OptionsButton";
76            this.OptionsButton.UseVisualStyleBackColor = true;
77            this.OptionsButton.Click += new System.EventHandler(this.OptionsButton_Click);
78            //
79            // label2
80            //
81            resources.ApplyResources(this.label2, "label2");
82            this.label2.MaximumSize = new System.Drawing.Size(140, 16);
83            this.label2.Name = "label2";
84            //
85            // NewAlbumParentAlbumComboBox
86            //
87            resources.ApplyResources(this.NewAlbumParentAlbumComboBox, "NewAlbumParentAlbumComboBox");
88            this.NewAlbumParentAlbumComboBox.FormattingEnabled = true;
89            this.NewAlbumParentAlbumComboBox.Name = "NewAlbumParentAlbumComboBox";
90            //
91            // NewAlbumRadioButton
92            //
93            this.NewAlbumRadioButton.Checked = true;
94            resources.ApplyResources(this.NewAlbumRadioButton, "NewAlbumRadioButton");
95            this.NewAlbumRadioButton.MaximumSize = new System.Drawing.Size(115, 20);
96            this.NewAlbumRadioButton.Name = "NewAlbumRadioButton";
97            this.NewAlbumRadioButton.TabStop = true;
98            this.NewAlbumRadioButton.UseVisualStyleBackColor = true;
99            this.NewAlbumRadioButton.CheckedChanged += new System.EventHandler(this.NewAlbumRadioButton_CheckedChanged);
100            //
101            // NewAlbumGroupBox
102            //
103            this.NewAlbumGroupBox.Controls.Add(this.AccessComboBox);
104            this.NewAlbumGroupBox.Controls.Add(this.NewAlbumParentAlbumComboBox);
105            this.NewAlbumGroupBox.Controls.Add(this.label5);
106            this.NewAlbumGroupBox.Controls.Add(this.label3);
107            this.NewAlbumGroupBox.Controls.Add(this.label2);
108            this.NewAlbumGroupBox.Controls.Add(this.DescriptionTextBox);
109            this.NewAlbumGroupBox.Controls.Add(this.AlbumNameTextBox);
110            this.NewAlbumGroupBox.Controls.Add(this.label1);
111            resources.ApplyResources(this.NewAlbumGroupBox, "NewAlbumGroupBox");
112            this.NewAlbumGroupBox.Name = "NewAlbumGroupBox";
113            this.NewAlbumGroupBox.TabStop = false;
114            //
115            // AccessComboBox
116            //
117            resources.ApplyResources(this.AccessComboBox, "AccessComboBox");
118            this.AccessComboBox.FormattingEnabled = true;
119            this.AccessComboBox.Name = "AccessComboBox";
120            this.AccessComboBox.SelectedIndexChanged += new System.EventHandler(this.AccessComboBox_SelectedIndexChanged);
121            //
122            // label5
123            //
124            resources.ApplyResources(this.label5, "label5");
125            this.label5.MaximumSize = new System.Drawing.Size(140, 16);
126            this.label5.Name = "label5";
127            //
128            // label3
129            //
130            resources.ApplyResources(this.label3, "label3");
131            this.label3.MaximumSize = new System.Drawing.Size(100, 16);
132            this.label3.Name = "label3";
133            //
134            // DescriptionTextBox
135            //
136            resources.ApplyResources(this.DescriptionTextBox, "DescriptionTextBox");
137            this.DescriptionTextBox.Name = "DescriptionTextBox";
138            //
139            // AddTopAlbumCheckbox
140            //
141            resources.ApplyResources(this.AddTopAlbumCheckbox, "AddTopAlbumCheckbox");
142            this.AddTopAlbumCheckbox.MaximumSize = new System.Drawing.Size(115, 20);
143            this.AddTopAlbumCheckbox.Name = "AddTopAlbumCheckbox";
144            this.AddTopAlbumCheckbox.UseVisualStyleBackColor = true;
145            this.AddTopAlbumCheckbox.CheckedChanged += new System.EventHandler(this.AddTopAlbumCheckbox_CheckedChanged);
146            //
147            // AddToAlbumGroupbox
148            //
149            this.AddToAlbumGroupbox.Controls.Add(this.AddToAlbumComboBox);
150            this.AddToAlbumGroupbox.Controls.Add(this.label4);
151            resources.ApplyResources(this.AddToAlbumGroupbox, "AddToAlbumGroupbox");
152            this.AddToAlbumGroupbox.Name = "AddToAlbumGroupbox";
153            this.AddToAlbumGroupbox.TabStop = false;
154            //
155            // AddToAlbumComboBox
156            //
157            resources.ApplyResources(this.AddToAlbumComboBox, "AddToAlbumComboBox");
158            this.AddToAlbumComboBox.FormattingEnabled = true;
159            this.AddToAlbumComboBox.Name = "AddToAlbumComboBox";
160            //
161            // label4
162            //
163            resources.ApplyResources(this.label4, "label4");
164            this.label4.MaximumSize = new System.Drawing.Size(140, 16);
165            this.label4.Name = "label4";
166            //
167            // MainForm
168            //
169            resources.ApplyResources(this, "$this");
170            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
171            this.Controls.Add(this.AddToAlbumGroupbox);
172            this.Controls.Add(this.AddTopAlbumCheckbox);
173            this.Controls.Add(this.NewAlbumGroupBox);
174            this.Controls.Add(this.NewAlbumRadioButton);
175            this.Controls.Add(this.OptionsButton);
176            this.Controls.Add(this.SyncButton);
177            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
178            this.Name = "MainForm";
179            this.Load += new System.EventHandler(this.Form1_Load);
180            this.NewAlbumGroupBox.ResumeLayout(false);
181            this.NewAlbumGroupBox.PerformLayout();
182            this.AddToAlbumGroupbox.ResumeLayout(false);
183            this.AddToAlbumGroupbox.PerformLayout();
184            this.ResumeLayout(false);
185
186        }
187
188        #endregion
189
190        private System.Windows.Forms.Label label1;
191        private System.Windows.Forms.TextBox AlbumNameTextBox;
192        private System.Windows.Forms.Button SyncButton;
193        private System.Windows.Forms.Button OptionsButton;
194        private System.Windows.Forms.Label label2;
195        private System.Windows.Forms.ComboBox NewAlbumParentAlbumComboBox;
196        private System.Windows.Forms.RadioButton NewAlbumRadioButton;
197        private System.Windows.Forms.GroupBox NewAlbumGroupBox;
198        private System.Windows.Forms.RadioButton AddTopAlbumCheckbox;
199        private System.Windows.Forms.GroupBox AddToAlbumGroupbox;
200        private System.Windows.Forms.ComboBox AddToAlbumComboBox;
201        private System.Windows.Forms.Label label4;
202        private System.Windows.Forms.ComboBox AccessComboBox;
203        private System.Windows.Forms.Label label3;
204        private System.Windows.Forms.TextBox DescriptionTextBox;
205        private System.Windows.Forms.Label label5;
206    }
207}
208
Note: See TracBrowser for help on using the repository browser.