namespace AdvertsingProfitControl { partial class AboutBox1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.okButton = new System.Windows.Forms.Button(); this.databaseVersionLabel = new System.Windows.Forms.Label(); this.labelProductVerion = new System.Windows.Forms.Label(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.reportGeneratingVersionLabel = new System.Windows.Forms.Label(); this.tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.okButton.Location = new System.Drawing.Point(620, 442); this.okButton.Margin = new System.Windows.Forms.Padding(6); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(138, 40); this.okButton.TabIndex = 24; this.okButton.Text = "&OK"; // // databaseVersionLabel // this.databaseVersionLabel.BackColor = System.Drawing.Color.Transparent; this.databaseVersionLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.databaseVersionLabel.Location = new System.Drawing.Point(11, 48); this.databaseVersionLabel.Margin = new System.Windows.Forms.Padding(11, 0, 6, 0); this.databaseVersionLabel.MaximumSize = new System.Drawing.Size(0, 31); this.databaseVersionLabel.Name = "databaseVersionLabel"; this.databaseVersionLabel.Size = new System.Drawing.Size(747, 31); this.databaseVersionLabel.TabIndex = 0; this.databaseVersionLabel.Text = "Database Version:"; this.databaseVersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelProductVerion // this.labelProductVerion.BackColor = System.Drawing.Color.Transparent; this.labelProductVerion.Dock = System.Windows.Forms.DockStyle.Fill; this.labelProductVerion.Location = new System.Drawing.Point(11, 0); this.labelProductVerion.Margin = new System.Windows.Forms.Padding(11, 0, 6, 0); this.labelProductVerion.MaximumSize = new System.Drawing.Size(0, 31); this.labelProductVerion.Name = "labelProductVerion"; this.labelProductVerion.Size = new System.Drawing.Size(747, 31); this.labelProductVerion.TabIndex = 19; this.labelProductVerion.Text = "Advertising Prodift Control Version:"; this.labelProductVerion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanel // this.tableLayoutPanel.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel.ColumnCount = 1; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.Controls.Add(this.labelProductVerion, 0, 0); this.tableLayoutPanel.Controls.Add(this.databaseVersionLabel, 0, 1); this.tableLayoutPanel.Controls.Add(this.okButton, 0, 6); this.tableLayoutPanel.Controls.Add(this.reportGeneratingVersionLabel, 0, 5); this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel.Location = new System.Drawing.Point(17, 17); this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(6); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 7; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel.Size = new System.Drawing.Size(764, 488); this.tableLayoutPanel.TabIndex = 0; // // reportGeneratingVersionLabel // this.reportGeneratingVersionLabel.AutoSize = true; this.reportGeneratingVersionLabel.Location = new System.Drawing.Point(3, 387); this.reportGeneratingVersionLabel.Name = "reportGeneratingVersionLabel"; this.reportGeneratingVersionLabel.Size = new System.Drawing.Size(314, 25); this.reportGeneratingVersionLabel.TabIndex = 25; this.reportGeneratingVersionLabel.Text = "Report Generating Engine Version:"; // // AboutBox1 // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::AdvertsingProfitControl.Properties.Resources.Large_Allens_Icon_Template___Copy; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.ClientSize = new System.Drawing.Size(798, 522); this.Controls.Add(this.tableLayoutPanel); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(6); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutBox1"; this.Padding = new System.Windows.Forms.Padding(17); this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About Products"; this.tableLayoutPanel.ResumeLayout(false); this.tableLayoutPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Label databaseVersionLabel; private System.Windows.Forms.Label labelProductVerion; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; private System.Windows.Forms.Label reportGeneratingVersionLabel; } }