1 namespace distribution_explorer 2 { 3 partial class distexAboutBox 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 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.labelCopyright = new System.Windows.Forms.Label(); 35 this.labelCompanyName = new System.Windows.Forms.Label(); 36 this.textBoxDescription = 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.labelCopyright, 1, 2); 51 this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3); 52 this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 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(12, 11); 56 this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4); 57 this.tableLayoutPanel.Name = "tableLayoutPanel"; 58 this.tableLayoutPanel.RowCount = 6; 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, 10F)); 63 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 64 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); 65 this.tableLayoutPanel.Size = new System.Drawing.Size(556, 326); 66 this.tableLayoutPanel.TabIndex = 0; 67 // 68 // logoPictureBox 69 // 70 this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; 71 this.logoPictureBox.Image = global::distribution_explorer.Properties.Resources.ToolkitLogo; 72 this.logoPictureBox.InitialImage = global::distribution_explorer.Properties.Resources.ToolkitLogo; 73 this.logoPictureBox.Location = new System.Drawing.Point(4, 4); 74 this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4); 75 this.logoPictureBox.Name = "logoPictureBox"; 76 this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6); 77 this.logoPictureBox.Size = new System.Drawing.Size(175, 318); 78 this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 79 this.logoPictureBox.TabIndex = 12; 80 this.logoPictureBox.TabStop = false; 81 // 82 // labelProductName 83 // 84 this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill; 85 this.labelProductName.Location = new System.Drawing.Point(191, 0); 86 this.labelProductName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0); 87 this.labelProductName.MaximumSize = new System.Drawing.Size(0, 21); 88 this.labelProductName.Name = "labelProductName"; 89 this.labelProductName.Size = new System.Drawing.Size(361, 21); 90 this.labelProductName.TabIndex = 19; 91 this.labelProductName.Text = "Product Name"; 92 this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 93 // 94 // labelVersion 95 // 96 this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill; 97 this.labelVersion.Location = new System.Drawing.Point(191, 32); 98 this.labelVersion.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0); 99 this.labelVersion.MaximumSize = new System.Drawing.Size(0, 21); 100 this.labelVersion.Name = "labelVersion"; 101 this.labelVersion.Size = new System.Drawing.Size(361, 21); 102 this.labelVersion.TabIndex = 0; 103 this.labelVersion.Text = "Version"; 104 this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 105 // 106 // labelCopyright 107 // 108 this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill; 109 this.labelCopyright.Location = new System.Drawing.Point(191, 64); 110 this.labelCopyright.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0); 111 this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 21); 112 this.labelCopyright.Name = "labelCopyright"; 113 this.labelCopyright.Size = new System.Drawing.Size(361, 21); 114 this.labelCopyright.TabIndex = 21; 115 this.labelCopyright.Text = "Copyright"; 116 this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 117 // 118 // labelCompanyName 119 // 120 this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill; 121 this.labelCompanyName.Location = new System.Drawing.Point(191, 96); 122 this.labelCompanyName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0); 123 this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 21); 124 this.labelCompanyName.Name = "labelCompanyName"; 125 this.labelCompanyName.Size = new System.Drawing.Size(361, 21); 126 this.labelCompanyName.TabIndex = 22; 127 this.labelCompanyName.Text = "Company Name"; 128 this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 129 // 130 // textBoxDescription 131 // 132 this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; 133 this.textBoxDescription.Location = new System.Drawing.Point(191, 132); 134 this.textBoxDescription.Margin = new System.Windows.Forms.Padding(8, 4, 4, 4); 135 this.textBoxDescription.Multiline = true; 136 this.textBoxDescription.Name = "textBoxDescription"; 137 this.textBoxDescription.ReadOnly = true; 138 this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; 139 this.textBoxDescription.Size = new System.Drawing.Size(361, 155); 140 this.textBoxDescription.TabIndex = 23; 141 this.textBoxDescription.TabStop = false; 142 this.textBoxDescription.Text = "Description"; 143 // 144 // okButton 145 // 146 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 147 this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 148 this.okButton.Location = new System.Drawing.Point(452, 295); 149 this.okButton.Margin = new System.Windows.Forms.Padding(4); 150 this.okButton.Name = "okButton"; 151 this.okButton.Size = new System.Drawing.Size(100, 27); 152 this.okButton.TabIndex = 24; 153 this.okButton.Text = "&OK"; 154 // 155 // distexAboutBox 156 // 157 this.AcceptButton = this.okButton; 158 this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); 159 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 160 this.ClientSize = new System.Drawing.Size(580, 348); 161 this.Controls.Add(this.tableLayoutPanel); 162 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 163 this.Margin = new System.Windows.Forms.Padding(4); 164 this.MaximizeBox = false; 165 this.MinimizeBox = false; 166 this.Name = "distexAboutBox"; 167 this.Padding = new System.Windows.Forms.Padding(12, 11, 12, 11); 168 this.ShowIcon = false; 169 this.ShowInTaskbar = false; 170 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 171 this.Text = "About Statistical Distribution Explorer"; 172 this.tableLayoutPanel.ResumeLayout(false); 173 this.tableLayoutPanel.PerformLayout(); 174 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit(); 175 this.ResumeLayout(false); 176 177 } 178 179 #endregion 180 181 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; 182 private System.Windows.Forms.PictureBox logoPictureBox; 183 private System.Windows.Forms.Label labelProductName; 184 private System.Windows.Forms.Label labelVersion; 185 private System.Windows.Forms.Label labelCopyright; 186 private System.Windows.Forms.Label labelCompanyName; 187 private System.Windows.Forms.TextBox textBoxDescription; 188 private System.Windows.Forms.Button okButton; 189 } 190 } 191