source: extensions/Picasa2Piwigo/Picasa2Piwigo/Form1.Designer.cs @ 31684

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

Version 1.4

File size: 13.4 KB
Line 
1namespace Picasa2Piwigo
2{
3    partial class Form1
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(Form1));
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.label3 = new System.Windows.Forms.Label();
42            this.AddTopAlbumCheckbox = new System.Windows.Forms.RadioButton();
43            this.AddToAlbumGroupbox = new System.Windows.Forms.GroupBox();
44            this.AddToAlbumComboBox = new System.Windows.Forms.ComboBox();
45            this.label4 = new System.Windows.Forms.Label();
46            this.NewAlbumGroupBox.SuspendLayout();
47            this.AddToAlbumGroupbox.SuspendLayout();
48            this.SuspendLayout();
49            //
50            // label1
51            //
52            this.label1.AutoSize = true;
53            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
54            this.label1.Location = new System.Drawing.Point(6, 27);
55            this.label1.Name = "label1";
56            this.label1.Size = new System.Drawing.Size(89, 16);
57            this.label1.TabIndex = 1;
58            this.label1.Text = "Album Name:";
59            //
60            // AlbumNameTextBox
61            //
62            this.AlbumNameTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
63            this.AlbumNameTextBox.Location = new System.Drawing.Point(103, 24);
64            this.AlbumNameTextBox.Name = "AlbumNameTextBox";
65            this.AlbumNameTextBox.Size = new System.Drawing.Size(631, 22);
66            this.AlbumNameTextBox.TabIndex = 2;
67            //
68            // SyncButton
69            //
70            this.SyncButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
71            this.SyncButton.Location = new System.Drawing.Point(333, 250);
72            this.SyncButton.Name = "SyncButton";
73            this.SyncButton.Size = new System.Drawing.Size(111, 33);
74            this.SyncButton.TabIndex = 3;
75            this.SyncButton.Text = "Execute";
76            this.SyncButton.UseVisualStyleBackColor = true;
77            this.SyncButton.Click += new System.EventHandler(this.SyncButton_Click);
78            //
79            // OptionsButton
80            //
81            this.OptionsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82            this.OptionsButton.Location = new System.Drawing.Point(490, 250);
83            this.OptionsButton.Name = "OptionsButton";
84            this.OptionsButton.Size = new System.Drawing.Size(108, 33);
85            this.OptionsButton.TabIndex = 4;
86            this.OptionsButton.Text = "Options";
87            this.OptionsButton.UseVisualStyleBackColor = true;
88            this.OptionsButton.Click += new System.EventHandler(this.OptionsButton_Click);
89            //
90            // label2
91            //
92            this.label2.AutoSize = true;
93            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
94            this.label2.Location = new System.Drawing.Point(6, 64);
95            this.label2.Name = "label2";
96            this.label2.Size = new System.Drawing.Size(91, 16);
97            this.label2.TabIndex = 1;
98            this.label2.Text = "Parent Album:";
99            //
100            // NewAlbumParentAlbumComboBox
101            //
102            this.NewAlbumParentAlbumComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
103            this.NewAlbumParentAlbumComboBox.FormattingEnabled = true;
104            this.NewAlbumParentAlbumComboBox.Location = new System.Drawing.Point(103, 61);
105            this.NewAlbumParentAlbumComboBox.Name = "NewAlbumParentAlbumComboBox";
106            this.NewAlbumParentAlbumComboBox.Size = new System.Drawing.Size(631, 24);
107            this.NewAlbumParentAlbumComboBox.TabIndex = 4;
108            //
109            // NewAlbumRadioButton
110            //
111            this.NewAlbumRadioButton.AutoSize = true;
112            this.NewAlbumRadioButton.Checked = true;
113            this.NewAlbumRadioButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
114            this.NewAlbumRadioButton.Location = new System.Drawing.Point(12, 39);
115            this.NewAlbumRadioButton.Name = "NewAlbumRadioButton";
116            this.NewAlbumRadioButton.Size = new System.Drawing.Size(94, 20);
117            this.NewAlbumRadioButton.TabIndex = 5;
118            this.NewAlbumRadioButton.TabStop = true;
119            this.NewAlbumRadioButton.Text = "New Album";
120            this.NewAlbumRadioButton.UseVisualStyleBackColor = true;
121            this.NewAlbumRadioButton.CheckedChanged += new System.EventHandler(this.NewAlbumRadioButton_CheckedChanged);
122            //
123            // NewAlbumGroupBox
124            //
125            this.NewAlbumGroupBox.Controls.Add(this.AccessComboBox);
126            this.NewAlbumGroupBox.Controls.Add(this.NewAlbumParentAlbumComboBox);
127            this.NewAlbumGroupBox.Controls.Add(this.label3);
128            this.NewAlbumGroupBox.Controls.Add(this.label2);
129            this.NewAlbumGroupBox.Controls.Add(this.AlbumNameTextBox);
130            this.NewAlbumGroupBox.Controls.Add(this.label1);
131            this.NewAlbumGroupBox.Location = new System.Drawing.Point(124, 14);
132            this.NewAlbumGroupBox.Name = "NewAlbumGroupBox";
133            this.NewAlbumGroupBox.Size = new System.Drawing.Size(741, 138);
134            this.NewAlbumGroupBox.TabIndex = 1;
135            this.NewAlbumGroupBox.TabStop = false;
136            this.NewAlbumGroupBox.Text = "New Album";
137            //
138            // AccessComboBox
139            //
140            this.AccessComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
141            this.AccessComboBox.FormattingEnabled = true;
142            this.AccessComboBox.Items.AddRange(new object[] {
143            "Public",
144            "Private"});
145            this.AccessComboBox.Location = new System.Drawing.Point(103, 97);
146            this.AccessComboBox.Name = "AccessComboBox";
147            this.AccessComboBox.Size = new System.Drawing.Size(79, 24);
148            this.AccessComboBox.TabIndex = 5;
149            this.AccessComboBox.SelectedIndexChanged += new System.EventHandler(this.AccessComboBox_SelectedIndexChanged);
150            //
151            // label3
152            //
153            this.label3.AutoSize = true;
154            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
155            this.label3.Location = new System.Drawing.Point(6, 100);
156            this.label3.Name = "label3";
157            this.label3.Size = new System.Drawing.Size(85, 16);
158            this.label3.TabIndex = 1;
159            this.label3.Text = "Access type:";
160            //
161            // AddTopAlbumCheckbox
162            //
163            this.AddTopAlbumCheckbox.AutoSize = true;
164            this.AddTopAlbumCheckbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
165            this.AddTopAlbumCheckbox.Location = new System.Drawing.Point(12, 189);
166            this.AddTopAlbumCheckbox.Name = "AddTopAlbumCheckbox";
167            this.AddTopAlbumCheckbox.Size = new System.Drawing.Size(112, 20);
168            this.AddTopAlbumCheckbox.TabIndex = 5;
169            this.AddTopAlbumCheckbox.Text = "Add To Album";
170            this.AddTopAlbumCheckbox.UseVisualStyleBackColor = true;
171            this.AddTopAlbumCheckbox.CheckedChanged += new System.EventHandler(this.AddTopAlbumCheckbox_CheckedChanged);
172            //
173            // AddToAlbumGroupbox
174            //
175            this.AddToAlbumGroupbox.Controls.Add(this.AddToAlbumComboBox);
176            this.AddToAlbumGroupbox.Controls.Add(this.label4);
177            this.AddToAlbumGroupbox.Enabled = false;
178            this.AddToAlbumGroupbox.Location = new System.Drawing.Point(124, 168);
179            this.AddToAlbumGroupbox.Name = "AddToAlbumGroupbox";
180            this.AddToAlbumGroupbox.Size = new System.Drawing.Size(741, 57);
181            this.AddToAlbumGroupbox.TabIndex = 2;
182            this.AddToAlbumGroupbox.TabStop = false;
183            this.AddToAlbumGroupbox.Text = "Add To Album";
184            //
185            // AddToAlbumComboBox
186            //
187            this.AddToAlbumComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
188            this.AddToAlbumComboBox.FormattingEnabled = true;
189            this.AddToAlbumComboBox.Location = new System.Drawing.Point(103, 20);
190            this.AddToAlbumComboBox.Name = "AddToAlbumComboBox";
191            this.AddToAlbumComboBox.Size = new System.Drawing.Size(631, 24);
192            this.AddToAlbumComboBox.TabIndex = 4;
193            //
194            // label4
195            //
196            this.label4.AutoSize = true;
197            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
198            this.label4.Location = new System.Drawing.Point(6, 23);
199            this.label4.Name = "label4";
200            this.label4.Size = new System.Drawing.Size(49, 16);
201            this.label4.TabIndex = 1;
202            this.label4.Text = "Album:";
203            //
204            // Form1
205            //
206            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
207            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
208            this.ClientSize = new System.Drawing.Size(881, 306);
209            this.Controls.Add(this.AddToAlbumGroupbox);
210            this.Controls.Add(this.AddTopAlbumCheckbox);
211            this.Controls.Add(this.NewAlbumGroupBox);
212            this.Controls.Add(this.NewAlbumRadioButton);
213            this.Controls.Add(this.OptionsButton);
214            this.Controls.Add(this.SyncButton);
215            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
216            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
217            this.Name = "Form1";
218            this.Text = "Picasa2Piwigo - Version 1.0 - KenL";
219            this.Load += new System.EventHandler(this.Form1_Load);
220            this.NewAlbumGroupBox.ResumeLayout(false);
221            this.NewAlbumGroupBox.PerformLayout();
222            this.AddToAlbumGroupbox.ResumeLayout(false);
223            this.AddToAlbumGroupbox.PerformLayout();
224            this.ResumeLayout(false);
225            this.PerformLayout();
226
227        }
228
229        #endregion
230
231        private System.Windows.Forms.Label label1;
232        private System.Windows.Forms.TextBox AlbumNameTextBox;
233        private System.Windows.Forms.Button SyncButton;
234        private System.Windows.Forms.Button OptionsButton;
235        private System.Windows.Forms.Label label2;
236        private System.Windows.Forms.ComboBox NewAlbumParentAlbumComboBox;
237        private System.Windows.Forms.RadioButton NewAlbumRadioButton;
238        private System.Windows.Forms.GroupBox NewAlbumGroupBox;
239        private System.Windows.Forms.RadioButton AddTopAlbumCheckbox;
240        private System.Windows.Forms.GroupBox AddToAlbumGroupbox;
241        private System.Windows.Forms.ComboBox AddToAlbumComboBox;
242        private System.Windows.Forms.Label label4;
243        private System.Windows.Forms.ComboBox AccessComboBox;
244        private System.Windows.Forms.Label label3;
245    }
246}
247
Note: See TracBrowser for help on using the repository browser.