About.Designer.cs

00001 namespace Client
00002 {
00003     partial class About
00004     {
00008         private System.ComponentModel.IContainer components = null;
00009 
00013         protected override void Dispose(bool disposing)
00014         {
00015             if (disposing && (components != null))
00016             {
00017                 components.Dispose();
00018             }
00019             base.Dispose(disposing);
00020         }
00021 
00022         #region Windows Form Designer generated code
00023 
00028         private void InitializeComponent()
00029         {
00030             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
00031             this.logoPictureBox = new System.Windows.Forms.PictureBox();
00032             this.labelProductName = new System.Windows.Forms.Label();
00033             this.labelVersion = new System.Windows.Forms.Label();
00034             this.labelCopyright = new System.Windows.Forms.Label();
00035             this.labelCompanyName = new System.Windows.Forms.Label();
00036             this.textBoxDescription = new System.Windows.Forms.TextBox();
00037             this.okButton = new System.Windows.Forms.Button();
00038             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
00039             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
00040             this.tableLayoutPanel1.SuspendLayout();
00041             this.SuspendLayout();
00042             // 
00043             // logoPictureBox
00044             // 
00045             this.logoPictureBox.BackColor = System.Drawing.Color.White;
00046             this.logoPictureBox.Image = global::Client.Properties.Resources.program_icon;
00047             this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
00048             this.logoPictureBox.Name = "logoPictureBox";
00049             this.logoPictureBox.Size = new System.Drawing.Size(128, 122);
00050             this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
00051             this.logoPictureBox.TabIndex = 12;
00052             this.logoPictureBox.TabStop = false;
00053             // 
00054             // labelProductName
00055             // 
00056             this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
00057             this.labelProductName.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00058             this.labelProductName.ForeColor = System.Drawing.SystemColors.WindowText;
00059             this.labelProductName.Location = new System.Drawing.Point(6, 128);
00060             this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
00061             this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
00062             this.labelProductName.Name = "labelProductName";
00063             this.labelProductName.Size = new System.Drawing.Size(129, 17);
00064             this.labelProductName.TabIndex = 19;
00065             this.labelProductName.Text = "SCRAML Client";
00066             this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00067             // 
00068             // labelVersion
00069             // 
00070             this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
00071             this.labelVersion.ForeColor = System.Drawing.SystemColors.WindowText;
00072             this.labelVersion.Location = new System.Drawing.Point(6, 148);
00073             this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
00074             this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
00075             this.labelVersion.Name = "labelVersion";
00076             this.labelVersion.Size = new System.Drawing.Size(129, 17);
00077             this.labelVersion.TabIndex = 0;
00078             this.labelVersion.Text = "Version";
00079             this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
00080             // 
00081             // labelCopyright
00082             // 
00083             this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
00084             this.labelCopyright.ForeColor = System.Drawing.SystemColors.WindowText;
00085             this.labelCopyright.Location = new System.Drawing.Point(6, 202);
00086             this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
00087             this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
00088             this.labelCopyright.Name = "labelCopyright";
00089             this.labelCopyright.Size = new System.Drawing.Size(129, 17);
00090             this.labelCopyright.TabIndex = 21;
00091             this.labelCopyright.Text = "Copyright";
00092             this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00093             // 
00094             // labelCompanyName
00095             // 
00096             this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
00097             this.labelCompanyName.ForeColor = System.Drawing.SystemColors.WindowText;
00098             this.labelCompanyName.Location = new System.Drawing.Point(6, 222);
00099             this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
00100             this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
00101             this.labelCompanyName.Name = "labelCompanyName";
00102             this.labelCompanyName.Size = new System.Drawing.Size(129, 17);
00103             this.labelCompanyName.TabIndex = 22;
00104             this.labelCompanyName.Text = "Company Name";
00105             this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00106             // 
00107             // textBoxDescription
00108             // 
00109             this.textBoxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00110                         | System.Windows.Forms.AnchorStyles.Left)
00111                         | System.Windows.Forms.AnchorStyles.Right)));
00112             this.textBoxDescription.BackColor = System.Drawing.SystemColors.Window;
00113             this.textBoxDescription.Location = new System.Drawing.Point(159, 12);
00114             this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
00115             this.textBoxDescription.Multiline = true;
00116             this.textBoxDescription.Name = "textBoxDescription";
00117             this.textBoxDescription.ReadOnly = true;
00118             this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
00119             this.textBoxDescription.Size = new System.Drawing.Size(320, 241);
00120             this.textBoxDescription.TabIndex = 23;
00121             this.textBoxDescription.TabStop = false;
00122             this.textBoxDescription.Text = resources.GetString("textBoxDescription.Text");
00123             // 
00124             // okButton
00125             // 
00126             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
00127             this.okButton.BackColor = System.Drawing.SystemColors.ButtonFace;
00128             this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00129             this.okButton.Location = new System.Drawing.Point(404, 259);
00130             this.okButton.Name = "okButton";
00131             this.okButton.Size = new System.Drawing.Size(75, 23);
00132             this.okButton.TabIndex = 24;
00133             this.okButton.Text = "&OK";
00134             this.okButton.UseVisualStyleBackColor = false;
00135             // 
00136             // tableLayoutPanel1
00137             // 
00138             this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00139                         | System.Windows.Forms.AnchorStyles.Left)));
00140             this.tableLayoutPanel1.ColumnCount = 1;
00141             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
00142             this.tableLayoutPanel1.Controls.Add(this.logoPictureBox, 0, 0);
00143             this.tableLayoutPanel1.Controls.Add(this.labelCopyright, 0, 4);
00144             this.tableLayoutPanel1.Controls.Add(this.labelCompanyName, 0, 5);
00145             this.tableLayoutPanel1.Controls.Add(this.labelProductName, 0, 1);
00146             this.tableLayoutPanel1.Controls.Add(this.labelVersion, 0, 2);
00147             this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
00148             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
00149             this.tableLayoutPanel1.RowCount = 6;
00150             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 128F));
00151             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
00152             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
00153             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
00154             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
00155             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
00156             this.tableLayoutPanel1.Size = new System.Drawing.Size(138, 242);
00157             this.tableLayoutPanel1.TabIndex = 25;
00158             // 
00159             // About
00160             // 
00161             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00162             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00163             this.BackColor = System.Drawing.SystemColors.Window;
00164             this.ClientSize = new System.Drawing.Size(491, 294);
00165             this.Controls.Add(this.tableLayoutPanel1);
00166             this.Controls.Add(this.okButton);
00167             this.Controls.Add(this.textBoxDescription);
00168             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00169             this.MinimizeBox = false;
00170             this.Name = "About";
00171             this.Padding = new System.Windows.Forms.Padding(9);
00172             this.ShowIcon = false;
00173             this.ShowInTaskbar = false;
00174             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00175             this.Text = "About";
00176             ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
00177             this.tableLayoutPanel1.ResumeLayout(false);
00178             this.tableLayoutPanel1.PerformLayout();
00179             this.ResumeLayout(false);
00180             this.PerformLayout();
00181 
00182         }
00183 
00184         #endregion
00185 
00186         private System.Windows.Forms.PictureBox logoPictureBox;
00187         private System.Windows.Forms.Label labelProductName;
00188         private System.Windows.Forms.Label labelVersion;
00189         private System.Windows.Forms.Label labelCopyright;
00190         private System.Windows.Forms.Label labelCompanyName;
00191         private System.Windows.Forms.TextBox textBoxDescription;
00192         private System.Windows.Forms.Button okButton;
00193         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
00194     }
00195 }

Generated on Thu Dec 21 06:21:54 2006 for SCRAML by  doxygen 1.5.1-p1