namespace HOZProject { partial class FormUnitControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.btnGrabImage = new System.Windows.Forms.Button(); this.btnInit = new System.Windows.Forms.Button(); this.btnCloseCtrl = new System.Windows.Forms.Button(); this.btnSetNotify = new System.Windows.Forms.Button(); this.btnenlargeGet = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.btnTiltAngleSet = new System.Windows.Forms.Button(); this.txtTiltAngleSet = new System.Windows.Forms.TextBox(); this.lblTiltAngleGet = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.btnTiltAngleGet = new System.Windows.Forms.Button(); this.btnAstigmatismYSet = new System.Windows.Forms.Button(); this.txtAstigmatismYSet = new System.Windows.Forms.TextBox(); this.lblAstigmatismYGet = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.btnAstigmatismYGet = new System.Windows.Forms.Button(); this.btnAstigmatismXSet = new System.Windows.Forms.Button(); this.txtAstigmatismXSet = new System.Windows.Forms.TextBox(); this.lblAstigmatismXGet = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.btnAstigmatismXGet = new System.Windows.Forms.Button(); this.btnContrastSet = new System.Windows.Forms.Button(); this.txtContrastSet = new System.Windows.Forms.TextBox(); this.lblContrastGet = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.btnContrastGet = new System.Windows.Forms.Button(); this.btnBrightnessSet = new System.Windows.Forms.Button(); this.txtBrightnessSet = new System.Windows.Forms.TextBox(); this.lblBrightnessGet = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.btnBrightnessGet = new System.Windows.Forms.Button(); this.btnWDSet = new System.Windows.Forms.Button(); this.txtWDSet = new System.Windows.Forms.TextBox(); this.lblWDGet = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.btnWDGet = new System.Windows.Forms.Button(); this.btnenlargeSet = new System.Windows.Forms.Button(); this.txtenlargeSet = new System.Windows.Forms.TextBox(); this.lblenlargeGet = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.btnPixelSizeSet = new System.Windows.Forms.Button(); this.txtPixelSizeSet = new System.Windows.Forms.TextBox(); this.lblPixelSizeGet = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.btnPixelSizeGet = new System.Windows.Forms.Button(); this.btnScanRotationSet = new System.Windows.Forms.Button(); this.txtScanRotationSet = new System.Windows.Forms.TextBox(); this.lblScanRotationGet = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.btnScanRotationGet = new System.Windows.Forms.Button(); this.btnOpenVoltage = new System.Windows.Forms.Button(); this.btnCloseVoltage = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.SuspendLayout(); // // btnGrabImage // this.btnGrabImage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnGrabImage.Location = new System.Drawing.Point(523, 31); this.btnGrabImage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnGrabImage.Name = "btnGrabImage"; this.btnGrabImage.Size = new System.Drawing.Size(144, 42); this.btnGrabImage.TabIndex = 1; this.btnGrabImage.Text = "抓取图像"; this.btnGrabImage.UseVisualStyleBackColor = true; this.btnGrabImage.Click += new System.EventHandler(this.btnGrabImage_Click); // // btnInit // this.btnInit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnInit.Location = new System.Drawing.Point(31, 31); this.btnInit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnInit.Name = "btnInit"; this.btnInit.Size = new System.Drawing.Size(144, 42); this.btnInit.TabIndex = 1; this.btnInit.Text = "初始化设备"; this.btnInit.UseVisualStyleBackColor = true; this.btnInit.Click += new System.EventHandler(this.btnInit_Click); // // btnCloseCtrl // this.btnCloseCtrl.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCloseCtrl.Location = new System.Drawing.Point(194, 31); this.btnCloseCtrl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCloseCtrl.Name = "btnCloseCtrl"; this.btnCloseCtrl.Size = new System.Drawing.Size(144, 42); this.btnCloseCtrl.TabIndex = 2; this.btnCloseCtrl.Text = "关闭设备"; this.btnCloseCtrl.UseVisualStyleBackColor = true; this.btnCloseCtrl.Click += new System.EventHandler(this.btnCloseCtrl_Click); // // btnSetNotify // this.btnSetNotify.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSetNotify.Location = new System.Drawing.Point(356, 31); this.btnSetNotify.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSetNotify.Name = "btnSetNotify"; this.btnSetNotify.Size = new System.Drawing.Size(144, 42); this.btnSetNotify.TabIndex = 3; this.btnSetNotify.Text = "设置通知"; this.btnSetNotify.UseVisualStyleBackColor = true; this.btnSetNotify.Click += new System.EventHandler(this.btnSetNotify_Click); // // btnenlargeGet // this.btnenlargeGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnenlargeGet.Location = new System.Drawing.Point(294, 15); this.btnenlargeGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnenlargeGet.Name = "btnenlargeGet"; this.btnenlargeGet.Size = new System.Drawing.Size(78, 33); this.btnenlargeGet.TabIndex = 2; this.btnenlargeGet.Text = "Get"; this.btnenlargeGet.UseVisualStyleBackColor = true; this.btnenlargeGet.Click += new System.EventHandler(this.btnenlargeGet_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.btnGrabImage); this.groupBox1.Controls.Add(this.btnInit); this.groupBox1.Controls.Add(this.btnCloseCtrl); this.groupBox1.Controls.Add(this.btnSetNotify); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(3, 1); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox1.Size = new System.Drawing.Size(697, 94); this.groupBox1.TabIndex = 17; this.groupBox1.TabStop = false; this.groupBox1.Text = "控制按键"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(3, 100); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1135, 467); this.tabControl1.TabIndex = 19; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.Transparent; this.tabPage1.Controls.Add(this.btnCloseVoltage); this.tabPage1.Controls.Add(this.btnOpenVoltage); this.tabPage1.Controls.Add(this.btnPixelSizeSet); this.tabPage1.Controls.Add(this.txtPixelSizeSet); this.tabPage1.Controls.Add(this.lblPixelSizeGet); this.tabPage1.Controls.Add(this.label9); this.tabPage1.Controls.Add(this.btnPixelSizeGet); this.tabPage1.Controls.Add(this.btnScanRotationSet); this.tabPage1.Controls.Add(this.txtScanRotationSet); this.tabPage1.Controls.Add(this.lblScanRotationGet); this.tabPage1.Controls.Add(this.label11); this.tabPage1.Controls.Add(this.btnScanRotationGet); this.tabPage1.Controls.Add(this.btnTiltAngleSet); this.tabPage1.Controls.Add(this.txtTiltAngleSet); this.tabPage1.Controls.Add(this.lblTiltAngleGet); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.btnTiltAngleGet); this.tabPage1.Controls.Add(this.btnAstigmatismYSet); this.tabPage1.Controls.Add(this.txtAstigmatismYSet); this.tabPage1.Controls.Add(this.lblAstigmatismYGet); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.btnAstigmatismYGet); this.tabPage1.Controls.Add(this.btnAstigmatismXSet); this.tabPage1.Controls.Add(this.txtAstigmatismXSet); this.tabPage1.Controls.Add(this.lblAstigmatismXGet); this.tabPage1.Controls.Add(this.label8); this.tabPage1.Controls.Add(this.btnAstigmatismXGet); this.tabPage1.Controls.Add(this.btnContrastSet); this.tabPage1.Controls.Add(this.txtContrastSet); this.tabPage1.Controls.Add(this.lblContrastGet); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.btnContrastGet); this.tabPage1.Controls.Add(this.btnBrightnessSet); this.tabPage1.Controls.Add(this.txtBrightnessSet); this.tabPage1.Controls.Add(this.lblBrightnessGet); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.btnBrightnessGet); this.tabPage1.Controls.Add(this.btnWDSet); this.tabPage1.Controls.Add(this.txtWDSet); this.tabPage1.Controls.Add(this.lblWDGet); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.btnWDGet); this.tabPage1.Controls.Add(this.btnenlargeSet); this.tabPage1.Controls.Add(this.txtenlargeSet); this.tabPage1.Controls.Add(this.lblenlargeGet); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.btnenlargeGet); this.tabPage1.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1127, 438); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "SEM"; // // btnTiltAngleSet // this.btnTiltAngleSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnTiltAngleSet.Location = new System.Drawing.Point(485, 237); this.btnTiltAngleSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnTiltAngleSet.Name = "btnTiltAngleSet"; this.btnTiltAngleSet.Size = new System.Drawing.Size(78, 33); this.btnTiltAngleSet.TabIndex = 38; this.btnTiltAngleSet.Text = "Set"; this.btnTiltAngleSet.UseVisualStyleBackColor = true; this.btnTiltAngleSet.Click += new System.EventHandler(this.btnTiltAngleSet_Click); // // txtTiltAngleSet // this.txtTiltAngleSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtTiltAngleSet.Location = new System.Drawing.Point(379, 238); this.txtTiltAngleSet.Name = "txtTiltAngleSet"; this.txtTiltAngleSet.Size = new System.Drawing.Size(100, 30); this.txtTiltAngleSet.TabIndex = 37; this.txtTiltAngleSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblTiltAngleGet // this.lblTiltAngleGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblTiltAngleGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTiltAngleGet.Location = new System.Drawing.Point(204, 237); this.lblTiltAngleGet.Name = "lblTiltAngleGet"; this.lblTiltAngleGet.Size = new System.Drawing.Size(84, 33); this.lblTiltAngleGet.TabIndex = 36; this.lblTiltAngleGet.Text = "0"; this.lblTiltAngleGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(22, 243); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(112, 27); this.label7.TabIndex = 35; this.label7.Text = "角度补偿:"; // // btnTiltAngleGet // this.btnTiltAngleGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnTiltAngleGet.Location = new System.Drawing.Point(294, 237); this.btnTiltAngleGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnTiltAngleGet.Name = "btnTiltAngleGet"; this.btnTiltAngleGet.Size = new System.Drawing.Size(78, 33); this.btnTiltAngleGet.TabIndex = 34; this.btnTiltAngleGet.Text = "Get"; this.btnTiltAngleGet.UseVisualStyleBackColor = true; this.btnTiltAngleGet.Click += new System.EventHandler(this.btnTiltAngleGet_Click); // // btnAstigmatismYSet // this.btnAstigmatismYSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAstigmatismYSet.Location = new System.Drawing.Point(485, 200); this.btnAstigmatismYSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnAstigmatismYSet.Name = "btnAstigmatismYSet"; this.btnAstigmatismYSet.Size = new System.Drawing.Size(78, 33); this.btnAstigmatismYSet.TabIndex = 33; this.btnAstigmatismYSet.Text = "Set"; this.btnAstigmatismYSet.UseVisualStyleBackColor = true; this.btnAstigmatismYSet.Click += new System.EventHandler(this.btnAstigmatismYSet_Click); // // txtAstigmatismYSet // this.txtAstigmatismYSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtAstigmatismYSet.Location = new System.Drawing.Point(379, 201); this.txtAstigmatismYSet.Name = "txtAstigmatismYSet"; this.txtAstigmatismYSet.Size = new System.Drawing.Size(100, 30); this.txtAstigmatismYSet.TabIndex = 32; this.txtAstigmatismYSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblAstigmatismYGet // this.lblAstigmatismYGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblAstigmatismYGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAstigmatismYGet.Location = new System.Drawing.Point(204, 200); this.lblAstigmatismYGet.Name = "lblAstigmatismYGet"; this.lblAstigmatismYGet.Size = new System.Drawing.Size(84, 33); this.lblAstigmatismYGet.TabIndex = 31; this.lblAstigmatismYGet.Text = "0"; this.lblAstigmatismYGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(22, 206); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(105, 27); this.label5.TabIndex = 30; this.label5.Text = "消像散Y:"; // // btnAstigmatismYGet // this.btnAstigmatismYGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAstigmatismYGet.Location = new System.Drawing.Point(294, 200); this.btnAstigmatismYGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnAstigmatismYGet.Name = "btnAstigmatismYGet"; this.btnAstigmatismYGet.Size = new System.Drawing.Size(78, 33); this.btnAstigmatismYGet.TabIndex = 29; this.btnAstigmatismYGet.Text = "Get"; this.btnAstigmatismYGet.UseVisualStyleBackColor = true; this.btnAstigmatismYGet.Click += new System.EventHandler(this.btnAstigmatismYGet_Click); // // btnAstigmatismXSet // this.btnAstigmatismXSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAstigmatismXSet.Location = new System.Drawing.Point(485, 163); this.btnAstigmatismXSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnAstigmatismXSet.Name = "btnAstigmatismXSet"; this.btnAstigmatismXSet.Size = new System.Drawing.Size(78, 33); this.btnAstigmatismXSet.TabIndex = 28; this.btnAstigmatismXSet.Text = "Set"; this.btnAstigmatismXSet.UseVisualStyleBackColor = true; this.btnAstigmatismXSet.Click += new System.EventHandler(this.btnAstigmatismXSet_Click); // // txtAstigmatismXSet // this.txtAstigmatismXSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtAstigmatismXSet.Location = new System.Drawing.Point(379, 164); this.txtAstigmatismXSet.Name = "txtAstigmatismXSet"; this.txtAstigmatismXSet.Size = new System.Drawing.Size(100, 30); this.txtAstigmatismXSet.TabIndex = 27; this.txtAstigmatismXSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblAstigmatismXGet // this.lblAstigmatismXGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblAstigmatismXGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAstigmatismXGet.Location = new System.Drawing.Point(204, 163); this.lblAstigmatismXGet.Name = "lblAstigmatismXGet"; this.lblAstigmatismXGet.Size = new System.Drawing.Size(84, 33); this.lblAstigmatismXGet.TabIndex = 26; this.lblAstigmatismXGet.Text = "0"; this.lblAstigmatismXGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(22, 169); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(106, 27); this.label8.TabIndex = 25; this.label8.Text = "消像散X:"; // // btnAstigmatismXGet // this.btnAstigmatismXGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAstigmatismXGet.Location = new System.Drawing.Point(294, 163); this.btnAstigmatismXGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnAstigmatismXGet.Name = "btnAstigmatismXGet"; this.btnAstigmatismXGet.Size = new System.Drawing.Size(78, 33); this.btnAstigmatismXGet.TabIndex = 24; this.btnAstigmatismXGet.Text = "Get"; this.btnAstigmatismXGet.UseVisualStyleBackColor = true; this.btnAstigmatismXGet.Click += new System.EventHandler(this.btnAstigmatismXGet_Click); // // btnContrastSet // this.btnContrastSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnContrastSet.Location = new System.Drawing.Point(485, 126); this.btnContrastSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnContrastSet.Name = "btnContrastSet"; this.btnContrastSet.Size = new System.Drawing.Size(78, 33); this.btnContrastSet.TabIndex = 23; this.btnContrastSet.Text = "Set"; this.btnContrastSet.UseVisualStyleBackColor = true; this.btnContrastSet.Click += new System.EventHandler(this.btnContrastSet_Click); // // txtContrastSet // this.txtContrastSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtContrastSet.Location = new System.Drawing.Point(379, 127); this.txtContrastSet.Name = "txtContrastSet"; this.txtContrastSet.Size = new System.Drawing.Size(100, 30); this.txtContrastSet.TabIndex = 22; this.txtContrastSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblContrastGet // this.lblContrastGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblContrastGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblContrastGet.Location = new System.Drawing.Point(204, 126); this.lblContrastGet.Name = "lblContrastGet"; this.lblContrastGet.Size = new System.Drawing.Size(84, 33); this.lblContrastGet.TabIndex = 21; this.lblContrastGet.Text = "0"; this.lblContrastGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(22, 132); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92, 27); this.label4.TabIndex = 20; this.label4.Text = "对比度:"; // // btnContrastGet // this.btnContrastGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnContrastGet.Location = new System.Drawing.Point(294, 126); this.btnContrastGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnContrastGet.Name = "btnContrastGet"; this.btnContrastGet.Size = new System.Drawing.Size(78, 33); this.btnContrastGet.TabIndex = 19; this.btnContrastGet.Text = "Get"; this.btnContrastGet.UseVisualStyleBackColor = true; this.btnContrastGet.Click += new System.EventHandler(this.btnContrastGet_Click); // // btnBrightnessSet // this.btnBrightnessSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnBrightnessSet.Location = new System.Drawing.Point(485, 89); this.btnBrightnessSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnBrightnessSet.Name = "btnBrightnessSet"; this.btnBrightnessSet.Size = new System.Drawing.Size(78, 33); this.btnBrightnessSet.TabIndex = 18; this.btnBrightnessSet.Text = "Set"; this.btnBrightnessSet.UseVisualStyleBackColor = true; this.btnBrightnessSet.Click += new System.EventHandler(this.btnBrightnessSet_Click); // // txtBrightnessSet // this.txtBrightnessSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtBrightnessSet.Location = new System.Drawing.Point(379, 90); this.txtBrightnessSet.Name = "txtBrightnessSet"; this.txtBrightnessSet.Size = new System.Drawing.Size(100, 30); this.txtBrightnessSet.TabIndex = 17; this.txtBrightnessSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblBrightnessGet // this.lblBrightnessGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblBrightnessGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblBrightnessGet.Location = new System.Drawing.Point(204, 89); this.lblBrightnessGet.Name = "lblBrightnessGet"; this.lblBrightnessGet.Size = new System.Drawing.Size(84, 33); this.lblBrightnessGet.TabIndex = 16; this.lblBrightnessGet.Text = "0"; this.lblBrightnessGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(22, 95); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(72, 27); this.label6.TabIndex = 15; this.label6.Text = "亮度:"; // // btnBrightnessGet // this.btnBrightnessGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnBrightnessGet.Location = new System.Drawing.Point(294, 89); this.btnBrightnessGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnBrightnessGet.Name = "btnBrightnessGet"; this.btnBrightnessGet.Size = new System.Drawing.Size(78, 33); this.btnBrightnessGet.TabIndex = 14; this.btnBrightnessGet.Text = "Get"; this.btnBrightnessGet.UseVisualStyleBackColor = true; this.btnBrightnessGet.Click += new System.EventHandler(this.btnBrightnessGet_Click); // // btnWDSet // this.btnWDSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnWDSet.Location = new System.Drawing.Point(485, 52); this.btnWDSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnWDSet.Name = "btnWDSet"; this.btnWDSet.Size = new System.Drawing.Size(78, 33); this.btnWDSet.TabIndex = 13; this.btnWDSet.Text = "Set"; this.btnWDSet.UseVisualStyleBackColor = true; this.btnWDSet.Click += new System.EventHandler(this.btnWDSet_Click); // // txtWDSet // this.txtWDSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtWDSet.Location = new System.Drawing.Point(379, 53); this.txtWDSet.Name = "txtWDSet"; this.txtWDSet.Size = new System.Drawing.Size(100, 30); this.txtWDSet.TabIndex = 12; this.txtWDSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblWDGet // this.lblWDGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblWDGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblWDGet.Location = new System.Drawing.Point(204, 52); this.lblWDGet.Name = "lblWDGet"; this.lblWDGet.Size = new System.Drawing.Size(84, 33); this.lblWDGet.TabIndex = 11; this.lblWDGet.Text = "0"; this.lblWDGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(22, 58); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(72, 27); this.label3.TabIndex = 10; this.label3.Text = "焦距:"; // // btnWDGet // this.btnWDGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnWDGet.Location = new System.Drawing.Point(294, 52); this.btnWDGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnWDGet.Name = "btnWDGet"; this.btnWDGet.Size = new System.Drawing.Size(78, 33); this.btnWDGet.TabIndex = 9; this.btnWDGet.Text = "Get"; this.btnWDGet.UseVisualStyleBackColor = true; this.btnWDGet.Click += new System.EventHandler(this.btnWDGet_Click); // // btnenlargeSet // this.btnenlargeSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnenlargeSet.Location = new System.Drawing.Point(485, 15); this.btnenlargeSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnenlargeSet.Name = "btnenlargeSet"; this.btnenlargeSet.Size = new System.Drawing.Size(78, 33); this.btnenlargeSet.TabIndex = 8; this.btnenlargeSet.Text = "Set"; this.btnenlargeSet.UseVisualStyleBackColor = true; this.btnenlargeSet.Click += new System.EventHandler(this.btnenlargeSet_Click); // // txtenlargeSet // this.txtenlargeSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtenlargeSet.Location = new System.Drawing.Point(379, 16); this.txtenlargeSet.Name = "txtenlargeSet"; this.txtenlargeSet.Size = new System.Drawing.Size(100, 30); this.txtenlargeSet.TabIndex = 7; this.txtenlargeSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblenlargeGet // this.lblenlargeGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblenlargeGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblenlargeGet.Location = new System.Drawing.Point(204, 15); this.lblenlargeGet.Name = "lblenlargeGet"; this.lblenlargeGet.Size = new System.Drawing.Size(84, 33); this.lblenlargeGet.TabIndex = 6; this.lblenlargeGet.Text = "0"; this.lblenlargeGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(22, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 27); this.label1.TabIndex = 5; this.label1.Text = "缩放:"; // // tabPage2 // this.tabPage2.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1127, 438); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // btnPixelSizeSet // this.btnPixelSizeSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPixelSizeSet.Location = new System.Drawing.Point(485, 311); this.btnPixelSizeSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnPixelSizeSet.Name = "btnPixelSizeSet"; this.btnPixelSizeSet.Size = new System.Drawing.Size(78, 33); this.btnPixelSizeSet.TabIndex = 48; this.btnPixelSizeSet.Text = "Set"; this.btnPixelSizeSet.UseVisualStyleBackColor = true; this.btnPixelSizeSet.Click += new System.EventHandler(this.btnPixelSizeSet_Click); // // txtPixelSizeSet // this.txtPixelSizeSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtPixelSizeSet.Location = new System.Drawing.Point(379, 312); this.txtPixelSizeSet.Name = "txtPixelSizeSet"; this.txtPixelSizeSet.Size = new System.Drawing.Size(100, 30); this.txtPixelSizeSet.TabIndex = 47; this.txtPixelSizeSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblPixelSizeGet // this.lblPixelSizeGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblPixelSizeGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPixelSizeGet.Location = new System.Drawing.Point(204, 311); this.lblPixelSizeGet.Name = "lblPixelSizeGet"; this.lblPixelSizeGet.Size = new System.Drawing.Size(84, 33); this.lblPixelSizeGet.TabIndex = 46; this.lblPixelSizeGet.Text = "0"; this.lblPixelSizeGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(22, 314); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(113, 27); this.label9.TabIndex = 45; this.label9.Text = "Pixel Size:"; // // btnPixelSizeGet // this.btnPixelSizeGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPixelSizeGet.Location = new System.Drawing.Point(294, 311); this.btnPixelSizeGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnPixelSizeGet.Name = "btnPixelSizeGet"; this.btnPixelSizeGet.Size = new System.Drawing.Size(78, 33); this.btnPixelSizeGet.TabIndex = 44; this.btnPixelSizeGet.Text = "Get"; this.btnPixelSizeGet.UseVisualStyleBackColor = true; this.btnPixelSizeGet.Click += new System.EventHandler(this.btnPixelSizeGet_Click); // // btnScanRotationSet // this.btnScanRotationSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnScanRotationSet.Location = new System.Drawing.Point(485, 274); this.btnScanRotationSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnScanRotationSet.Name = "btnScanRotationSet"; this.btnScanRotationSet.Size = new System.Drawing.Size(78, 33); this.btnScanRotationSet.TabIndex = 43; this.btnScanRotationSet.Text = "Set"; this.btnScanRotationSet.UseVisualStyleBackColor = true; this.btnScanRotationSet.Click += new System.EventHandler(this.btnScanRotationSet_Click); // // txtScanRotationSet // this.txtScanRotationSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.txtScanRotationSet.Location = new System.Drawing.Point(379, 275); this.txtScanRotationSet.Name = "txtScanRotationSet"; this.txtScanRotationSet.Size = new System.Drawing.Size(100, 30); this.txtScanRotationSet.TabIndex = 42; this.txtScanRotationSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblScanRotationGet // this.lblScanRotationGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblScanRotationGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblScanRotationGet.Location = new System.Drawing.Point(204, 274); this.lblScanRotationGet.Name = "lblScanRotationGet"; this.lblScanRotationGet.Size = new System.Drawing.Size(84, 33); this.lblScanRotationGet.TabIndex = 41; this.lblScanRotationGet.Text = "0"; this.lblScanRotationGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(22, 277); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(192, 27); this.label11.TabIndex = 40; this.label11.Text = "Scan Rotate角度:"; // // btnScanRotationGet // this.btnScanRotationGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnScanRotationGet.Location = new System.Drawing.Point(294, 274); this.btnScanRotationGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnScanRotationGet.Name = "btnScanRotationGet"; this.btnScanRotationGet.Size = new System.Drawing.Size(78, 33); this.btnScanRotationGet.TabIndex = 39; this.btnScanRotationGet.Text = "Get"; this.btnScanRotationGet.UseVisualStyleBackColor = true; this.btnScanRotationGet.Click += new System.EventHandler(this.btnScanRotationGet_Click); // // btnOpenVoltage // this.btnOpenVoltage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOpenVoltage.Location = new System.Drawing.Point(275, 375); this.btnOpenVoltage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnOpenVoltage.Name = "btnOpenVoltage"; this.btnOpenVoltage.Size = new System.Drawing.Size(144, 42); this.btnOpenVoltage.TabIndex = 49; this.btnOpenVoltage.Text = "开启电压"; this.btnOpenVoltage.UseVisualStyleBackColor = true; this.btnOpenVoltage.Click += new System.EventHandler(this.btnOpenVoltage_Click); // // btnCloseVoltage // this.btnCloseVoltage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCloseVoltage.Location = new System.Drawing.Point(435, 375); this.btnCloseVoltage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCloseVoltage.Name = "btnCloseVoltage"; this.btnCloseVoltage.Size = new System.Drawing.Size(144, 42); this.btnCloseVoltage.TabIndex = 50; this.btnCloseVoltage.Text = "关闭电压"; this.btnCloseVoltage.UseVisualStyleBackColor = true; this.btnCloseVoltage.Click += new System.EventHandler(this.btnCloseVoltage_Click); // // FormUnitControl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1138, 571); this.Controls.Add(this.tabControl1); this.Controls.Add(this.groupBox1); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormUnitControl"; this.Text = "UnitControl"; this.groupBox1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnInit; private System.Windows.Forms.Button btnCloseCtrl; private System.Windows.Forms.Button btnSetNotify; private System.Windows.Forms.Button btnGrabImage; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnenlargeGet; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button btnenlargeSet; private System.Windows.Forms.TextBox txtenlargeSet; private System.Windows.Forms.Label lblenlargeGet; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnWDSet; private System.Windows.Forms.TextBox txtWDSet; private System.Windows.Forms.Label lblWDGet; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnWDGet; private System.Windows.Forms.Button btnContrastSet; private System.Windows.Forms.TextBox txtContrastSet; private System.Windows.Forms.Label lblContrastGet; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnContrastGet; private System.Windows.Forms.Button btnBrightnessSet; private System.Windows.Forms.TextBox txtBrightnessSet; private System.Windows.Forms.Label lblBrightnessGet; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnBrightnessGet; private System.Windows.Forms.Button btnAstigmatismYSet; private System.Windows.Forms.TextBox txtAstigmatismYSet; private System.Windows.Forms.Label lblAstigmatismYGet; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnAstigmatismYGet; private System.Windows.Forms.Button btnAstigmatismXSet; private System.Windows.Forms.TextBox txtAstigmatismXSet; private System.Windows.Forms.Label lblAstigmatismXGet; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button btnAstigmatismXGet; private System.Windows.Forms.Button btnTiltAngleSet; private System.Windows.Forms.TextBox txtTiltAngleSet; private System.Windows.Forms.Label lblTiltAngleGet; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button btnTiltAngleGet; private System.Windows.Forms.Button btnPixelSizeSet; private System.Windows.Forms.TextBox txtPixelSizeSet; private System.Windows.Forms.Label lblPixelSizeGet; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnPixelSizeGet; private System.Windows.Forms.Button btnScanRotationSet; private System.Windows.Forms.TextBox txtScanRotationSet; private System.Windows.Forms.Label lblScanRotationGet; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button btnScanRotationGet; private System.Windows.Forms.Button btnCloseVoltage; private System.Windows.Forms.Button btnOpenVoltage; } }