banboshi_V1/halftoneproject-master/Code/UI/FrmScannerShow.Designer.cs
2023-10-31 13:19:29 +08:00

152 lines
6.7 KiB
C#

namespace ProductionControl.UI
{
partial class FrmScannerShow
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScannerShow));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.toolstrip1 = new System.Windows.Forms.ToolStrip();
this.tsbtnScnner = new System.Windows.Forms.ToolStripButton();
this.tsbtnOpenDir = new System.Windows.Forms.ToolStripButton();
this.label1 = new System.Windows.Forms.Label();
this.numExposureTime = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.toolstrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numExposureTime)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox1.Location = new System.Drawing.Point(0, 56);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(987, 653);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// toolstrip1
//
this.toolstrip1.ImageScalingSize = new System.Drawing.Size(33, 33);
this.toolstrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnScnner,
this.tsbtnOpenDir});
this.toolstrip1.Location = new System.Drawing.Point(0, 0);
this.toolstrip1.Name = "toolstrip1";
this.toolstrip1.Size = new System.Drawing.Size(1011, 42);
this.toolstrip1.TabIndex = 1;
this.toolstrip1.Text = "toolStrip1";
//
// tsbtnScnner
//
this.tsbtnScnner.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnScnner.Image")));
this.tsbtnScnner.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnScnner.Name = "tsbtnScnner";
this.tsbtnScnner.Size = new System.Drawing.Size(83, 37);
this.tsbtnScnner.Text = "抓图";
this.tsbtnScnner.Click += new System.EventHandler(this.tsbtnScnner_Click);
//
// tsbtnOpenDir
//
this.tsbtnOpenDir.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOpenDir.Image")));
this.tsbtnOpenDir.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnOpenDir.Name = "tsbtnOpenDir";
this.tsbtnOpenDir.Size = new System.Drawing.Size(119, 37);
this.tsbtnOpenDir.Text = "打开路径";
this.tsbtnOpenDir.Click += new System.EventHandler(this.tsbtnOpenDir_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(456, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 18);
this.label1.TabIndex = 3;
this.label1.Text = "曝光度:";
//
// numExposureTime
//
this.numExposureTime.Location = new System.Drawing.Point(528, 12);
this.numExposureTime.Maximum = new decimal(new int[] {
9999500,
0,
0,
0});
this.numExposureTime.Minimum = new decimal(new int[] {
100,
0,
0,
0});
this.numExposureTime.Name = "numExposureTime";
this.numExposureTime.Size = new System.Drawing.Size(120, 28);
this.numExposureTime.TabIndex = 4;
this.numExposureTime.Value = new decimal(new int[] {
100,
0,
0,
0});
this.numExposureTime.ValueChanged += new System.EventHandler(this.numExposureTime_ValueChanged);
//
// FrmScannerShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1011, 721);
this.Controls.Add(this.numExposureTime);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.toolstrip1);
this.Cursor = System.Windows.Forms.Cursors.Default;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmScannerShow";
this.Text = "图像预览";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmScannerShow_FormClosing);
this.Load += new System.EventHandler(this.FrmScannerShow_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.toolstrip1.ResumeLayout(false);
this.toolstrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numExposureTime)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ToolStrip toolstrip1;
private System.Windows.Forms.ToolStripButton tsbtnScnner;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStripButton tsbtnOpenDir;
private System.Windows.Forms.NumericUpDown numExposureTime;
}
}