namespace ImpulseVision { partial class FormViewPhoto { /// /// 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.PbxImage = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).BeginInit(); this.SuspendLayout(); // // PbxImage // this.PbxImage.Dock = System.Windows.Forms.DockStyle.Fill; this.PbxImage.Location = new System.Drawing.Point(0, 0); this.PbxImage.Name = "PbxImage"; this.PbxImage.Size = new System.Drawing.Size(659, 385); this.PbxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PbxImage.TabIndex = 0; this.PbxImage.TabStop = false; this.PbxImage.Click += new System.EventHandler(this.PbxImage_Click); // // FormViewPhoto // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(659, 385); this.Controls.Add(this.PbxImage); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormViewPhoto"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FormViewPhoto"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormViewPhoto_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).EndInit(); this.ResumeLayout(false); } #endregion public System.Windows.Forms.PictureBox PbxImage; } }