namespace LB_SmartVision.Forms.Pages.CameraPage
{
partial class CreateCameraForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateCameraForm));
uiLabel1 = new Label();
uiLabel2 = new Label();
uiButtonCancel = new Button();
uiButtonCreate = new Button();
uiButtonTest = new Button();
uiComboBoxBrand = new ComboBox();
uiComboBoxSN = new ComboBox();
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
controlBox1 = new ReaLTaiizor.Controls.ControlBox();
themeForm1.SuspendLayout();
SuspendLayout();
//
// uiLabel1
//
uiLabel1.Font = new Font("宋体", 12F);
uiLabel1.ForeColor = SystemColors.Control;
uiLabel1.Location = new Point(120, 97);
uiLabel1.Name = "uiLabel1";
uiLabel1.Size = new Size(100, 23);
uiLabel1.TabIndex = 1;
uiLabel1.Text = "品牌";
//
// uiLabel2
//
uiLabel2.Font = new Font("宋体", 12F);
uiLabel2.ForeColor = SystemColors.Control;
uiLabel2.Location = new Point(120, 163);
uiLabel2.Name = "uiLabel2";
uiLabel2.Size = new Size(100, 23);
uiLabel2.TabIndex = 2;
uiLabel2.Text = "相机SN";
//
// uiButtonCancel
//
uiButtonCancel.Font = new Font("宋体", 12F);
uiButtonCancel.ForeColor = SystemColors.Control;
uiButtonCancel.Location = new Point(343, 234);
uiButtonCancel.MinimumSize = new Size(1, 1);
uiButtonCancel.Name = "uiButtonCancel";
uiButtonCancel.Size = new Size(100, 35);
uiButtonCancel.TabIndex = 4;
uiButtonCancel.Text = "取消";
uiButtonCancel.Click += uiButtonCancel_Click;
//
// uiButtonCreate
//
uiButtonCreate.Enabled = false;
uiButtonCreate.Font = new Font("宋体", 12F);
uiButtonCreate.ForeColor = SystemColors.Control;
uiButtonCreate.Location = new Point(187, 234);
uiButtonCreate.MinimumSize = new Size(1, 1);
uiButtonCreate.Name = "uiButtonCreate";
uiButtonCreate.Size = new Size(100, 35);
uiButtonCreate.TabIndex = 9;
uiButtonCreate.Text = "创建";
uiButtonCreate.Click += uiButtonCreate_Click;
//
// uiButtonTest
//
uiButtonTest.Font = new Font("宋体", 12F);
uiButtonTest.ForeColor = SystemColors.Control;
uiButtonTest.Location = new Point(31, 234);
uiButtonTest.MinimumSize = new Size(1, 1);
uiButtonTest.Name = "uiButtonTest";
uiButtonTest.Size = new Size(100, 35);
uiButtonTest.TabIndex = 10;
uiButtonTest.Text = "测试";
uiButtonTest.Click += uiButtonTest_Click;
//
// uiComboBoxBrand
//
uiComboBoxBrand.Font = new Font("宋体", 12F);
uiComboBoxBrand.Location = new Point(227, 94);
uiComboBoxBrand.Margin = new Padding(4, 5, 4, 5);
uiComboBoxBrand.MinimumSize = new Size(63, 0);
uiComboBoxBrand.Name = "uiComboBoxBrand";
uiComboBoxBrand.Size = new Size(150, 24);
uiComboBoxBrand.TabIndex = 11;
uiComboBoxBrand.SelectedIndexChanged += uiComboBoxBrand_SelectedIndexChanged;
uiComboBoxBrand.MouseClick += uiComboBoxBrand_MouseClick;
//
// uiComboBoxSN
//
uiComboBoxSN.Font = new Font("宋体", 12F);
uiComboBoxSN.Location = new Point(227, 157);
uiComboBoxSN.Margin = new Padding(4, 5, 4, 5);
uiComboBoxSN.MinimumSize = new Size(63, 0);
uiComboBoxSN.Name = "uiComboBoxSN";
uiComboBoxSN.Size = new Size(150, 24);
uiComboBoxSN.TabIndex = 12;
uiComboBoxSN.MouseClick += uiComboBoxSN_MouseClick;
//
// themeForm1
//
themeForm1.BackColor = Color.FromArgb(32, 41, 50);
themeForm1.Controls.Add(controlBox1);
themeForm1.Dock = DockStyle.Fill;
themeForm1.Font = new Font("Microsoft Sans Serif", 9F);
themeForm1.ForeColor = SystemColors.Control;
themeForm1.Image = (Image)resources.GetObject("themeForm1.Image");
themeForm1.Location = new Point(0, 0);
themeForm1.Name = "themeForm1";
themeForm1.Padding = new Padding(10, 70, 10, 9);
themeForm1.RoundCorners = true;
themeForm1.Sizable = true;
themeForm1.Size = new Size(507, 309);
themeForm1.SmartBounds = true;
themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation;
themeForm1.TabIndex = 13;
themeForm1.Text = "创建相机";
//
// controlBox1
//
controlBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right;
controlBox1.BackColor = Color.FromArgb(32, 34, 37);
controlBox1.CloseHoverColor = Color.FromArgb(230, 17, 35);
controlBox1.DefaultLocation = true;
controlBox1.EnableHoverHighlight = true;
controlBox1.EnableMaximizeButton = true;
controlBox1.EnableMinimizeButton = true;
controlBox1.ForeColor = Color.FromArgb(155, 155, 155);
controlBox1.Location = new Point(407, 18);
controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
controlBox1.Name = "controlBox1";
controlBox1.Size = new Size(90, 25);
controlBox1.TabIndex = 0;
controlBox1.Text = "controlBox1";
//
// CreateCameraForm
//
AutoScaleDimensions = new SizeF(96F, 96F);
AutoScaleMode = AutoScaleMode.Dpi;
ClientSize = new Size(507, 309);
ControlBox = false;
Controls.Add(uiComboBoxSN);
Controls.Add(uiComboBoxBrand);
Controls.Add(uiButtonTest);
Controls.Add(uiButtonCreate);
Controls.Add(uiButtonCancel);
Controls.Add(uiLabel2);
Controls.Add(uiLabel1);
Controls.Add(themeForm1);
FormBorderStyle = FormBorderStyle.None;
MaximizeBox = false;
MinimizeBox = false;
MinimumSize = new Size(261, 61);
Name = "CreateCameraForm";
Text = "创建相机";
TransparencyKey = Color.Fuchsia;
themeForm1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private Label uiLabel1;
private Label uiLabel2;
private Button uiButtonCancel;
private Button uiButtonCreate;
private Button uiButtonTest;
private ComboBox uiComboBoxBrand;
private ComboBox uiComboBoxSN;
private ReaLTaiizor.Forms.ThemeForm themeForm1;
private ReaLTaiizor.Controls.ControlBox controlBox1;
}
}