namespace SubSonic.SubStage { 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About)); this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components); this.kryptonPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.btnOk = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).BeginInit(); this.kryptonPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // kryptonManager // this.kryptonManager.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office2007Black; // // kryptonPanel // this.kryptonPanel.Controls.Add(this.btnOk); this.kryptonPanel.Controls.Add(this.pictureBox1); this.kryptonPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonPanel.Location = new System.Drawing.Point(0, 0); this.kryptonPanel.Name = "kryptonPanel"; this.kryptonPanel.Size = new System.Drawing.Size(673, 456); this.kryptonPanel.TabIndex = 0; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnOk.Location = new System.Drawing.Point(596, 413); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(65, 25); this.btnOk.TabIndex = 0; this.btnOk.Text = "OK"; this.btnOk.Values.ExtraText = ""; this.btnOk.Values.Image = null; this.btnOk.Values.ImageStates.ImageCheckedNormal = null; this.btnOk.Values.ImageStates.ImageCheckedPressed = null; this.btnOk.Values.ImageStates.ImageCheckedTracking = null; this.btnOk.Values.Text = "OK"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(673, 456); this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // About // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnOk; this.ClientSize = new System.Drawing.Size(673, 456); this.ControlBox = false; this.Controls.Add(this.kryptonPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 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 SubStage"; ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).EndInit(); this.kryptonPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonManager kryptonManager; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel; private ComponentFactory.Krypton.Toolkit.KryptonButton btnOk; private System.Windows.Forms.PictureBox pictureBox1; } }