修改更新界面

This commit is contained in:
2025-03-13 18:54:05 +08:00
parent a9d02a5a9d
commit 7828ca663f
36 changed files with 4485 additions and 604 deletions

View File

@ -0,0 +1,185 @@
namespace DHSoftware.Views
{
partial class CameraConfigControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
label1 = new AntdUI.Label();
comboBox1 = new ComboBox();
switch1 = new AntdUI.Switch();
label2 = new AntdUI.Label();
inputNumber1 = new AntdUI.InputNumber();
inputNumber2 = new AntdUI.InputNumber();
label3 = new AntdUI.Label();
inputNumber3 = new AntdUI.InputNumber();
label4 = new AntdUI.Label();
label5 = new AntdUI.Label();
label6 = new AntdUI.Label();
switch2 = new AntdUI.Switch();
SuspendLayout();
//
// label1
//
label1.Location = new Point(12, 12);
label1.Name = "label1";
label1.Size = new Size(58, 23);
label1.TabIndex = 0;
label1.Text = "相机名";
//
// comboBox1
//
comboBox1.FormattingEnabled = true;
comboBox1.Location = new Point(76, 10);
comboBox1.Name = "comboBox1";
comboBox1.Size = new Size(165, 25);
comboBox1.TabIndex = 1;
//
// switch1
//
switch1.Location = new Point(327, 10);
switch1.Name = "switch1";
switch1.Size = new Size(57, 23);
switch1.TabIndex = 2;
switch1.Text = "switch1";
//
// label2
//
label2.Location = new Point(12, 41);
label2.Name = "label2";
label2.Size = new Size(58, 38);
label2.TabIndex = 3;
label2.Text = "曝光时间";
//
// inputNumber1
//
inputNumber1.Location = new Point(76, 41);
inputNumber1.Maximum = new decimal(new int[] { 10000000, 0, 0, 0 });
inputNumber1.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
inputNumber1.Name = "inputNumber1";
inputNumber1.Size = new Size(165, 38);
inputNumber1.TabIndex = 4;
inputNumber1.Text = "200";
inputNumber1.Value = new decimal(new int[] { 1, 0, 0, 0 });
//
// inputNumber2
//
inputNumber2.Location = new Point(76, 85);
inputNumber2.Maximum = new decimal(new int[] { 16, 0, 0, 0 });
inputNumber2.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
inputNumber2.Name = "inputNumber2";
inputNumber2.Size = new Size(165, 38);
inputNumber2.TabIndex = 6;
inputNumber2.Text = "6";
//
// label3
//
label3.Location = new Point(12, 85);
label3.Name = "label3";
label3.Size = new Size(58, 38);
label3.TabIndex = 5;
label3.Text = "增益";
//
// inputNumber3
//
inputNumber3.Increment = new decimal(new int[] { 90, 0, 0, 0 });
inputNumber3.Location = new Point(76, 129);
inputNumber3.Maximum = new decimal(new int[] { 360, 0, 0, 0 });
inputNumber3.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
inputNumber3.Name = "inputNumber3";
inputNumber3.Size = new Size(165, 38);
inputNumber3.TabIndex = 8;
inputNumber3.Text = "0";
//
// label4
//
label4.Location = new Point(12, 129);
label4.Name = "label4";
label4.Size = new Size(58, 38);
label4.TabIndex = 7;
label4.Text = "旋转";
//
// label5
//
label5.Location = new Point(263, 3);
label5.Name = "label5";
label5.Size = new Size(58, 36);
label5.TabIndex = 9;
label5.Text = "相机启用";
//
// label6
//
label6.Location = new Point(263, 45);
label6.Name = "label6";
label6.Size = new Size(58, 36);
label6.TabIndex = 11;
label6.Text = "保存原图";
//
// switch2
//
switch2.Location = new Point(327, 52);
switch2.Name = "switch2";
switch2.Size = new Size(57, 23);
switch2.TabIndex = 10;
switch2.Text = "switch2";
//
// CameraConfigControl
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(label6);
Controls.Add(switch2);
Controls.Add(label5);
Controls.Add(inputNumber3);
Controls.Add(label4);
Controls.Add(inputNumber2);
Controls.Add(label3);
Controls.Add(inputNumber1);
Controls.Add(label2);
Controls.Add(switch1);
Controls.Add(comboBox1);
Controls.Add(label1);
Name = "CameraConfigControl";
Size = new Size(620, 201);
ResumeLayout(false);
}
#endregion
private AntdUI.Label label1;
private ComboBox comboBox1;
private AntdUI.Switch switch1;
private AntdUI.Label label2;
private AntdUI.InputNumber inputNumber1;
private AntdUI.InputNumber inputNumber2;
private AntdUI.Label label3;
private AntdUI.InputNumber inputNumber3;
private AntdUI.Label label4;
private AntdUI.Label label5;
private AntdUI.Label label6;
private AntdUI.Switch switch2;
}
}