12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- namespace CCDCount.Forms
- {
- partial class IdentifyCameraForm
- {
- /// <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.tabCameraControl = new System.Windows.Forms.TabControl();
- this.ImageShowBox = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.ImageShowBox)).BeginInit();
- this.SuspendLayout();
- //
- // tabCameraControl
- //
- this.tabCameraControl.Dock = System.Windows.Forms.DockStyle.Top;
- this.tabCameraControl.HotTrack = true;
- this.tabCameraControl.ItemSize = new System.Drawing.Size(120, 50);
- this.tabCameraControl.Location = new System.Drawing.Point(0, 0);
- this.tabCameraControl.Name = "tabCameraControl";
- this.tabCameraControl.SelectedIndex = 0;
- this.tabCameraControl.Size = new System.Drawing.Size(808, 50);
- this.tabCameraControl.TabIndex = 0;
- //
- // ImageShowBox
- //
- this.ImageShowBox.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.ImageShowBox.BackColor = System.Drawing.Color.Transparent;
- this.ImageShowBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ImageShowBox.Location = new System.Drawing.Point(0, 50);
- this.ImageShowBox.Name = "ImageShowBox";
- this.ImageShowBox.Size = new System.Drawing.Size(808, 563);
- this.ImageShowBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.ImageShowBox.TabIndex = 1;
- this.ImageShowBox.TabStop = false;
- //
- // IdentifyCameraForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(28)))), ((int)(((byte)(48)))));
- this.ClientSize = new System.Drawing.Size(808, 613);
- this.Controls.Add(this.ImageShowBox);
- this.Controls.Add(this.tabCameraControl);
- this.ForeColor = System.Drawing.SystemColors.ControlText;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "IdentifyCameraForm";
- this.Opacity = 0.3D;
- this.Text = "IdentifyCameraForm";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.IdentifyCameraForm_FormClosing);
- ((System.ComponentModel.ISupportInitialize)(this.ImageShowBox)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabCameraControl;
- private System.Windows.Forms.PictureBox ImageShowBox;
- }
- }
|