![]() |
Sylloge
A C# helper library
|
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 namespace Sylloge 00017 { 00018 namespace Forms 00019 { 00020 public partial class About 00021 { 00025 private System.ComponentModel.IContainer components = null; 00026 00030 protected override void Dispose(bool disposing) 00031 { 00032 if (disposing && (components != null)) { 00033 components.Dispose(); 00034 } 00035 base.Dispose(disposing); 00036 } 00037 00038 #region Windows Form Designer generated code 00039 00044 private void InitializeComponent() 00045 { 00046 this.c_TableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 00047 this.c_PictureBoxLogo = new System.Windows.Forms.PictureBox(); 00048 this.c_LabelProductName = new System.Windows.Forms.Label(); 00049 this.c_LabelVersion = new System.Windows.Forms.Label(); 00050 this.c_LabelCopyright = new System.Windows.Forms.Label(); 00051 this.c_LabelCompanyName = new System.Windows.Forms.Label(); 00052 this.c_TextBoxDescription = new System.Windows.Forms.TextBox(); 00053 this.c_ButtonOk = new System.Windows.Forms.Button(); 00054 this.c_TableLayoutPanel.SuspendLayout(); 00055 ((System.ComponentModel.ISupportInitialize)(this.c_PictureBoxLogo)).BeginInit(); 00056 this.SuspendLayout(); 00057 // 00058 // c_TableLayoutPanel 00059 // 00060 this.c_TableLayoutPanel.ColumnCount = 2; 00061 this.c_TableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); 00062 this.c_TableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F)); 00063 this.c_TableLayoutPanel.Controls.Add(this.c_PictureBoxLogo, 0, 0); 00064 this.c_TableLayoutPanel.Controls.Add(this.c_LabelProductName, 1, 0); 00065 this.c_TableLayoutPanel.Controls.Add(this.c_LabelVersion, 1, 1); 00066 this.c_TableLayoutPanel.Controls.Add(this.c_LabelCopyright, 1, 2); 00067 this.c_TableLayoutPanel.Controls.Add(this.c_LabelCompanyName, 1, 3); 00068 this.c_TableLayoutPanel.Controls.Add(this.c_TextBoxDescription, 1, 4); 00069 this.c_TableLayoutPanel.Controls.Add(this.c_ButtonOk, 1, 5); 00070 this.c_TableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; 00071 this.c_TableLayoutPanel.Location = new System.Drawing.Point(9, 9); 00072 this.c_TableLayoutPanel.Name = "c_TableLayoutPanel"; 00073 this.c_TableLayoutPanel.RowCount = 6; 00074 this.c_TableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); 00075 this.c_TableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); 00076 this.c_TableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); 00077 this.c_TableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); 00078 this.c_TableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 00079 this.c_TableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); 00080 this.c_TableLayoutPanel.Size = new System.Drawing.Size(417, 265); 00081 this.c_TableLayoutPanel.TabIndex = 0; 00082 // 00083 // c_PictureBoxLogo 00084 // 00085 this.c_PictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Fill; 00086 this.c_PictureBoxLogo.Location = new System.Drawing.Point(3, 3); 00087 this.c_PictureBoxLogo.Name = "c_PictureBoxLogo"; 00088 this.c_TableLayoutPanel.SetRowSpan(this.c_PictureBoxLogo, 6); 00089 this.c_PictureBoxLogo.Size = new System.Drawing.Size(131, 259); 00090 this.c_PictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 00091 this.c_PictureBoxLogo.TabIndex = 12; 00092 this.c_PictureBoxLogo.TabStop = false; 00093 // 00094 // c_LabelProductName 00095 // 00096 this.c_LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill; 00097 this.c_LabelProductName.Location = new System.Drawing.Point(143, 0); 00098 this.c_LabelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); 00099 this.c_LabelProductName.MaximumSize = new System.Drawing.Size(0, 17); 00100 this.c_LabelProductName.Name = "c_LabelProductName"; 00101 this.c_LabelProductName.Size = new System.Drawing.Size(271, 17); 00102 this.c_LabelProductName.TabIndex = 19; 00103 this.c_LabelProductName.Text = "Product Name"; 00104 this.c_LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 00105 // 00106 // c_LabelVersion 00107 // 00108 this.c_LabelVersion.Dock = System.Windows.Forms.DockStyle.Fill; 00109 this.c_LabelVersion.Location = new System.Drawing.Point(143, 26); 00110 this.c_LabelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); 00111 this.c_LabelVersion.MaximumSize = new System.Drawing.Size(0, 17); 00112 this.c_LabelVersion.Name = "c_LabelVersion"; 00113 this.c_LabelVersion.Size = new System.Drawing.Size(271, 17); 00114 this.c_LabelVersion.TabIndex = 0; 00115 this.c_LabelVersion.Text = "Version"; 00116 this.c_LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 00117 // 00118 // c_LabelCopyright 00119 // 00120 this.c_LabelCopyright.Dock = System.Windows.Forms.DockStyle.Fill; 00121 this.c_LabelCopyright.Location = new System.Drawing.Point(143, 52); 00122 this.c_LabelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); 00123 this.c_LabelCopyright.MaximumSize = new System.Drawing.Size(0, 17); 00124 this.c_LabelCopyright.Name = "c_LabelCopyright"; 00125 this.c_LabelCopyright.Size = new System.Drawing.Size(271, 17); 00126 this.c_LabelCopyright.TabIndex = 21; 00127 this.c_LabelCopyright.Text = "Copyright"; 00128 this.c_LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 00129 // 00130 // c_LabelCompanyName 00131 // 00132 this.c_LabelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill; 00133 this.c_LabelCompanyName.Location = new System.Drawing.Point(143, 78); 00134 this.c_LabelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); 00135 this.c_LabelCompanyName.MaximumSize = new System.Drawing.Size(0, 17); 00136 this.c_LabelCompanyName.Name = "c_LabelCompanyName"; 00137 this.c_LabelCompanyName.Size = new System.Drawing.Size(271, 17); 00138 this.c_LabelCompanyName.TabIndex = 22; 00139 this.c_LabelCompanyName.Text = "Company Name"; 00140 this.c_LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 00141 // 00142 // c_TextBoxDescription 00143 // 00144 this.c_TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; 00145 this.c_TextBoxDescription.Location = new System.Drawing.Point(143, 107); 00146 this.c_TextBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3); 00147 this.c_TextBoxDescription.Multiline = true; 00148 this.c_TextBoxDescription.Name = "c_TextBoxDescription"; 00149 this.c_TextBoxDescription.ReadOnly = true; 00150 this.c_TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; 00151 this.c_TextBoxDescription.Size = new System.Drawing.Size(271, 126); 00152 this.c_TextBoxDescription.TabIndex = 23; 00153 this.c_TextBoxDescription.TabStop = false; 00154 this.c_TextBoxDescription.Text = "Description"; 00155 // 00156 // c_ButtonOk 00157 // 00158 this.c_ButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 00159 this.c_ButtonOk.DialogResult = System.Windows.Forms.DialogResult.Cancel; 00160 this.c_ButtonOk.Location = new System.Drawing.Point(339, 239); 00161 this.c_ButtonOk.Name = "c_ButtonOk"; 00162 this.c_ButtonOk.Size = new System.Drawing.Size(75, 23); 00163 this.c_ButtonOk.TabIndex = 24; 00164 this.c_ButtonOk.Text = "&OK"; 00165 this.c_ButtonOk.Click += new System.EventHandler(this.c_ButtonOk_Click); 00166 // 00167 // About 00168 // 00169 this.AcceptButton = this.c_ButtonOk; 00170 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; 00171 this.ClientSize = new System.Drawing.Size(435, 283); 00172 this.Controls.Add(this.c_TableLayoutPanel); 00173 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 00174 this.MaximizeBox = false; 00175 this.MinimizeBox = false; 00176 this.Name = "About"; 00177 this.Padding = new System.Windows.Forms.Padding(9); 00178 this.ShowIcon = false; 00179 this.ShowInTaskbar = false; 00180 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 00181 this.Text = "About"; 00182 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_About_FormClosing); 00183 this.Shown += new System.EventHandler(this.f_About_Shown); 00184 this.c_TableLayoutPanel.ResumeLayout(false); 00185 this.c_TableLayoutPanel.PerformLayout(); 00186 ((System.ComponentModel.ISupportInitialize)(this.c_PictureBoxLogo)).EndInit(); 00187 this.ResumeLayout(false); 00188 00189 } 00190 00191 #endregion 00192 00193 private System.Windows.Forms.TableLayoutPanel c_TableLayoutPanel; 00194 private System.Windows.Forms.PictureBox c_PictureBoxLogo; 00195 private System.Windows.Forms.Label c_LabelProductName; 00196 private System.Windows.Forms.Label c_LabelVersion; 00197 private System.Windows.Forms.Label c_LabelCopyright; 00198 private System.Windows.Forms.Label c_LabelCompanyName; 00199 private System.Windows.Forms.TextBox c_TextBoxDescription; 00200 private System.Windows.Forms.Button c_ButtonOk; 00201 } 00202 } 00203 }