check point
This commit is contained in:
168
VisionBuilder.UI.Windows/Dialogs/ImagePreview.Designer.cs
generated
Normal file
168
VisionBuilder.UI.Windows/Dialogs/ImagePreview.Designer.cs
generated
Normal file
@@ -0,0 +1,168 @@
|
||||
|
||||
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();
|
||||
((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.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(16, 56);
|
||||
btnNext.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
btnNext.Name = "btnNext";
|
||||
btnNext.Primary = false;
|
||||
btnNext.Size = new Size(168, 64);
|
||||
btnNext.TabIndex = 4;
|
||||
btnNext.Text = "Backwards";
|
||||
btnNext.UseVisualStyleBackColor = true;
|
||||
btnNext.Visible = false;
|
||||
btnNext.Click += btnNext_Click;
|
||||
//
|
||||
// btnPrev
|
||||
//
|
||||
btnPrev.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||
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(1208, 56);
|
||||
btnPrev.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
btnPrev.Name = "btnPrev";
|
||||
btnPrev.Primary = false;
|
||||
btnPrev.Size = new Size(168, 64);
|
||||
btnPrev.TabIndex = 5;
|
||||
btnPrev.Text = "Forward";
|
||||
btnPrev.UseVisualStyleBackColor = true;
|
||||
btnPrev.Visible = false;
|
||||
btnPrev.Click += btnPrev_Click;
|
||||
//
|
||||
// lblErrName
|
||||
//
|
||||
lblErrName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
lblErrName.BackColor = Color.White;
|
||||
lblErrName.Location = new Point(16, 32);
|
||||
lblErrName.Name = "lblErrName";
|
||||
lblErrName.Size = new Size(836, 16);
|
||||
lblErrName.TabIndex = 6;
|
||||
lblErrName.Text = "label1";
|
||||
lblErrName.TextAlign = ContentAlignment.MiddleLeft;
|
||||
lblErrName.Visible = false;
|
||||
//
|
||||
// ImagePreview
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(1568, 680);
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user