master
  1namespace Notepad.Presentation.Views.Menu.Help
  2{
  3    public partial class AboutApplicationView
  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        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>
 28        private void InitializeComponent()
 29        {
 30            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
 31            this.logoPictureBox = new System.Windows.Forms.PictureBox();
 32            this.labelProductName = new System.Windows.Forms.Label();
 33            this.labelVersion = new System.Windows.Forms.Label();
 34            this.uxCopyright = new System.Windows.Forms.Label();
 35            this.uxCompanyName = new System.Windows.Forms.Label();
 36            this.uxDescription = new System.Windows.Forms.TextBox();
 37            this.okButton = new System.Windows.Forms.Button();
 38            this.tableLayoutPanel.SuspendLayout();
 39            ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
 40            this.SuspendLayout();
 41            // 
 42            // tableLayoutPanel
 43            // 
 44            this.tableLayoutPanel.ColumnCount = 2;
 45            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
 46            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
 47            this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
 48            this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
 49            this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
 50            this.tableLayoutPanel.Controls.Add(this.uxCopyright, 1, 2);
 51            this.tableLayoutPanel.Controls.Add(this.uxCompanyName, 1, 3);
 52            this.tableLayoutPanel.Controls.Add(this.uxDescription, 1, 4);
 53            this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
 54            this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
 55            this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
 56            this.tableLayoutPanel.Name = "tableLayoutPanel";
 57            this.tableLayoutPanel.RowCount = 6;
 58            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
 59            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
 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, 50F));
 63            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
 64            this.tableLayoutPanel.Size = new System.Drawing.Size(417, 265);
 65            this.tableLayoutPanel.TabIndex = 0;
 66            // 
 67            // logoPictureBox
 68            // 
 69            this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
 70            this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
 71            this.logoPictureBox.Name = "logoPictureBox";
 72            this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
 73            this.logoPictureBox.Size = new System.Drawing.Size(131, 259);
 74            this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
 75            this.logoPictureBox.TabIndex = 12;
 76            this.logoPictureBox.TabStop = false;
 77            // 
 78            // labelProductName
 79            // 
 80            this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
 81            this.labelProductName.Location = new System.Drawing.Point(143, 0);
 82            this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
 83            this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
 84            this.labelProductName.Name = "labelProductName";
 85            this.labelProductName.Size = new System.Drawing.Size(271, 17);
 86            this.labelProductName.TabIndex = 19;
 87            this.labelProductName.Text = "Product Name";
 88            this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 89            // 
 90            // labelVersion
 91            // 
 92            this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
 93            this.labelVersion.Location = new System.Drawing.Point(143, 26);
 94            this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
 95            this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
 96            this.labelVersion.Name = "labelVersion";
 97            this.labelVersion.Size = new System.Drawing.Size(271, 17);
 98            this.labelVersion.TabIndex = 0;
 99            this.labelVersion.Text = "Version";
100            this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
101            // 
102            // uxCopyright
103            // 
104            this.uxCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
105            this.uxCopyright.Location = new System.Drawing.Point(143, 52);
106            this.uxCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
107            this.uxCopyright.MaximumSize = new System.Drawing.Size(0, 17);
108            this.uxCopyright.Name = "uxCopyright";
109            this.uxCopyright.Size = new System.Drawing.Size(271, 17);
110            this.uxCopyright.TabIndex = 21;
111            this.uxCopyright.Text = "Copyright";
112            this.uxCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
113            // 
114            // uxCompanyName
115            // 
116            this.uxCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
117            this.uxCompanyName.Location = new System.Drawing.Point(143, 78);
118            this.uxCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
119            this.uxCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
120            this.uxCompanyName.Name = "uxCompanyName";
121            this.uxCompanyName.Size = new System.Drawing.Size(271, 17);
122            this.uxCompanyName.TabIndex = 22;
123            this.uxCompanyName.Text = "Company Name";
124            this.uxCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
125            // 
126            // uxDescription
127            // 
128            this.uxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
129            this.uxDescription.Location = new System.Drawing.Point(143, 107);
130            this.uxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
131            this.uxDescription.Multiline = true;
132            this.uxDescription.Name = "uxDescription";
133            this.uxDescription.ReadOnly = true;
134            this.uxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
135            this.uxDescription.Size = new System.Drawing.Size(271, 126);
136            this.uxDescription.TabIndex = 23;
137            this.uxDescription.TabStop = false;
138            this.uxDescription.Text = "Description";
139            // 
140            // okButton
141            // 
142            this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
143            this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
144            this.okButton.Location = new System.Drawing.Point(339, 239);
145            this.okButton.Name = "okButton";
146            this.okButton.Size = new System.Drawing.Size(75, 23);
147            this.okButton.TabIndex = 24;
148            this.okButton.Text = "&OK";
149            // 
150            // AboutApplicationView
151            // 
152            this.AcceptButton = this.okButton;
153            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
154            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
155            this.ClientSize = new System.Drawing.Size(435, 283);
156            this.Controls.Add(this.tableLayoutPanel);
157            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
158            this.MaximizeBox = false;
159            this.MinimizeBox = false;
160            this.Name = "AboutApplicationView";
161            this.Padding = new System.Windows.Forms.Padding(9);
162            this.ShowIcon = false;
163            this.ShowInTaskbar = false;
164            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
165            this.Text = "About Notepad";
166            this.tableLayoutPanel.ResumeLayout(false);
167            this.tableLayoutPanel.PerformLayout();
168            ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
169            this.ResumeLayout(false);
170
171        }
172
173        #endregion
174
175        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
176        private System.Windows.Forms.PictureBox logoPictureBox;
177        private System.Windows.Forms.Label labelProductName;
178        private System.Windows.Forms.Label labelVersion;
179        private System.Windows.Forms.Label uxCopyright;
180        private System.Windows.Forms.Label uxCompanyName;
181        private System.Windows.Forms.TextBox uxDescription;
182        private System.Windows.Forms.Button okButton;
183    }
184}