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

Last change on this file since 21241 was 21241, checked in by kenl, 11 years ago
File size: 3.0 KB
Line 
1namespace Picasa2Piwigo
2{
3    partial class StatusForm
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(StatusForm));
32            this.StatusTextBox = new System.Windows.Forms.TextBox();
33            this.button1 = new System.Windows.Forms.Button();
34            this.label1 = new System.Windows.Forms.Label();
35            this.SuspendLayout();
36            //
37            // StatusTextBox
38            //
39            resources.ApplyResources(this.StatusTextBox, "StatusTextBox");
40            this.StatusTextBox.Name = "StatusTextBox";
41            this.StatusTextBox.ReadOnly = true;
42            //
43            // button1
44            //
45            resources.ApplyResources(this.button1, "button1");
46            this.button1.MaximumSize = new System.Drawing.Size(75, 27);
47            this.button1.Name = "button1";
48            this.button1.UseVisualStyleBackColor = true;
49            this.button1.Click += new System.EventHandler(this.button1_Click);
50            //
51            // label1
52            //
53            resources.ApplyResources(this.label1, "label1");
54            this.label1.MaximumSize = new System.Drawing.Size(59, 16);
55            this.label1.Name = "label1";
56            //
57            // StatusForm
58            //
59            resources.ApplyResources(this, "$this");
60            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
61            this.Controls.Add(this.label1);
62            this.Controls.Add(this.button1);
63            this.Controls.Add(this.StatusTextBox);
64            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
65            this.Name = "StatusForm";
66            this.TopMost = true;
67            this.Load += new System.EventHandler(this.StatusForm_Load);
68            this.ResumeLayout(false);
69            this.PerformLayout();
70
71        }
72
73        #endregion
74
75        private System.Windows.Forms.TextBox StatusTextBox;
76        private System.Windows.Forms.Button button1;
77        private System.Windows.Forms.Label label1;
78    }
79}
Note: See TracBrowser for help on using the repository browser.