namespace ControlLibrary { partial class LayerControl { /// /// 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 Component 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(LayerControl)); this.titleBarPanel = new System.Windows.Forms.Panel(); this.toggleBlockBtn = new ControlLibrary.ToggleSwitch(); this.lblLayerName = new System.Windows.Forms.Label(); this.rightSideBarPanel = new System.Windows.Forms.Panel(); this.btnArrowDown = new System.Windows.Forms.Button(); this.btnArrowUp = new System.Windows.Forms.Button(); this.leftSideBarPanel = new System.Windows.Forms.Panel(); this.statusBarPanel = new System.Windows.Forms.Panel(); this.lblPPU = new System.Windows.Forms.Label(); this.lblUnitSize = new System.Windows.Forms.Label(); this.lblResolution = new System.Windows.Forms.Label(); this.lblMode = new System.Windows.Forms.Label(); this.lblDots = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.pictThumbnail = new System.Windows.Forms.PictureBox(); this.lblMaskOnOff = new System.Windows.Forms.Label(); this.lblTileOnOff = new System.Windows.Forms.Label(); this.lblSourceImg = new System.Windows.Forms.Label(); this.titleBarPanel.SuspendLayout(); this.rightSideBarPanel.SuspendLayout(); this.statusBarPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictThumbnail)).BeginInit(); this.SuspendLayout(); // // titleBarPanel // this.titleBarPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.titleBarPanel.Controls.Add(this.toggleBlockBtn); this.titleBarPanel.Controls.Add(this.lblLayerName); this.titleBarPanel.Location = new System.Drawing.Point(0, 0); this.titleBarPanel.Name = "titleBarPanel"; this.titleBarPanel.Size = new System.Drawing.Size(217, 15); this.titleBarPanel.TabIndex = 1; // // toggleBlockBtn // this.toggleBlockBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.toggleBlockBtn.Location = new System.Drawing.Point(158, -1); this.toggleBlockBtn.Name = "toggleBlockBtn"; this.toggleBlockBtn.OffFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toggleBlockBtn.OffForeColor = System.Drawing.Color.DarkRed; this.toggleBlockBtn.OnFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toggleBlockBtn.OnForeColor = System.Drawing.Color.Green; this.toggleBlockBtn.RightToLeft = System.Windows.Forms.RightToLeft.No; this.toggleBlockBtn.Size = new System.Drawing.Size(42, 16); this.toggleBlockBtn.Style = ControlLibrary.ToggleSwitch.ToggleSwitchStyle.Android; this.toggleBlockBtn.TabIndex = 2; // // lblLayerName // this.lblLayerName.AutoSize = true; this.lblLayerName.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.lblLayerName.Location = new System.Drawing.Point(12, 0); this.lblLayerName.Name = "lblLayerName"; this.lblLayerName.Size = new System.Drawing.Size(71, 13); this.lblLayerName.TabIndex = 0; this.lblLayerName.Text = "lblLayerName"; // // rightSideBarPanel // this.rightSideBarPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.rightSideBarPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.rightSideBarPanel.Controls.Add(this.btnArrowDown); this.rightSideBarPanel.Controls.Add(this.btnArrowUp); this.rightSideBarPanel.Location = new System.Drawing.Point(202, 0); this.rightSideBarPanel.Name = "rightSideBarPanel"; this.rightSideBarPanel.Size = new System.Drawing.Size(15, 83); this.rightSideBarPanel.TabIndex = 9; // // btnArrowDown // this.btnArrowDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.btnArrowDown.FlatAppearance.BorderSize = 0; this.btnArrowDown.ForeColor = System.Drawing.SystemColors.ControlText; this.btnArrowDown.Location = new System.Drawing.Point(1, 40); this.btnArrowDown.Name = "btnArrowDown"; this.btnArrowDown.Size = new System.Drawing.Size(10, 20); this.btnArrowDown.TabIndex = 1; this.btnArrowDown.UseVisualStyleBackColor = true; this.btnArrowDown.Click += new System.EventHandler(this.btnArrowDown_Click); // // btnArrowUp // this.btnArrowUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.btnArrowUp.FlatAppearance.BorderSize = 0; this.btnArrowUp.Location = new System.Drawing.Point(1, 15); this.btnArrowUp.Name = "btnArrowUp"; this.btnArrowUp.Size = new System.Drawing.Size(10, 20); this.btnArrowUp.TabIndex = 0; this.btnArrowUp.UseVisualStyleBackColor = true; this.btnArrowUp.Click += new System.EventHandler(this.btnArrowUp_Click); // // leftSideBarPanel // this.leftSideBarPanel.BackColor = System.Drawing.Color.Green; this.leftSideBarPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(106)))), ((int)(((byte)(108))))); this.leftSideBarPanel.Location = new System.Drawing.Point(0, 0); this.leftSideBarPanel.Name = "leftSideBarPanel"; this.leftSideBarPanel.Size = new System.Drawing.Size(15, 83); this.leftSideBarPanel.TabIndex = 10; // // statusBarPanel // this.statusBarPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.statusBarPanel.Controls.Add(this.lblPPU); this.statusBarPanel.Controls.Add(this.lblUnitSize); this.statusBarPanel.Controls.Add(this.lblResolution); this.statusBarPanel.Controls.Add(this.lblMode); this.statusBarPanel.Controls.Add(this.lblDots); this.statusBarPanel.Cursor = System.Windows.Forms.Cursors.Default; this.statusBarPanel.Location = new System.Drawing.Point(0, 52); this.statusBarPanel.Name = "statusBarPanel"; this.statusBarPanel.Size = new System.Drawing.Size(217, 15); this.statusBarPanel.TabIndex = 14; // // lblPPU // this.lblPPU.AutoSize = true; this.lblPPU.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPPU.ForeColor = System.Drawing.SystemColors.Control; this.lblPPU.Location = new System.Drawing.Point(156, 1); this.lblPPU.Name = "lblPPU"; this.lblPPU.Size = new System.Drawing.Size(32, 12); this.lblPPU.TabIndex = 22; this.lblPPU.Text = "32 ppu"; // // lblUnitSize // this.lblUnitSize.AutoSize = true; this.lblUnitSize.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUnitSize.ForeColor = System.Drawing.SystemColors.Control; this.lblUnitSize.Location = new System.Drawing.Point(112, 2); this.lblUnitSize.Name = "lblUnitSize"; this.lblUnitSize.Size = new System.Drawing.Size(38, 12); this.lblUnitSize.TabIndex = 21; this.lblUnitSize.Text = "6.25 um"; // // lblResolution // this.lblResolution.AutoSize = true; this.lblResolution.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblResolution.ForeColor = System.Drawing.SystemColors.Control; this.lblResolution.Location = new System.Drawing.Point(56, 1); this.lblResolution.Name = "lblResolution"; this.lblResolution.Size = new System.Drawing.Size(50, 12); this.lblResolution.TabIndex = 20; this.lblResolution.Text = "3080x2000"; // // lblMode // this.lblMode.AutoSize = true; this.lblMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMode.ForeColor = System.Drawing.SystemColors.Control; this.lblMode.Location = new System.Drawing.Point(28, 1); this.lblMode.Name = "lblMode"; this.lblMode.Size = new System.Drawing.Size(22, 12); this.lblMode.TabIndex = 19; this.lblMode.Text = "SP0"; // // lblDots // this.lblDots.AutoSize = true; this.lblDots.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDots.ForeColor = System.Drawing.SystemColors.Control; this.lblDots.Location = new System.Drawing.Point(62, 0); this.lblDots.Name = "lblDots"; this.lblDots.Size = new System.Drawing.Size(26, 12); this.lblDots.TabIndex = 25; this.lblDots.Text = "......."; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnCancel.Location = new System.Drawing.Point(186, 0); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(15, 15); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "X"; this.btnCancel.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // pictThumbnail // this.pictThumbnail.Image = ((System.Drawing.Image)(resources.GetObject("pictThumbnail.Image"))); this.pictThumbnail.Location = new System.Drawing.Point(17, 16); this.pictThumbnail.Name = "pictThumbnail"; this.pictThumbnail.Size = new System.Drawing.Size(48, 48); this.pictThumbnail.TabIndex = 15; this.pictThumbnail.TabStop = false; // // lblMaskOnOff // this.lblMaskOnOff.AutoSize = true; this.lblMaskOnOff.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMaskOnOff.ForeColor = System.Drawing.SystemColors.Control; this.lblMaskOnOff.Location = new System.Drawing.Point(62, 13); this.lblMaskOnOff.Name = "lblMaskOnOff"; this.lblMaskOnOff.Size = new System.Drawing.Size(44, 12); this.lblMaskOnOff.TabIndex = 22; this.lblMaskOnOff.Text = "Mask Off"; // // lblTileOnOff // this.lblTileOnOff.AutoSize = true; this.lblTileOnOff.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTileOnOff.ForeColor = System.Drawing.SystemColors.Control; this.lblTileOnOff.Location = new System.Drawing.Point(62, 25); this.lblTileOnOff.Name = "lblTileOnOff"; this.lblTileOnOff.Size = new System.Drawing.Size(34, 12); this.lblTileOnOff.TabIndex = 23; this.lblTileOnOff.Text = "Tile Off"; // // lblSourceImg // this.lblSourceImg.AutoSize = true; this.lblSourceImg.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSourceImg.ForeColor = System.Drawing.SystemColors.Control; this.lblSourceImg.Location = new System.Drawing.Point(62, 37); this.lblSourceImg.Name = "lblSourceImg"; this.lblSourceImg.Size = new System.Drawing.Size(93, 12); this.lblSourceImg.TabIndex = 24; this.lblSourceImg.Text = "Source Image.......ok"; // // LayerControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.Controls.Add(this.lblSourceImg); this.Controls.Add(this.lblTileOnOff); this.Controls.Add(this.lblMaskOnOff); this.Controls.Add(this.btnCancel); this.Controls.Add(this.statusBarPanel); this.Controls.Add(this.titleBarPanel); this.Controls.Add(this.rightSideBarPanel); this.Controls.Add(this.leftSideBarPanel); this.Controls.Add(this.pictThumbnail); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "LayerControl"; this.Size = new System.Drawing.Size(217, 85); this.DoubleClick += new System.EventHandler(this.LayerControl_DoubleClick); this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.LayerControl_MouseClick); this.titleBarPanel.ResumeLayout(false); this.titleBarPanel.PerformLayout(); this.rightSideBarPanel.ResumeLayout(false); this.statusBarPanel.ResumeLayout(false); this.statusBarPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictThumbnail)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel titleBarPanel; private System.Windows.Forms.Panel rightSideBarPanel; private System.Windows.Forms.Panel leftSideBarPanel; private System.Windows.Forms.Panel statusBarPanel; private System.Windows.Forms.Label lblLayerName; private System.Windows.Forms.Button btnCancel; private ToggleSwitch toggleBlockBtn; private System.Windows.Forms.Label lblPPU; private System.Windows.Forms.Label lblUnitSize; private System.Windows.Forms.Label lblResolution; private System.Windows.Forms.Label lblMode; private System.Windows.Forms.PictureBox pictThumbnail; private System.Windows.Forms.Label lblMaskOnOff; private System.Windows.Forms.Label lblTileOnOff; private System.Windows.Forms.Label lblDots; private System.Windows.Forms.Label lblSourceImg; private System.Windows.Forms.Button btnArrowDown; private System.Windows.Forms.Button btnArrowUp; } }