Source code for the CoDocker CSharp to HTML converter from OfItselfSo.com
namespace CoDocker { partial class frmAbout { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.textBoxTitle = new System.Windows.Forms.TextBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.linkLabel2 = new System.Windows.Forms.LinkLabel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.richTextBoxLicense = new System.Windows.Forms.RichTextBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.linkLabel3 = new System.Windows.Forms.LinkLabel(); this.linkLabel4 = new System.Windows.Forms.LinkLabel(); this.label6 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // textBoxTitle // this.textBoxTitle.BackColor = System.Drawing.SystemColors.Control; this.textBoxTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBoxTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxTitle.Location = new System.Drawing.Point(115, 6); this.textBoxTitle.Multiline = true; this.textBoxTitle.Name = "textBoxTitle"; this.textBoxTitle.ReadOnly = true; this.textBoxTitle.Size = new System.Drawing.Size(309, 24); this.textBoxTitle.TabIndex = 5; this.textBoxTitle.Text = "CoDocker"; this.textBoxTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(232, 353); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 0; this.buttonCancel.Text = "&Close"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(162, 62); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(261, 13); this.linkLabel1.TabIndex = 2; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "http://www.OfItselfSo.com/CoDocker/CoDocker.php"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(149, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(136, 13); this.label2.TabIndex = 13; this.label2.Text = "The CoDocker Home Page"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(149, 89); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(176, 13); this.label3.TabIndex = 15; this.label3.Text = "The CoDocker Version Change Log"; // // linkLabel2 // this.linkLabel2.AutoSize = true; this.linkLabel2.Location = new System.Drawing.Point(162, 103); this.linkLabel2.Name = "linkLabel2"; this.linkLabel2.Size = new System.Drawing.Size(302, 13); this.linkLabel2.TabIndex = 3; this.linkLabel2.TabStop = true; this.linkLabel2.Text = "http://www.ofitselfso.com/CoDocker/CoDockerVersionLog.txt"; this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked); // // pictureBox1 // this.pictureBox1.Image = global::CoDocker.Properties.Resources.CoDocker; this.pictureBox1.Location = new System.Drawing.Point(79, 49); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(64, 64); this.pictureBox1.TabIndex = 16; this.pictureBox1.TabStop = false; // // textBox2 // this.textBox2.BackColor = System.Drawing.SystemColors.Control; this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox2.Location = new System.Drawing.Point(19, 23); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(500, 24); this.textBox2.TabIndex = 6; this.textBox2.Text = "A Free and Open Source CSharp to HTML Documentation Generator"; this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 180); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(341, 13); this.label1.TabIndex = 18; this.label1.Text = "The CoDocker software is released under the terms of the MIT License"; // // richTextBoxLicense // this.richTextBoxLicense.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBoxLicense.Location = new System.Drawing.Point(26, 199); this.richTextBoxLicense.Name = "richTextBoxLicense"; this.richTextBoxLicense.ReadOnly = true; this.richTextBoxLicense.Size = new System.Drawing.Size(486, 146); this.richTextBoxLicense.TabIndex = 1; this.richTextBoxLicense.Text = ""; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(23, 123); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(39, 13); this.label4.TabIndex = 19; this.label4.Text = "Credits"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(38, 150); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(143, 13); this.label5.TabIndex = 20; this.label5.Text = "Swan Icon courtesy of Sirea:"; // // linkLabel3 // this.linkLabel3.AutoSize = true; this.linkLabel3.Location = new System.Drawing.Point(181, 150); this.linkLabel3.Name = "linkLabel3"; this.linkLabel3.Size = new System.Drawing.Size(235, 13); this.linkLabel3.TabIndex = 21; this.linkLabel3.TabStop = true; this.linkLabel3.Text = "http://www.sireasgallery.com/iconset/glasszoo/"; // // linkLabel4 // this.linkLabel4.AutoSize = true; this.linkLabel4.Location = new System.Drawing.Point(283, 137); this.linkLabel4.Name = "linkLabel4"; this.linkLabel4.Size = new System.Drawing.Size(184, 13); this.linkLabel4.TabIndex = 23; this.linkLabel4.TabStop = true; this.linkLabel4.Text = "http://www.manoli.net/csharpformat/"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(38, 137); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(245, 13); this.label6.TabIndex = 22; this.label6.Text = "Formatting engine courtesy of Jean-Claude Manoli:"; // // frmAbout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.buttonCancel; this.ClientSize = new System.Drawing.Size(539, 388); this.Controls.Add(this.linkLabel4); this.Controls.Add(this.label6); this.Controls.Add(this.linkLabel3); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.richTextBoxLicense); this.Controls.Add(this.label1); this.Controls.Add(this.textBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label3); this.Controls.Add(this.linkLabel2); this.Controls.Add(this.label2); this.Controls.Add(this.linkLabel1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.textBoxTitle); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Location = new System.Drawing.Point(0, 0); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAbout"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About CoDocker"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxTitle; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.LinkLabel linkLabel2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.RichTextBox richTextBoxLicense; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.LinkLabel linkLabel3; private System.Windows.Forms.LinkLabel linkLabel4; private System.Windows.Forms.Label label6; } }