namespace LB_SmartVision.Forms.Pages.CommunicatorPage { partial class CreateCommunicatorForm { /// /// 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() { uiLabelIP = new Label(); uiLabelPort = new Label(); uiButtonCancel = new Button(); uiTextBoxPort = new TextBox(); rButtonUART = new RadioButton(); rButtonTCPServer = new RadioButton(); rButtonTCPClient = new RadioButton(); uiButtonCreate = new Button(); uiButtonTest = new Button(); uiComboBoxPort = new ComboBox(); uiIPTextBox = new TextBox(); uiTextBoxPath = new TextBox(); rButtonMonitor = new RadioButton(); SuspendLayout(); // // uiLabelIP // uiLabelIP.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); uiLabelIP.ForeColor = Color.FromArgb(48, 48, 48); uiLabelIP.Location = new Point(84, 111); uiLabelIP.Name = "uiLabelIP"; uiLabelIP.Size = new Size(100, 23); uiLabelIP.TabIndex = 1; uiLabelIP.Text = "地址"; // // uiLabelPort // uiLabelPort.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); uiLabelPort.ForeColor = Color.FromArgb(48, 48, 48); uiLabelPort.Location = new Point(84, 177); uiLabelPort.Name = "uiLabelPort"; uiLabelPort.Size = new Size(100, 23); uiLabelPort.TabIndex = 2; uiLabelPort.Text = "端口"; // // uiButtonCancel // uiButtonCancel.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); 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; // // uiTextBoxPort // uiTextBoxPort.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); uiTextBoxPort.Location = new Point(191, 175); uiTextBoxPort.Margin = new Padding(4, 5, 4, 5); uiTextBoxPort.MinimumSize = new Size(1, 16); uiTextBoxPort.Name = "uiTextBoxPort"; uiTextBoxPort.Padding = new Padding(5); //uiTextBoxPort.ShowText = false; uiTextBoxPort.Size = new Size(205, 29); uiTextBoxPort.TabIndex = 5; //uiTextBoxPort.TextAlignment = ContentAlignment.MiddleLeft; //uiTextBoxPort.Watermark = ""; uiTextBoxPort.TextChanged += uiTextBoxPort_TextChanged; // // rButtonUART // rButtonUART.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); rButtonUART.Location = new Point(51, 12); rButtonUART.MinimumSize = new Size(1, 1); rButtonUART.Name = "rButtonUART"; rButtonUART.Size = new Size(150, 29); rButtonUART.TabIndex = 6; rButtonUART.Text = "串口通讯"; rButtonUART.CheckedChanged += rButtonUART_CheckedChanged; // // rButtonTCPServer // rButtonTCPServer.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); rButtonTCPServer.Location = new Point(51, 47); rButtonTCPServer.MinimumSize = new Size(1, 1); rButtonTCPServer.Name = "rButtonTCPServer"; rButtonTCPServer.Size = new Size(150, 29); rButtonTCPServer.TabIndex = 7; rButtonTCPServer.Text = "TCP服务器"; rButtonTCPServer.CheckedChanged += rButtonTCPServer_CheckedChanged; // // rButtonTCPClient // rButtonTCPClient.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); rButtonTCPClient.Location = new Point(293, 47); rButtonTCPClient.MinimumSize = new Size(1, 1); rButtonTCPClient.Name = "rButtonTCPClient"; rButtonTCPClient.Size = new Size(150, 29); rButtonTCPClient.TabIndex = 8; rButtonTCPClient.Text = "TCP客户端"; rButtonTCPClient.CheckedChanged += rButtonTCPClient_CheckedChanged; // // uiButtonCreate // uiButtonCreate.Enabled = false; uiButtonCreate.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); uiButtonCreate.Location = new Point(191, 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, FontStyle.Regular, GraphicsUnit.Point); 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; // // uiComboBoxPort // uiComboBoxPort.DataSource = null; //uiComboBoxPort.FillColor = Color.White; uiComboBoxPort.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); //uiComboBoxPort.ItemHoverColor = Color.FromArgb(155, 200, 255); //uiComboBoxPort.ItemSelectForeColor = Color.FromArgb(235, 243, 255); uiComboBoxPort.Location = new Point(191, 108); uiComboBoxPort.Margin = new Padding(4, 5, 4, 5); uiComboBoxPort.MinimumSize = new Size(63, 0); uiComboBoxPort.Name = "uiComboBoxPort"; uiComboBoxPort.Padding = new Padding(0, 0, 30, 2); uiComboBoxPort.Size = new Size(205, 29); //uiComboBoxPort.SymbolSize = 24; uiComboBoxPort.TabIndex = 11; //uiComboBoxPort.TextAlignment = ContentAlignment.MiddleLeft; //uiComboBoxPort.Watermark = ""; uiComboBoxPort.MouseClick += uiComboBoxPort_MouseClick; // // uiIPTextBox // //uiIPTextBox.FillColor2 = Color.FromArgb(235, 243, 255); uiIPTextBox.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); uiIPTextBox.Location = new Point(191, 108); uiIPTextBox.Margin = new Padding(4, 5, 4, 5); uiIPTextBox.MinimumSize = new Size(1, 1); uiIPTextBox.Name = "uiIPTextBox"; uiIPTextBox.Padding = new Padding(1); //uiIPTextBox.ShowText = false; uiIPTextBox.Size = new Size(205, 29); uiIPTextBox.TabIndex = 12; //uiIPTextBox.TextAlignment = ContentAlignment.MiddleCenter; uiIPTextBox.MouseClick += uiIPTextBox_MouseClick; // // uiTextBoxPath // uiTextBoxPath.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); uiTextBoxPath.Location = new Point(191, 108); uiTextBoxPath.Margin = new Padding(4, 5, 4, 5); uiTextBoxPath.MinimumSize = new Size(1, 16); uiTextBoxPath.Name = "uiTextBoxPath"; uiTextBoxPath.Padding = new Padding(5); //uiTextBoxPath.ShowText = false; uiTextBoxPath.Size = new Size(205, 29); uiTextBoxPath.TabIndex = 13; //uiTextBoxPath.TextAlignment = ContentAlignment.MiddleLeft; //uiTextBoxPath.Watermark = ""; // // rButtonMonitor // rButtonMonitor.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point); rButtonMonitor.Location = new Point(293, 12); rButtonMonitor.MinimumSize = new Size(1, 1); rButtonMonitor.Name = "rButtonMonitor"; rButtonMonitor.Size = new Size(150, 29); rButtonMonitor.TabIndex = 14; rButtonMonitor.Text = "本地监控"; rButtonMonitor.CheckedChanged += rButtonMonitor_CheckedChanged; // // CreateCommunicatorForm // //AllowShowTitle = false; AutoScaleMode = AutoScaleMode.None; ClientSize = new Size(484, 285); ControlBox = false; Controls.Add(rButtonMonitor); Controls.Add(uiTextBoxPath); Controls.Add(uiIPTextBox); Controls.Add(uiComboBoxPort); Controls.Add(uiTextBoxPort); Controls.Add(uiButtonTest); Controls.Add(uiButtonCreate); Controls.Add(rButtonTCPClient); Controls.Add(rButtonTCPServer); Controls.Add(rButtonUART); Controls.Add(uiButtonCancel); Controls.Add(uiLabelPort); Controls.Add(uiLabelIP); MaximizeBox = false; MinimizeBox = false; Name = "CreateCommunicatorForm"; Padding = new Padding(0); //ShowTitle = false; Text = "创建通讯"; //ZoomScaleRect = new Rectangle(15, 15, 800, 450); ResumeLayout(false); } #endregion private Label uiLabelIP; private Label uiLabelPort; private Button uiButtonCancel; private TextBox uiTextBoxPort; private RadioButton rButtonUART; private RadioButton rButtonTCPServer; private RadioButton rButtonTCPClient; private Button uiButtonCreate; private Button uiButtonTest; private ComboBox uiComboBoxPort; private TextBox uiIPTextBox; private TextBox uiTextBoxPath; private RadioButton rButtonMonitor; } }