namespace SharpImage.Main { partial class siFormAbout { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(siFormAbout)); this.picIcon = new System.Windows.Forms.PictureBox(); this.lblMain = new System.Windows.Forms.Label(); this.lblAuthor = new System.Windows.Forms.Label(); this.lblInstitution = new System.Windows.Forms.Label(); this.lblCopyright = new System.Windows.Forms.Label(); this.cmdOK = new System.Windows.Forms.Button(); this.txtDisclaimer = new System.Windows.Forms.TextBox(); this.txtInfo = new System.Windows.Forms.TextBox(); this.lblVersion = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit(); this.SuspendLayout(); // // picIcon // this.picIcon.Image = global::SharpImage.Properties.Resources.SharpImage_32x32; this.picIcon.Location = new System.Drawing.Point(36, 36); this.picIcon.Name = "picIcon"; this.picIcon.Size = new System.Drawing.Size(32, 32); this.picIcon.TabIndex = 0; this.picIcon.TabStop = false; // // lblMain // this.lblMain.AutoSize = true; this.lblMain.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMain.Location = new System.Drawing.Point(5, 8); this.lblMain.Name = "lblMain"; this.lblMain.Size = new System.Drawing.Size(101, 19); this.lblMain.TabIndex = 2; this.lblMain.Text = "SharpImage"; // // lblAuthor // this.lblAuthor.AutoSize = true; this.lblAuthor.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAuthor.Location = new System.Drawing.Point(112, 12); this.lblAuthor.Name = "lblAuthor"; this.lblAuthor.Size = new System.Drawing.Size(40, 14); this.lblAuthor.TabIndex = 3; this.lblAuthor.Text = "Author"; this.lblAuthor.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblInstitution // this.lblInstitution.AutoSize = true; this.lblInstitution.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblInstitution.Location = new System.Drawing.Point(127, 26); this.lblInstitution.Name = "lblInstitution"; this.lblInstitution.Size = new System.Drawing.Size(52, 14); this.lblInstitution.TabIndex = 4; this.lblInstitution.Text = "Institution"; this.lblInstitution.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblCopyright // this.lblCopyright.AutoSize = true; this.lblCopyright.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCopyright.Location = new System.Drawing.Point(127, 40); this.lblCopyright.Name = "lblCopyright"; this.lblCopyright.Size = new System.Drawing.Size(70, 14); this.lblCopyright.TabIndex = 6; this.lblCopyright.Text = "Copyright (c)"; this.lblCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // cmdOK // this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdOK.Location = new System.Drawing.Point(342, 253); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(80, 30); this.cmdOK.TabIndex = 7; this.cmdOK.Text = "OK"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // txtDisclaimer // this.txtDisclaimer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDisclaimer.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtDisclaimer.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDisclaimer.Location = new System.Drawing.Point(50, 90); this.txtDisclaimer.Multiline = true; this.txtDisclaimer.Name = "txtDisclaimer"; this.txtDisclaimer.ReadOnly = true; this.txtDisclaimer.Size = new System.Drawing.Size(372, 67); this.txtDisclaimer.TabIndex = 8; this.txtDisclaimer.Text = "Disclaimer"; // // txtInfo // this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtInfo.Location = new System.Drawing.Point(50, 160); this.txtInfo.Multiline = true; this.txtInfo.Name = "txtInfo"; this.txtInfo.ReadOnly = true; this.txtInfo.Size = new System.Drawing.Size(372, 87); this.txtInfo.TabIndex = 9; this.txtInfo.Text = "Info"; this.txtInfo.WordWrap = false; // // lblVersion // this.lblVersion.AutoSize = true; this.lblVersion.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVersion.Location = new System.Drawing.Point(127, 54); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(75, 14); this.lblVersion.TabIndex = 10; this.lblVersion.Text = "Version: 0.0.0"; this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // siFormAbout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(434, 295); this.Controls.Add(this.lblVersion); this.Controls.Add(this.txtInfo); this.Controls.Add(this.txtDisclaimer); this.Controls.Add(this.cmdOK); this.Controls.Add(this.lblCopyright); this.Controls.Add(this.lblInstitution); this.Controls.Add(this.lblAuthor); this.Controls.Add(this.lblMain); this.Controls.Add(this.picIcon); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "siFormAbout"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About SharpImage"; ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picIcon; private System.Windows.Forms.Label lblMain; private System.Windows.Forms.Label lblAuthor; private System.Windows.Forms.Label lblInstitution; private System.Windows.Forms.Label lblCopyright; private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.TextBox txtDisclaimer; private System.Windows.Forms.TextBox txtInfo; private System.Windows.Forms.Label lblVersion; } }