1 namespace distribution_explorer
2 {
3     partial class AboutDistributionExplorer
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>
Dispose(bool disposing)13         protected override void Dispose(bool disposing)
14         {
15             if (disposing && (components != null))
16             {
17                 components.Dispose();
18             }
19             base.Dispose(disposing);
20         }
21 
22         #region Windows Form Designer generated code
23 
24         /// <summary>
25         /// Required method for Designer support - do not modify
26         /// the contents of this method with the code editor.
27         /// </summary>
InitializeComponent()28         private void InitializeComponent()
29         {
30             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDistributionExplorer));
31             this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
32             this.logoPictureBox = new System.Windows.Forms.PictureBox();
33             this.labelProductName = new System.Windows.Forms.Label();
34             this.labelVersion = new System.Windows.Forms.Label();
35             this.labelCopyright = new System.Windows.Forms.Label();
36             this.labelCompanyName = new System.Windows.Forms.Label();
37             this.textBoxDescription = new System.Windows.Forms.TextBox();
38             this.okButton = new System.Windows.Forms.Button();
39             this.tableLayoutPanel.SuspendLayout();
40             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
41             this.SuspendLayout();
42             //
43             // tableLayoutPanel
44             //
45             this.tableLayoutPanel.ColumnCount = 2;
46             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
47             this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
48             this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
49             this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
50             this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
51             this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
52             this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
53             this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
54             this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
55             this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
56             this.tableLayoutPanel.Location = new System.Drawing.Point(12, 11);
57             this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
58             this.tableLayoutPanel.Name = "tableLayoutPanel";
59             this.tableLayoutPanel.RowCount = 6;
60             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
61             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
62             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
63             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
64             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
65             this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
66             this.tableLayoutPanel.Size = new System.Drawing.Size(556, 326);
67             this.tableLayoutPanel.TabIndex = 0;
68             //
69             // logoPictureBox
70             //
71             this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
72             this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
73             this.logoPictureBox.InitialImage = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.InitialImage")));
74             this.logoPictureBox.Location = new System.Drawing.Point(4, 4);
75             this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
76             this.logoPictureBox.Name = "logoPictureBox";
77             this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
78             this.logoPictureBox.Size = new System.Drawing.Size(175, 318);
79             this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
80             this.logoPictureBox.TabIndex = 12;
81             this.logoPictureBox.TabStop = false;
82             //
83             // labelProductName
84             //
85             this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
86             this.labelProductName.Location = new System.Drawing.Point(191, 0);
87             this.labelProductName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
88             this.labelProductName.MaximumSize = new System.Drawing.Size(0, 21);
89             this.labelProductName.Name = "labelProductName";
90             this.labelProductName.Size = new System.Drawing.Size(361, 21);
91             this.labelProductName.TabIndex = 19;
92             this.labelProductName.Text = "Product Name Distribution Explorer";
93             this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
94             //
95             // labelVersion
96             //
97             this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
98             this.labelVersion.Location = new System.Drawing.Point(191, 32);
99             this.labelVersion.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
100             this.labelVersion.MaximumSize = new System.Drawing.Size(0, 21);
101             this.labelVersion.Name = "labelVersion";
102             this.labelVersion.Size = new System.Drawing.Size(361, 21);
103             this.labelVersion.TabIndex = 0;
104             this.labelVersion.Text = "Version 1.1";
105             this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
106             //
107             // labelCopyright
108             //
109             this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
110             this.labelCopyright.Location = new System.Drawing.Point(191, 64);
111             this.labelCopyright.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
112             this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 21);
113             this.labelCopyright.Name = "labelCopyright";
114             this.labelCopyright.Size = new System.Drawing.Size(361, 21);
115             this.labelCopyright.TabIndex = 21;
116             this.labelCopyright.Text = "Copyright John Maddock and Paul A. Bristow 2007";
117             this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
118             //
119             // labelCompanyName
120             //
121             this.labelCompanyName.AutoSize = true;
122             this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Bottom;
123             this.labelCompanyName.Location = new System.Drawing.Point(191, 111);
124             this.labelCompanyName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
125             this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 21);
126             this.labelCompanyName.Name = "labelCompanyName";
127             this.labelCompanyName.Size = new System.Drawing.Size(361, 17);
128             this.labelCompanyName.TabIndex = 22;
129             this.labelCompanyName.Text = "Company Name";
130             this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
131             //
132             // textBoxDescription
133             //
134             this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
135             this.textBoxDescription.Location = new System.Drawing.Point(191, 132);
136             this.textBoxDescription.Margin = new System.Windows.Forms.Padding(8, 4, 4, 4);
137             this.textBoxDescription.Multiline = true;
138             this.textBoxDescription.Name = "textBoxDescription";
139             this.textBoxDescription.ReadOnly = true;
140             this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
141             this.textBoxDescription.Size = new System.Drawing.Size(361, 155);
142             this.textBoxDescription.TabIndex = 23;
143             this.textBoxDescription.TabStop = false;
144             this.textBoxDescription.Text = resources.GetString("textBoxDescription.Text");
145             //
146             // okButton
147             //
148             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
149             this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
150             this.okButton.Location = new System.Drawing.Point(452, 295);
151             this.okButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
152             this.okButton.Name = "okButton";
153             this.okButton.Size = new System.Drawing.Size(100, 27);
154             this.okButton.TabIndex = 24;
155             this.okButton.Text = "&OK";
156             //
157             // AboutDistributionExplorer
158             //
159             this.AcceptButton = this.okButton;
160             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
161             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
162             this.ClientSize = new System.Drawing.Size(580, 348);
163             this.Controls.Add(this.tableLayoutPanel);
164             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
165             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
166             this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
167             this.MaximizeBox = false;
168             this.MinimizeBox = false;
169             this.Name = "AboutDistributionExplorer";
170             this.Padding = new System.Windows.Forms.Padding(12, 11, 12, 11);
171             this.ShowIcon = false;
172             this.ShowInTaskbar = false;
173             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
174             this.Text = "AboutDistributionExplorer";
175             this.tableLayoutPanel.ResumeLayout(false);
176             this.tableLayoutPanel.PerformLayout();
177             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
178             this.ResumeLayout(false);
179 
180         }
181 
182         #endregion
183 
184         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
185         private System.Windows.Forms.PictureBox logoPictureBox;
186         private System.Windows.Forms.Label labelProductName;
187         private System.Windows.Forms.Label labelVersion;
188         private System.Windows.Forms.Label labelCopyright;
189         private System.Windows.Forms.Label labelCompanyName;
190         private System.Windows.Forms.TextBox textBoxDescription;
191         private System.Windows.Forms.Button okButton;
192     }
193 }
194