namespace Nullstack.Utilities.Guidgen2 { partial class About { /// /// 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(About)); this.btnOk = new System.Windows.Forms.Button(); this.picIcon = new System.Windows.Forms.PictureBox(); this.lblDescription = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit(); this.SuspendLayout(); // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Location = new System.Drawing.Point(212, 9); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(68, 26); this.btnOk.TabIndex = 0; this.btnOk.Text = "&OK"; this.btnOk.UseVisualStyleBackColor = true; // // picIcon // this.picIcon.Image = global::Nullstack.Utilities.Guidgen2.Properties.Resources.ico128; this.picIcon.Location = new System.Drawing.Point(12, 12); this.picIcon.Name = "picIcon"; this.picIcon.Size = new System.Drawing.Size(32, 32); this.picIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picIcon.TabIndex = 1; this.picIcon.TabStop = false; // // lblDescription // this.lblDescription.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.lblDescription.Location = new System.Drawing.Point(59, 9); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(140, 103); this.lblDescription.TabIndex = 2; this.lblDescription.Text = "label1"; // // About // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(292, 121); this.Controls.Add(this.lblDescription); this.Controls.Add(this.picIcon); this.Controls.Add(this.btnOk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "About"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About guidgen2"; ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.PictureBox picIcon; private System.Windows.Forms.Label lblDescription; } }