namespace DHSoftware.Views { partial class CameraControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { swhEnable = new AntdUI.Switch(); label18 = new AntdUI.Label(); label1 = new AntdUI.Label(); label2 = new AntdUI.Label(); label3 = new AntdUI.Label(); iptExposure = new AntdUI.InputNumber(); iptGain = new AntdUI.InputNumber(); iptRevolve = new AntdUI.InputNumber(); label4 = new AntdUI.Label(); sltAcquisitionMode = new AntdUI.Select(); label5 = new AntdUI.Label(); sltTriggerMode = new AntdUI.Select(); label7 = new AntdUI.Label(); iptROIW = new AntdUI.InputNumber(); iptROIY = new AntdUI.InputNumber(); iptROIX = new AntdUI.InputNumber(); iptROIH = new AntdUI.InputNumber(); pictureBox1 = new PictureBox(); btnSizeAdd = new AntdUI.Button(); button1 = new AntdUI.Button(); button2 = new AntdUI.Button(); button3 = new AntdUI.Button(); sthPic = new AntdUI.Switch(); label6 = new AntdUI.Label(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); SuspendLayout(); // // swhEnable // swhEnable.CheckedText = "启用"; swhEnable.Location = new Point(84, 13); swhEnable.Name = "swhEnable"; swhEnable.Size = new Size(93, 33); swhEnable.TabIndex = 13; swhEnable.UnCheckedText = "关闭"; // // label18 // label18.Location = new Point(28, 23); label18.Name = "label18"; label18.Size = new Size(59, 23); label18.TabIndex = 12; label18.Text = "状 态"; // // label1 // label1.Location = new Point(28, 114); label1.Name = "label1"; label1.Size = new Size(59, 23); label1.TabIndex = 14; label1.Text = "曝 光"; // // label2 // label2.Location = new Point(28, 156); label2.Name = "label2"; label2.Size = new Size(59, 23); label2.TabIndex = 15; label2.Text = "增 益"; // // label3 // label3.Location = new Point(28, 198); label3.Name = "label3"; label3.Size = new Size(59, 23); label3.TabIndex = 16; label3.Text = "旋转角度"; // // iptExposure // iptExposure.Location = new Point(84, 100); iptExposure.Name = "iptExposure"; iptExposure.Size = new Size(93, 37); iptExposure.TabIndex = 17; iptExposure.Tag = ""; iptExposure.Text = "0"; // // iptGain // iptGain.Location = new Point(84, 143); iptGain.Name = "iptGain"; iptGain.Size = new Size(93, 37); iptGain.TabIndex = 18; iptGain.Text = "0"; // // iptRevolve // iptRevolve.Location = new Point(84, 186); iptRevolve.Name = "iptRevolve"; iptRevolve.Size = new Size(93, 37); iptRevolve.TabIndex = 19; iptRevolve.Text = "0"; // // label4 // label4.Location = new Point(28, 242); label4.Name = "label4"; label4.Size = new Size(59, 23); label4.TabIndex = 20; label4.Text = "采图模式"; // // sltAcquisitionMode // sltAcquisitionMode.List = true; sltAcquisitionMode.Location = new Point(84, 229); sltAcquisitionMode.Name = "sltAcquisitionMode"; sltAcquisitionMode.Size = new Size(93, 36); sltAcquisitionMode.TabIndex = 21; // // label5 // label5.Location = new Point(28, 287); label5.Name = "label5"; label5.Size = new Size(59, 23); label5.TabIndex = 22; label5.Text = "触发模式"; // // sltTriggerMode // sltTriggerMode.List = true; sltTriggerMode.Location = new Point(84, 274); sltTriggerMode.Name = "sltTriggerMode"; sltTriggerMode.Size = new Size(93, 36); sltTriggerMode.TabIndex = 26; // // label7 // label7.Location = new Point(28, 397); label7.Name = "label7"; label7.Size = new Size(59, 23); label7.TabIndex = 28; label7.Text = "ROI范围"; // // iptROIW // iptROIW.Location = new Point(84, 414); iptROIW.Name = "iptROIW"; iptROIW.Size = new Size(93, 37); iptROIW.TabIndex = 31; iptROIW.Text = "0"; // // iptROIY // iptROIY.Location = new Point(84, 371); iptROIY.Name = "iptROIY"; iptROIY.Size = new Size(93, 37); iptROIY.TabIndex = 30; iptROIY.Text = "0"; // // iptROIX // iptROIX.Location = new Point(84, 328); iptROIX.Name = "iptROIX"; iptROIX.Size = new Size(93, 37); iptROIX.TabIndex = 29; iptROIX.Tag = ""; iptROIX.Text = "0"; // // iptROIH // iptROIH.Location = new Point(84, 457); iptROIH.Name = "iptROIH"; iptROIH.Size = new Size(93, 37); iptROIH.TabIndex = 32; iptROIH.Text = "0"; // // pictureBox1 // pictureBox1.BorderStyle = BorderStyle.FixedSingle; pictureBox1.Location = new Point(219, 23); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new Size(659, 429); pictureBox1.TabIndex = 33; pictureBox1.TabStop = false; // // btnSizeAdd // btnSizeAdd.BorderWidth = 2F; btnSizeAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); btnSizeAdd.Ghost = true; btnSizeAdd.IconRatio = 0F; btnSizeAdd.IconSvg = ""; btnSizeAdd.Location = new Point(280, 458); btnSizeAdd.Name = "btnSizeAdd"; btnSizeAdd.Size = new Size(80, 38); btnSizeAdd.TabIndex = 34; btnSizeAdd.Text = "连接相机"; // // button1 // button1.BorderWidth = 2F; button1.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); button1.Ghost = true; button1.IconRatio = 0F; button1.IconSvg = ""; button1.Location = new Point(438, 458); button1.Name = "button1"; button1.Size = new Size(80, 38); button1.TabIndex = 35; button1.Text = "断开相机"; // // button2 // button2.BorderWidth = 2F; button2.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); button2.Ghost = true; button2.IconRatio = 0F; button2.IconSvg = ""; button2.Location = new Point(593, 458); button2.Name = "button2"; button2.Size = new Size(80, 38); button2.TabIndex = 36; button2.Text = "单次触发"; // // button3 // button3.BorderWidth = 2F; button3.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); button3.Ghost = true; button3.IconRatio = 0F; button3.IconSvg = ""; button3.Location = new Point(741, 458); button3.Name = "button3"; button3.Size = new Size(80, 38); button3.TabIndex = 37; button3.Text = "连续触发"; // // sthPic // sthPic.CheckedText = "启用"; sthPic.Location = new Point(84, 60); sthPic.Name = "sthPic"; sthPic.Size = new Size(93, 33); sthPic.TabIndex = 39; sthPic.UnCheckedText = "关闭"; // // label6 // label6.Location = new Point(28, 70); label6.Name = "label6"; label6.Size = new Size(59, 23); label6.TabIndex = 38; label6.Text = "相 机 图"; // // CameraControl // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(sthPic); Controls.Add(label6); Controls.Add(button3); Controls.Add(button2); Controls.Add(button1); Controls.Add(btnSizeAdd); Controls.Add(pictureBox1); Controls.Add(iptROIH); Controls.Add(iptROIW); Controls.Add(iptROIY); Controls.Add(iptROIX); Controls.Add(label7); Controls.Add(sltTriggerMode); Controls.Add(label5); Controls.Add(sltAcquisitionMode); Controls.Add(label4); Controls.Add(iptRevolve); Controls.Add(iptGain); Controls.Add(iptExposure); Controls.Add(label3); Controls.Add(label2); Controls.Add(label1); Controls.Add(swhEnable); Controls.Add(label18); Name = "CameraControl"; Size = new Size(909, 505); ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ResumeLayout(false); } #endregion private AntdUI.Switch swhEnable; private AntdUI.Label label18; private AntdUI.Label label1; private AntdUI.Label label2; private AntdUI.Label label3; private AntdUI.InputNumber iptExposure; private AntdUI.InputNumber iptGain; private AntdUI.InputNumber iptRevolve; private AntdUI.Label label4; private AntdUI.Select sltAcquisitionMode; private AntdUI.Label label5; private AntdUI.Select sltTriggerMode; private AntdUI.Label label7; private AntdUI.InputNumber iptROIW; private AntdUI.InputNumber iptROIY; private AntdUI.InputNumber iptROIX; private AntdUI.InputNumber iptROIH; private PictureBox pictureBox1; private AntdUI.Button btnSizeAdd; private AntdUI.Button button1; private AntdUI.Button button2; private AntdUI.Button button3; private AntdUI.Switch sthPic; private AntdUI.Label label6; } }