This commit is contained in:
2025-03-21 08:51:20 +08:00
parent 0dedff36fd
commit 9a5d3be528
70 changed files with 4542 additions and 2207 deletions

View File

@ -50,6 +50,8 @@
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();
//
@ -72,7 +74,7 @@
//
// label1
//
label1.Location = new Point(28, 71);
label1.Location = new Point(28, 114);
label1.Name = "label1";
label1.Size = new Size(59, 23);
label1.TabIndex = 14;
@ -80,7 +82,7 @@
//
// label2
//
label2.Location = new Point(28, 113);
label2.Location = new Point(28, 156);
label2.Name = "label2";
label2.Size = new Size(59, 23);
label2.TabIndex = 15;
@ -88,7 +90,7 @@
//
// label3
//
label3.Location = new Point(28, 155);
label3.Location = new Point(28, 198);
label3.Name = "label3";
label3.Size = new Size(59, 23);
label3.TabIndex = 16;
@ -96,7 +98,7 @@
//
// iptExposure
//
iptExposure.Location = new Point(84, 57);
iptExposure.Location = new Point(84, 100);
iptExposure.Name = "iptExposure";
iptExposure.Size = new Size(93, 37);
iptExposure.TabIndex = 17;
@ -105,7 +107,7 @@
//
// iptGain
//
iptGain.Location = new Point(84, 100);
iptGain.Location = new Point(84, 143);
iptGain.Name = "iptGain";
iptGain.Size = new Size(93, 37);
iptGain.TabIndex = 18;
@ -113,7 +115,7 @@
//
// iptRevolve
//
iptRevolve.Location = new Point(84, 143);
iptRevolve.Location = new Point(84, 186);
iptRevolve.Name = "iptRevolve";
iptRevolve.Size = new Size(93, 37);
iptRevolve.TabIndex = 19;
@ -121,7 +123,7 @@
//
// label4
//
label4.Location = new Point(28, 199);
label4.Location = new Point(28, 242);
label4.Name = "label4";
label4.Size = new Size(59, 23);
label4.TabIndex = 20;
@ -130,14 +132,14 @@
// sltAcquisitionMode
//
sltAcquisitionMode.List = true;
sltAcquisitionMode.Location = new Point(84, 186);
sltAcquisitionMode.Location = new Point(84, 229);
sltAcquisitionMode.Name = "sltAcquisitionMode";
sltAcquisitionMode.Size = new Size(93, 36);
sltAcquisitionMode.TabIndex = 21;
//
// label5
//
label5.Location = new Point(28, 244);
label5.Location = new Point(28, 287);
label5.Name = "label5";
label5.Size = new Size(59, 23);
label5.TabIndex = 22;
@ -146,14 +148,14 @@
// sltTriggerMode
//
sltTriggerMode.List = true;
sltTriggerMode.Location = new Point(84, 231);
sltTriggerMode.Location = new Point(84, 274);
sltTriggerMode.Name = "sltTriggerMode";
sltTriggerMode.Size = new Size(93, 36);
sltTriggerMode.TabIndex = 26;
//
// label7
//
label7.Location = new Point(28, 354);
label7.Location = new Point(28, 397);
label7.Name = "label7";
label7.Size = new Size(59, 23);
label7.TabIndex = 28;
@ -161,7 +163,7 @@
//
// iptROIW
//
iptROIW.Location = new Point(84, 371);
iptROIW.Location = new Point(84, 414);
iptROIW.Name = "iptROIW";
iptROIW.Size = new Size(93, 37);
iptROIW.TabIndex = 31;
@ -169,7 +171,7 @@
//
// iptROIY
//
iptROIY.Location = new Point(84, 328);
iptROIY.Location = new Point(84, 371);
iptROIY.Name = "iptROIY";
iptROIY.Size = new Size(93, 37);
iptROIY.TabIndex = 30;
@ -177,7 +179,7 @@
//
// iptROIX
//
iptROIX.Location = new Point(84, 285);
iptROIX.Location = new Point(84, 328);
iptROIX.Name = "iptROIX";
iptROIX.Size = new Size(93, 37);
iptROIX.TabIndex = 29;
@ -186,7 +188,7 @@
//
// iptROIH
//
iptROIH.Location = new Point(84, 414);
iptROIH.Location = new Point(84, 457);
iptROIH.Name = "iptROIH";
iptROIH.Size = new Size(93, 37);
iptROIH.TabIndex = 32;
@ -253,10 +255,29 @@
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);
@ -309,5 +330,7 @@
private AntdUI.Button button1;
private AntdUI.Button button2;
private AntdUI.Button button3;
private AntdUI.Switch sthPic;
private AntdUI.Label label6;
}
}