|
- namespace AssistClient
- {
- partial class FrmDebug3
- {
- /// <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(FrmDebug3));
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage7 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.tabPage9 = new System.Windows.Forms.TabPage();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.tabPage11 = new System.Windows.Forms.TabPage();
- this.uiAxis1 = new AssistClient.UI.UIAxisDev();
- this.uiIOCard1 = new AssistClient.UI.UIIOCardDev();
- this.uiScanner1 = new AssistClient.UI.UIScannerDev();
- this.uiLight1 = new AssistClient.UI.UILightDev();
- this.uiSizeLib1 = new AssistClient.UI.UISizeLib();
- this.tabControl1.SuspendLayout();
- this.tabPage7.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.tabPage9.SuspendLayout();
- this.tabPage5.SuspendLayout();
- this.tabPage11.SuspendLayout();
- this.SuspendLayout();
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage7);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Controls.Add(this.tabPage9);
- this.tabControl1.Controls.Add(this.tabPage5);
- this.tabControl1.Controls.Add(this.tabPage11);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1292, 1053);
- this.tabControl1.TabIndex = 38;
- this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
- //
- // tabPage7
- //
- this.tabPage7.Controls.Add(this.uiAxis1);
- this.tabPage7.Location = new System.Drawing.Point(4, 28);
- this.tabPage7.Name = "tabPage7";
- this.tabPage7.Size = new System.Drawing.Size(1284, 1021);
- this.tabPage7.TabIndex = 6;
- this.tabPage7.Text = "滑台调试";
- this.tabPage7.UseVisualStyleBackColor = true;
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.uiIOCard1);
- this.tabPage4.Location = new System.Drawing.Point(4, 28);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(1284, 1021);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "IO板卡";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // tabPage9
- //
- this.tabPage9.Controls.Add(this.uiScanner1);
- this.tabPage9.Location = new System.Drawing.Point(4, 28);
- this.tabPage9.Name = "tabPage9";
- this.tabPage9.Size = new System.Drawing.Size(1284, 1021);
- this.tabPage9.TabIndex = 8;
- this.tabPage9.Text = "网口相机";
- this.tabPage9.UseVisualStyleBackColor = true;
- //
- // tabPage5
- //
- this.tabPage5.Controls.Add(this.uiLight1);
- this.tabPage5.Location = new System.Drawing.Point(4, 28);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage5.Size = new System.Drawing.Size(1284, 1021);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "光源调试";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // tabPage11
- //
- this.tabPage11.Controls.Add(this.uiSizeLib1);
- this.tabPage11.Location = new System.Drawing.Point(4, 28);
- this.tabPage11.Name = "tabPage11";
- this.tabPage11.Size = new System.Drawing.Size(1284, 1021);
- this.tabPage11.TabIndex = 10;
- this.tabPage11.Text = "尺寸检测";
- this.tabPage11.UseVisualStyleBackColor = true;
- //
- // uiAxis1
- //
- this.uiAxis1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiAxis1.Location = new System.Drawing.Point(0, 0);
- this.uiAxis1.Margin = new System.Windows.Forms.Padding(2);
- this.uiAxis1.Name = "uiAxis1";
- this.uiAxis1.Size = new System.Drawing.Size(1284, 1021);
- this.uiAxis1.TabIndex = 1;
- //
- // uiIOCard1
- //
- this.uiIOCard1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiIOCard1.Location = new System.Drawing.Point(0, 0);
- this.uiIOCard1.Margin = new System.Windows.Forms.Padding(2);
- this.uiIOCard1.Name = "uiIOCard1";
- this.uiIOCard1.Size = new System.Drawing.Size(1284, 1021);
- this.uiIOCard1.TabIndex = 1;
- //
- // uiScanner1
- //
- this.uiScanner1.devType = AssistClient.Device.ScannerDev.ScannerType.CC;
- this.uiScanner1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiScanner1.Location = new System.Drawing.Point(0, 0);
- this.uiScanner1.Margin = new System.Windows.Forms.Padding(2);
- this.uiScanner1.Name = "uiScanner1";
- this.uiScanner1.Size = new System.Drawing.Size(1284, 1021);
- this.uiScanner1.TabIndex = 1;
- //
- // uiLight1
- //
- this.uiLight1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiLight1.Location = new System.Drawing.Point(3, 3);
- this.uiLight1.Margin = new System.Windows.Forms.Padding(2);
- this.uiLight1.Name = "uiLight1";
- this.uiLight1.Size = new System.Drawing.Size(1278, 1015);
- this.uiLight1.TabIndex = 1;
- //
- // uiSizeLib1
- //
- this.uiSizeLib1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiSizeLib1.Location = new System.Drawing.Point(0, 0);
- this.uiSizeLib1.Name = "uiSizeLib1";
- this.uiSizeLib1.Size = new System.Drawing.Size(1284, 1021);
- this.uiSizeLib1.TabIndex = 0;
- //
- // FrmDebug3
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1292, 1053);
- this.Controls.Add(this.tabControl1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FrmDebug3";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "设备调试";
- this.Load += new System.EventHandler(this.FrmDebug3_Load);
- this.tabControl1.ResumeLayout(false);
- this.tabPage7.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.tabPage9.ResumeLayout(false);
- this.tabPage5.ResumeLayout(false);
- this.tabPage11.ResumeLayout(false);
- this.ResumeLayout(false);
-
- }
-
- #endregion
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage7;
- private UI.UIAxisDev uiAxis1;
- private System.Windows.Forms.TabPage tabPage4;
- private UI.UIIOCardDev uiIOCard1;
- private System.Windows.Forms.TabPage tabPage9;
- private UI.UIScannerDev uiScanner1;
- private System.Windows.Forms.TabPage tabPage5;
- private UI.UILightDev uiLight1;
- private System.Windows.Forms.TabPage tabPage11;
- private UI.UISizeLib uiSizeLib1;
- }
- }
|