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(); SuspendLayout(); // // uiLabel1 // uiLabel1.Font = new Font("宋体", 12F); uiLabel1.ForeColor = Color.White; 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 = Color.White; 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 = Color.White; 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 = Color.White; 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 = Color.White; 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.SelectedIndexChanged += uiComboBoxSN_SelectedIndexChanged; uiComboBoxSN.MouseClick += uiComboBoxSN_MouseClick; // // themeForm1 // themeForm1.BackColor = Color.FromArgb(32, 41, 50); themeForm1.Dock = DockStyle.Fill; themeForm1.Font = new Font("Microsoft Sans Serif", 9F); 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 = "创建相机"; // // CreateCameraForm // AutoScaleMode = AutoScaleMode.None; 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; 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; } }