Files
HawkeyeVision/VisionBuilder.UI.Windows/Dialogs/ImagePreview.Designer.cs
meelstorm 51fe29e5e5 2.0.12
2025-11-18 08:05:00 +01:00

187 lines
7.9 KiB
C#

namespace Inspectron.HawkEye.View
{
partial class ImagePreview
{
/// <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()
{
pictureBox1 = new PictureBox();
materialRaisedButton1 = new MaterialSkin.Controls.MaterialRaisedButton();
btnLearnThis = new MaterialSkin.Controls.MaterialRaisedButton();
btnNext = new MaterialSkin.Controls.MaterialRaisedButton();
btnPrev = new MaterialSkin.Controls.MaterialRaisedButton();
lblErrName = new Label();
btnSwitchView = new MaterialSkin.Controls.MaterialRaisedButton();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
SuspendLayout();
//
// pictureBox1
//
pictureBox1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
pictureBox1.Location = new Point(16, 168);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(1540, 488);
pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox1.TabIndex = 0;
pictureBox1.TabStop = false;
//
// materialRaisedButton1
//
materialRaisedButton1.Anchor = AnchorStyles.Top | AnchorStyles.Right;
materialRaisedButton1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
materialRaisedButton1.Cursor = Cursors.Hand;
materialRaisedButton1.Depth = 0;
materialRaisedButton1.DrawBorder = false;
materialRaisedButton1.Font = new Font("Verdana", 9F);
materialRaisedButton1.Icon = null;
materialRaisedButton1.Location = new Point(1384, 56);
materialRaisedButton1.MouseState = MaterialSkin.MouseState.HOVER;
materialRaisedButton1.Name = "materialRaisedButton1";
materialRaisedButton1.Primary = true;
materialRaisedButton1.Size = new Size(168, 64);
materialRaisedButton1.TabIndex = 2;
materialRaisedButton1.Text = "Close";
materialRaisedButton1.UseVisualStyleBackColor = true;
materialRaisedButton1.Click += materialRaisedButton1_Click;
//
// btnLearnThis
//
btnLearnThis.Anchor = AnchorStyles.Top | AnchorStyles.Right;
btnLearnThis.AutoSizeMode = AutoSizeMode.GrowAndShrink;
btnLearnThis.Cursor = Cursors.Hand;
btnLearnThis.Depth = 0;
btnLearnThis.DrawBorder = true;
btnLearnThis.Font = new Font("Verdana", 9F);
btnLearnThis.Icon = null;
btnLearnThis.Location = new Point(1032, 56);
btnLearnThis.MouseState = MaterialSkin.MouseState.HOVER;
btnLearnThis.Name = "btnLearnThis";
btnLearnThis.Primary = false;
btnLearnThis.Size = new Size(168, 64);
btnLearnThis.TabIndex = 3;
btnLearnThis.Text = "Learn this";
btnLearnThis.UseVisualStyleBackColor = true;
btnLearnThis.Click += btnLearnThis_Click;
//
// btnNext
//
btnNext.Anchor = AnchorStyles.Top | AnchorStyles.Right;
btnNext.AutoSizeMode = AutoSizeMode.GrowAndShrink;
btnNext.Cursor = Cursors.Hand;
btnNext.Depth = 0;
btnNext.DrawBorder = true;
btnNext.Font = new Font("Verdana", 9F);
btnNext.Icon = null;
btnNext.Location = new Point(1208, 56);
btnNext.MouseState = MaterialSkin.MouseState.HOVER;
btnNext.Name = "btnNext";
btnNext.Primary = false;
btnNext.Size = new Size(168, 64);
btnNext.TabIndex = 4;
btnNext.Text = "Next image";
btnNext.UseVisualStyleBackColor = true;
btnNext.Click += btnNext_Click;
//
// btnPrev
//
btnPrev.AutoSizeMode = AutoSizeMode.GrowAndShrink;
btnPrev.Cursor = Cursors.Hand;
btnPrev.Depth = 0;
btnPrev.DrawBorder = true;
btnPrev.Font = new Font("Verdana", 9F);
btnPrev.Icon = null;
btnPrev.Location = new Point(16, 56);
btnPrev.MouseState = MaterialSkin.MouseState.HOVER;
btnPrev.Name = "btnPrev";
btnPrev.Primary = false;
btnPrev.Size = new Size(168, 64);
btnPrev.TabIndex = 5;
btnPrev.Text = "Previous image";
btnPrev.UseVisualStyleBackColor = true;
btnPrev.Click += btnPrev_Click;
//
// lblErrName
//
lblErrName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
lblErrName.BackColor = Color.White;
lblErrName.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 204);
lblErrName.Location = new Point(16, 32);
lblErrName.Name = "lblErrName";
lblErrName.Size = new Size(1536, 24);
lblErrName.TabIndex = 6;
lblErrName.Text = "label1";
lblErrName.TextAlign = ContentAlignment.TopCenter;
//
// btnSwitchView
//
btnSwitchView.AutoSizeMode = AutoSizeMode.GrowAndShrink;
btnSwitchView.Cursor = Cursors.Hand;
btnSwitchView.Depth = 0;
btnSwitchView.DrawBorder = true;
btnSwitchView.Font = new Font("Verdana", 9F);
btnSwitchView.Icon = null;
btnSwitchView.Location = new Point(192, 56);
btnSwitchView.MouseState = MaterialSkin.MouseState.HOVER;
btnSwitchView.Name = "btnSwitchView";
btnSwitchView.Primary = false;
btnSwitchView.Size = new Size(168, 64);
btnSwitchView.TabIndex = 7;
btnSwitchView.Text = "Switch view";
btnSwitchView.UseVisualStyleBackColor = true;
btnSwitchView.Click += btnSwitchView_Click;
//
// ImagePreview
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1568, 680);
Controls.Add(btnSwitchView);
Controls.Add(lblErrName);
Controls.Add(btnPrev);
Controls.Add(btnNext);
Controls.Add(btnLearnThis);
Controls.Add(materialRaisedButton1);
Controls.Add(pictureBox1);
MaximizeBox = false;
MinimizeBox = false;
Name = "ImagePreview";
WindowState = FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private MaterialSkin.Controls.MaterialRaisedButton materialRaisedButton1;
private MaterialSkin.Controls.MaterialRaisedButton btnLearnThis;
private MaterialSkin.Controls.MaterialRaisedButton btnNext;
private MaterialSkin.Controls.MaterialRaisedButton btnPrev;
private Label lblErrName;
private MaterialSkin.Controls.MaterialRaisedButton btnSwitchView;
}
}