namespace YangjieTester.主界面
{
partial class VisionModeSettingForm
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.uiTabControl1 = new Sunny.UI.UITabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btn3D仿真拍照 = new PlcUiControl.PlcUiButton();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.uiTabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// uiTabControl1
//
this.uiTabControl1.Controls.Add(this.tabPage1);
this.uiTabControl1.Controls.Add(this.tabPage2);
this.uiTabControl1.Controls.Add(this.tabPage3);
this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTabControl1.ItemSize = new System.Drawing.Size(80, 40);
this.uiTabControl1.Location = new System.Drawing.Point(0, 35);
this.uiTabControl1.MainPage = "";
this.uiTabControl1.Name = "uiTabControl1";
this.uiTabControl1.SelectedIndex = 0;
this.uiTabControl1.Size = new System.Drawing.Size(521, 286);
this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.uiTabControl1.TabIndex = 30;
this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
//
// tabPage1
//
this.tabPage1.Location = new System.Drawing.Point(0, 40);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(521, 246);
this.tabPage1.TabIndex = 1;
this.tabPage1.Text = "镭射打标";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btn3D仿真拍照);
this.tabPage2.Location = new System.Drawing.Point(0, 40);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(521, 246);
this.tabPage2.TabIndex = 0;
this.tabPage2.Text = "3D";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btn3D仿真拍照
//
this.btn3D仿真拍照.ButtonType = PlcUiControl.ButtonType.交替型;
this.btn3D仿真拍照.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn3D仿真拍照.DisabilityTriggerNode = null;
this.btn3D仿真拍照.FillColor = System.Drawing.Color.Gray;
this.btn3D仿真拍照.FillHoverColor = System.Drawing.Color.Gray;
this.btn3D仿真拍照.FillSelectedColor = System.Drawing.Color.Gray;
this.btn3D仿真拍照.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn3D仿真拍照.InvisibilityTriggerNode = null;
this.btn3D仿真拍照.Location = new System.Drawing.Point(3, 33);
this.btn3D仿真拍照.Maximum = 0D;
this.btn3D仿真拍照.Minimum = 0D;
this.btn3D仿真拍照.MinimumSize = new System.Drawing.Size(1, 1);
this.btn3D仿真拍照.Name = "btn3D仿真拍照";
this.btn3D仿真拍照.NeedUserEnsure = false;
this.btn3D仿真拍照.OffColor = System.Drawing.Color.Gray;
this.btn3D仿真拍照.OffSymbol = 0;
this.btn3D仿真拍照.OffText = "仿真拍照";
this.btn3D仿真拍照.OnColor = System.Drawing.Color.Green;
this.btn3D仿真拍照.OnSymbol = 0;
this.btn3D仿真拍照.OnText = "仿真拍照";
this.btn3D仿真拍照.ReadNode = new Node("Application.GVL_A29_Auto.b_仿真拍照", NodeType.BOOL, null);
this.btn3D仿真拍照.Size = new System.Drawing.Size(150, 42);
this.btn3D仿真拍照.Symbol = 0;
this.btn3D仿真拍照.TabIndex = 191;
this.btn3D仿真拍照.Text = "仿真拍照";
this.btn3D仿真拍照.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn3D仿真拍照.WriteNode = new Node("Application.GVL_A29_Auto.b_仿真拍照", NodeType.BOOL, null);
//
// tabPage3
//
this.tabPage3.Location = new System.Drawing.Point(0, 40);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(521, 246);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "封装";
this.tabPage3.UseVisualStyleBackColor = true;
//
// VisionModeSettingForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(521, 321);
this.Controls.Add(this.uiTabControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "VisionModeSettingForm";
this.Text = "视觉检测设置";
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
this.uiTabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UITabControl uiTabControl1;
private System.Windows.Forms.TabPage tabPage2;
private PlcUiControl.PlcUiButton btn3D仿真拍照;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage3;
}
}