namespace Xylem.Common.Ui.GenesisToolBox { partial class FrmSetup { /// /// 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() { this.components = new System.ComponentModel.Container(); this.btnReload = new System.Windows.Forms.Button(); this.btnStore = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.btnAddRow = new System.Windows.Forms.Button(); this.dgvConfig = new System.Windows.Forms.DataGridView(); this.tbcSlot = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cbcRequestPort = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.cbcRequestType = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.cbcStreamingPort = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.cbcSlotType = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.btcDetectRequest = new System.Windows.Forms.DataGridViewButtonColumn(); this.btcDetectStreaming = new System.Windows.Forms.DataGridViewButtonColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.cbxProductionMode = new System.Windows.Forms.CheckBox(); this.cbUpdateFiles = new System.Windows.Forms.CheckBox(); this.cbUseMinMaxCheck = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.txtWachSeriveUrl = new System.Windows.Forms.TextBox(); this.cbUseRegisterWatch = new System.Windows.Forms.CheckBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.cmdAddOffline = new System.Windows.Forms.Button(); this.dgvofflinePw = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.offlinePaswordItemBindingSource = new System.Windows.Forms.BindingSource(this.components); this.tabPage4 = new System.Windows.Forms.TabPage(); this.lblGlobalCurrentPath = new System.Windows.Forms.Label(); this.btnGlobalSearch = new System.Windows.Forms.Button(); this.btnGlobalDefaultLan = new System.Windows.Forms.Button(); this.btnGlobalDefaultLocal = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.lblLocalCurrentPath = new System.Windows.Forms.Label(); this.btnLocalSearch = new System.Windows.Forms.Button(); this.btnLocalDefaultLan = new System.Windows.Forms.Button(); this.btnLocalDefaultLocal = new System.Windows.Forms.Button(); this.lblLocalPath = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.cbxSirtService868MHz = new System.Windows.Forms.ComboBox(); this.cbxSirtService433MHz = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.cbxSirtComport868MHz = new System.Windows.Forms.ComboBox(); this.cbxSirtComport433MHz = new System.Windows.Forms.ComboBox(); this.tbxSirtBoxNo = new System.Windows.Forms.TextBox(); this.tbxSirtStationId = new System.Windows.Forms.TextBox(); this.lblSirtComport868MHz = new System.Windows.Forms.Label(); this.lblSirtComport433MHz = new System.Windows.Forms.Label(); this.lblSirtBoxNo = new System.Windows.Forms.Label(); this.lblSirtStation = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvConfig)).BeginInit(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvofflinePw)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.offlinePaswordItemBindingSource)).BeginInit(); this.tabPage4.SuspendLayout(); this.tabPage5.SuspendLayout(); this.SuspendLayout(); // // btnReload // this.btnReload.Location = new System.Drawing.Point(12, 12); this.btnReload.Name = "btnReload"; this.btnReload.Size = new System.Drawing.Size(140, 43); this.btnReload.TabIndex = 1; this.btnReload.Text = "Reload Setup"; this.btnReload.UseVisualStyleBackColor = true; this.btnReload.Click += new System.EventHandler(this.BtnReload_Click); // // btnStore // this.btnStore.Location = new System.Drawing.Point(158, 12); this.btnStore.Name = "btnStore"; this.btnStore.Size = new System.Drawing.Size(140, 43); this.btnStore.TabIndex = 2; this.btnStore.Text = "Save Setup"; this.btnStore.UseVisualStyleBackColor = true; this.btnStore.Click += new System.EventHandler(this.BtnStore_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage5); this.tabControl1.Location = new System.Drawing.Point(12, 74); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(768, 387); this.tabControl1.TabIndex = 17; // // tabPage1 // this.tabPage1.Controls.Add(this.btnAddRow); this.tabPage1.Controls.Add(this.dgvConfig); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(760, 361); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Slots"; this.tabPage1.UseVisualStyleBackColor = true; // // btnAddRow // this.btnAddRow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnAddRow.Location = new System.Drawing.Point(6, 255); this.btnAddRow.Name = "btnAddRow"; this.btnAddRow.Size = new System.Drawing.Size(199, 29); this.btnAddRow.TabIndex = 5; this.btnAddRow.Text = "Add Slot"; this.btnAddRow.UseVisualStyleBackColor = true; this.btnAddRow.Click += new System.EventHandler(this.btnAddRow_Click); // // dgvConfig // this.dgvConfig.AllowUserToAddRows = false; this.dgvConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvConfig.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvConfig.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.tbcSlot, this.cbcRequestPort, this.cbcRequestType, this.cbcStreamingPort, this.cbcSlotType, this.btcDetectRequest, this.btcDetectStreaming}); this.dgvConfig.Location = new System.Drawing.Point(6, 6); this.dgvConfig.Name = "dgvConfig"; this.dgvConfig.Size = new System.Drawing.Size(746, 243); this.dgvConfig.TabIndex = 4; this.dgvConfig.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvConfig_CellContentClick); this.dgvConfig.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvConfig_DataError); // // tbcSlot // this.tbcSlot.HeaderText = "tbcSlot"; this.tbcSlot.Name = "tbcSlot"; // // cbcRequestPort // this.cbcRequestPort.HeaderText = "cbcRequestPort"; this.cbcRequestPort.Name = "cbcRequestPort"; // // cbcRequestType // this.cbcRequestType.HeaderText = "cbcRequestType"; this.cbcRequestType.Name = "cbcRequestType"; // // cbcStreamingPort // this.cbcStreamingPort.HeaderText = "cbcStreamingPort"; this.cbcStreamingPort.Name = "cbcStreamingPort"; // // cbcSlotType // this.cbcSlotType.HeaderText = "TempretureMeter"; this.cbcSlotType.Name = "cbcSlotType"; this.cbcSlotType.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // btcDetectRequest // this.btcDetectRequest.HeaderText = "btcDetectRequest"; this.btcDetectRequest.Name = "btcDetectRequest"; // // btcDetectStreaming // this.btcDetectStreaming.HeaderText = "btcDetectStreaming"; this.btcDetectStreaming.Name = "btcDetectStreaming"; // // tabPage2 // this.tabPage2.Controls.Add(this.cbxProductionMode); this.tabPage2.Controls.Add(this.cbUpdateFiles); this.tabPage2.Controls.Add(this.cbUseMinMaxCheck); this.tabPage2.Controls.Add(this.label1); this.tabPage2.Controls.Add(this.txtWachSeriveUrl); this.tabPage2.Controls.Add(this.cbUseRegisterWatch); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(760, 361); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "General"; this.tabPage2.UseVisualStyleBackColor = true; // // cbxProductionMode // this.cbxProductionMode.AutoSize = true; this.cbxProductionMode.Location = new System.Drawing.Point(25, 19); this.cbxProductionMode.Name = "cbxProductionMode"; this.cbxProductionMode.Size = new System.Drawing.Size(104, 17); this.cbxProductionMode.TabIndex = 22; this.cbxProductionMode.Text = "ProductionMode"; this.cbxProductionMode.UseVisualStyleBackColor = true; // // cbUpdateFiles // this.cbUpdateFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbUpdateFiles.AutoSize = true; this.cbUpdateFiles.Location = new System.Drawing.Point(25, 42); this.cbUpdateFiles.Name = "cbUpdateFiles"; this.cbUpdateFiles.Size = new System.Drawing.Size(199, 17); this.cbUpdateFiles.TabIndex = 21; this.cbUpdateFiles.Text = "Auto Update files (configuration.json)"; this.cbUpdateFiles.UseVisualStyleBackColor = true; this.cbUpdateFiles.CheckedChanged += new System.EventHandler(this.cbUpdateFiles_CheckedChanged); // // cbUseMinMaxCheck // this.cbUseMinMaxCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbUseMinMaxCheck.AutoSize = true; this.cbUseMinMaxCheck.Location = new System.Drawing.Point(25, 88); this.cbUseMinMaxCheck.Name = "cbUseMinMaxCheck"; this.cbUseMinMaxCheck.Size = new System.Drawing.Size(113, 17); this.cbUseMinMaxCheck.TabIndex = 20; this.cbUseMinMaxCheck.Text = "UseMinMaxCheck"; this.cbUseMinMaxCheck.UseVisualStyleBackColor = true; this.cbUseMinMaxCheck.CheckedChanged += new System.EventHandler(this.cbUseMinMaxCheck_CheckedChanged); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(147, 65); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(136, 13); this.label1.TabIndex = 19; this.label1.Text = "RegisterWatchServiceURL"; // // txtWachSeriveUrl // this.txtWachSeriveUrl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtWachSeriveUrl.Location = new System.Drawing.Point(288, 60); this.txtWachSeriveUrl.Name = "txtWachSeriveUrl"; this.txtWachSeriveUrl.Size = new System.Drawing.Size(439, 20); this.txtWachSeriveUrl.TabIndex = 18; this.txtWachSeriveUrl.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // cbUseRegisterWatch // this.cbUseRegisterWatch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbUseRegisterWatch.AutoSize = true; this.cbUseRegisterWatch.Location = new System.Drawing.Point(25, 65); this.cbUseRegisterWatch.Name = "cbUseRegisterWatch"; this.cbUseRegisterWatch.Size = new System.Drawing.Size(116, 17); this.cbUseRegisterWatch.TabIndex = 17; this.cbUseRegisterWatch.Text = "UseRegisterWatch"; this.cbUseRegisterWatch.UseVisualStyleBackColor = true; this.cbUseRegisterWatch.CheckedChanged += new System.EventHandler(this.cbUseRegisterWatch_CheckedChanged); // // tabPage3 // this.tabPage3.Controls.Add(this.cmdAddOffline); this.tabPage3.Controls.Add(this.dgvofflinePw); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(760, 361); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "OfflinePasswords"; this.tabPage3.UseVisualStyleBackColor = true; // // cmdAddOffline // this.cmdAddOffline.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cmdAddOffline.Location = new System.Drawing.Point(3, 195); this.cmdAddOffline.Name = "cmdAddOffline"; this.cmdAddOffline.Size = new System.Drawing.Size(257, 43); this.cmdAddOffline.TabIndex = 17; this.cmdAddOffline.Text = "Add Item"; this.cmdAddOffline.UseVisualStyleBackColor = true; this.cmdAddOffline.Click += new System.EventHandler(this.cmdAddOffline_Click); // // dgvofflinePw // this.dgvofflinePw.AutoGenerateColumns = false; this.dgvofflinePw.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvofflinePw.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2}); this.dgvofflinePw.DataSource = this.offlinePaswordItemBindingSource; this.dgvofflinePw.Location = new System.Drawing.Point(3, 19); this.dgvofflinePw.Name = "dgvofflinePw"; this.dgvofflinePw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvofflinePw.Size = new System.Drawing.Size(345, 170); this.dgvofflinePw.TabIndex = 16; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "PcbID"; this.dataGridViewTextBoxColumn1.HeaderText = "PcbID"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "Password"; this.dataGridViewTextBoxColumn2.HeaderText = "Password"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // offlinePaswordItemBindingSource // this.offlinePaswordItemBindingSource.DataSource = typeof(Xylem.Common.Ui.GenesisToolBox.OfflinePasswordItem); // // tabPage4 // this.tabPage4.Controls.Add(this.lblGlobalCurrentPath); this.tabPage4.Controls.Add(this.btnGlobalSearch); this.tabPage4.Controls.Add(this.btnGlobalDefaultLan); this.tabPage4.Controls.Add(this.btnGlobalDefaultLocal); this.tabPage4.Controls.Add(this.label6); this.tabPage4.Controls.Add(this.lblLocalCurrentPath); this.tabPage4.Controls.Add(this.btnLocalSearch); this.tabPage4.Controls.Add(this.btnLocalDefaultLan); this.tabPage4.Controls.Add(this.btnLocalDefaultLocal); this.tabPage4.Controls.Add(this.lblLocalPath); this.tabPage4.Controls.Add(this.label4); this.tabPage4.Controls.Add(this.label3); this.tabPage4.Controls.Add(this.label2); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(760, 361); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Logging"; this.tabPage4.UseVisualStyleBackColor = true; this.tabPage4.Enter += new System.EventHandler(this.tabPage4_Click); // // lblGlobalCurrentPath // this.lblGlobalCurrentPath.AutoSize = true; this.lblGlobalCurrentPath.Location = new System.Drawing.Point(132, 211); this.lblGlobalCurrentPath.Name = "lblGlobalCurrentPath"; this.lblGlobalCurrentPath.Size = new System.Drawing.Size(10, 13); this.lblGlobalCurrentPath.TabIndex = 12; this.lblGlobalCurrentPath.Text = "-"; // // btnGlobalSearch // this.btnGlobalSearch.Location = new System.Drawing.Point(52, 307); this.btnGlobalSearch.Name = "btnGlobalSearch"; this.btnGlobalSearch.Size = new System.Drawing.Size(314, 29); this.btnGlobalSearch.TabIndex = 11; this.btnGlobalSearch.Text = "Search"; this.btnGlobalSearch.UseVisualStyleBackColor = true; this.btnGlobalSearch.Click += new System.EventHandler(this.btnGlobalSearch_Click); // // btnGlobalDefaultLan // this.btnGlobalDefaultLan.Location = new System.Drawing.Point(52, 272); this.btnGlobalDefaultLan.Name = "btnGlobalDefaultLan"; this.btnGlobalDefaultLan.Size = new System.Drawing.Size(314, 29); this.btnGlobalDefaultLan.TabIndex = 10; this.btnGlobalDefaultLan.Text = "Use \\\\sla12buma\\cordonelds$\\${machinename}"; this.btnGlobalDefaultLan.UseVisualStyleBackColor = true; this.btnGlobalDefaultLan.Click += new System.EventHandler(this.btnGlobalDefaultLan_Click); // // btnGlobalDefaultLocal // this.btnGlobalDefaultLocal.Location = new System.Drawing.Point(52, 237); this.btnGlobalDefaultLocal.Name = "btnGlobalDefaultLocal"; this.btnGlobalDefaultLocal.Size = new System.Drawing.Size(314, 29); this.btnGlobalDefaultLocal.TabIndex = 9; this.btnGlobalDefaultLocal.Text = "Use C:\\GenesisLog\\"; this.btnGlobalDefaultLocal.UseVisualStyleBackColor = true; this.btnGlobalDefaultLocal.Click += new System.EventHandler(this.btnGlobalDefaultLocal_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(49, 211); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(66, 13); this.label6.TabIndex = 8; this.label6.Text = "CurrentPath:"; // // lblLocalCurrentPath // this.lblLocalCurrentPath.AutoSize = true; this.lblLocalCurrentPath.Location = new System.Drawing.Point(132, 57); this.lblLocalCurrentPath.Name = "lblLocalCurrentPath"; this.lblLocalCurrentPath.Size = new System.Drawing.Size(10, 13); this.lblLocalCurrentPath.TabIndex = 7; this.lblLocalCurrentPath.Text = "-"; // // btnLocalSearch // this.btnLocalSearch.Location = new System.Drawing.Point(52, 153); this.btnLocalSearch.Name = "btnLocalSearch"; this.btnLocalSearch.Size = new System.Drawing.Size(314, 29); this.btnLocalSearch.TabIndex = 6; this.btnLocalSearch.Text = "Search"; this.btnLocalSearch.UseVisualStyleBackColor = true; this.btnLocalSearch.Click += new System.EventHandler(this.btnLocalSearch_Click); // // btnLocalDefaultLan // this.btnLocalDefaultLan.Location = new System.Drawing.Point(52, 118); this.btnLocalDefaultLan.Name = "btnLocalDefaultLan"; this.btnLocalDefaultLan.Size = new System.Drawing.Size(314, 29); this.btnLocalDefaultLan.TabIndex = 5; this.btnLocalDefaultLan.Text = "Use \\\\sla12buma\\cordonelds$\\${machinename}"; this.btnLocalDefaultLan.UseVisualStyleBackColor = true; this.btnLocalDefaultLan.Click += new System.EventHandler(this.btnLocalDefaultLan_Click); // // btnLocalDefaultLocal // this.btnLocalDefaultLocal.Location = new System.Drawing.Point(52, 83); this.btnLocalDefaultLocal.Name = "btnLocalDefaultLocal"; this.btnLocalDefaultLocal.Size = new System.Drawing.Size(314, 29); this.btnLocalDefaultLocal.TabIndex = 4; this.btnLocalDefaultLocal.Text = "Use C:\\GenesisLog\\"; this.btnLocalDefaultLocal.UseVisualStyleBackColor = true; this.btnLocalDefaultLocal.Click += new System.EventHandler(this.btnLocalDefaultLocal_Click); // // lblLocalPath // this.lblLocalPath.AutoSize = true; this.lblLocalPath.Location = new System.Drawing.Point(121, 57); this.lblLocalPath.Name = "lblLocalPath"; this.lblLocalPath.Size = new System.Drawing.Size(0, 13); this.lblLocalPath.TabIndex = 3; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(49, 57); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(66, 13); this.label4.TabIndex = 2; this.label4.Text = "CurrentPath:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 190); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(37, 13); this.label3.TabIndex = 1; this.label3.Text = "Global"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 13); this.label2.TabIndex = 0; this.label2.Text = "Local (only ToolBox)"; // // tabPage5 // this.tabPage5.Controls.Add(this.cbxSirtService868MHz); this.tabPage5.Controls.Add(this.cbxSirtService433MHz); this.tabPage5.Controls.Add(this.label5); this.tabPage5.Controls.Add(this.label7); this.tabPage5.Controls.Add(this.cbxSirtComport868MHz); this.tabPage5.Controls.Add(this.cbxSirtComport433MHz); this.tabPage5.Controls.Add(this.tbxSirtBoxNo); this.tabPage5.Controls.Add(this.tbxSirtStationId); this.tabPage5.Controls.Add(this.lblSirtComport868MHz); this.tabPage5.Controls.Add(this.lblSirtComport433MHz); this.tabPage5.Controls.Add(this.lblSirtBoxNo); this.tabPage5.Controls.Add(this.lblSirtStation); this.tabPage5.Location = new System.Drawing.Point(4, 22); this.tabPage5.Name = "tabPage5"; this.tabPage5.Size = new System.Drawing.Size(760, 361); this.tabPage5.TabIndex = 4; this.tabPage5.Text = "SIRT"; this.tabPage5.UseVisualStyleBackColor = true; // // cbxSirtService868MHz // this.cbxSirtService868MHz.FormattingEnabled = true; this.cbxSirtService868MHz.Location = new System.Drawing.Point(142, 164); this.cbxSirtService868MHz.Name = "cbxSirtService868MHz"; this.cbxSirtService868MHz.Size = new System.Drawing.Size(121, 21); this.cbxSirtService868MHz.TabIndex = 13; // // cbxSirtService433MHz // this.cbxSirtService433MHz.FormattingEnabled = true; this.cbxSirtService433MHz.Location = new System.Drawing.Point(142, 137); this.cbxSirtService433MHz.Name = "cbxSirtService433MHz"; this.cbxSirtService433MHz.Size = new System.Drawing.Size(121, 21); this.cbxSirtService433MHz.TabIndex = 12; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(22, 168); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(114, 13); this.label5.TabIndex = 11; this.label5.Text = "Service Port 868 MHz:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(22, 140); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(114, 13); this.label7.TabIndex = 10; this.label7.Text = "Service Port 433 MHz:"; // // cbxSirtComport868MHz // this.cbxSirtComport868MHz.FormattingEnabled = true; this.cbxSirtComport868MHz.Location = new System.Drawing.Point(142, 102); this.cbxSirtComport868MHz.Name = "cbxSirtComport868MHz"; this.cbxSirtComport868MHz.Size = new System.Drawing.Size(121, 21); this.cbxSirtComport868MHz.TabIndex = 9; // // cbxSirtComport433MHz // this.cbxSirtComport433MHz.FormattingEnabled = true; this.cbxSirtComport433MHz.Location = new System.Drawing.Point(142, 75); this.cbxSirtComport433MHz.Name = "cbxSirtComport433MHz"; this.cbxSirtComport433MHz.Size = new System.Drawing.Size(121, 21); this.cbxSirtComport433MHz.TabIndex = 8; // // tbxSirtBoxNo // this.tbxSirtBoxNo.Location = new System.Drawing.Point(142, 44); this.tbxSirtBoxNo.Name = "tbxSirtBoxNo"; this.tbxSirtBoxNo.Size = new System.Drawing.Size(100, 20); this.tbxSirtBoxNo.TabIndex = 7; // // tbxSirtStationId // this.tbxSirtStationId.Location = new System.Drawing.Point(142, 17); this.tbxSirtStationId.Name = "tbxSirtStationId"; this.tbxSirtStationId.Size = new System.Drawing.Size(100, 20); this.tbxSirtStationId.TabIndex = 6; // // lblSirtComport868MHz // this.lblSirtComport868MHz.AutoSize = true; this.lblSirtComport868MHz.Location = new System.Drawing.Point(22, 106); this.lblSirtComport868MHz.Name = "lblSirtComport868MHz"; this.lblSirtComport868MHz.Size = new System.Drawing.Size(103, 13); this.lblSirtComport868MHz.TabIndex = 5; this.lblSirtComport868MHz.Text = "RSSI Port 868 MHz:"; // // lblSirtComport433MHz // this.lblSirtComport433MHz.AutoSize = true; this.lblSirtComport433MHz.Location = new System.Drawing.Point(22, 78); this.lblSirtComport433MHz.Name = "lblSirtComport433MHz"; this.lblSirtComport433MHz.Size = new System.Drawing.Size(103, 13); this.lblSirtComport433MHz.TabIndex = 4; this.lblSirtComport433MHz.Text = "RSSI Port 433 MHz:"; // // lblSirtBoxNo // this.lblSirtBoxNo.AutoSize = true; this.lblSirtBoxNo.Location = new System.Drawing.Point(22, 51); this.lblSirtBoxNo.Name = "lblSirtBoxNo"; this.lblSirtBoxNo.Size = new System.Drawing.Size(45, 13); this.lblSirtBoxNo.TabIndex = 3; this.lblSirtBoxNo.Text = "Box No:"; // // lblSirtStation // this.lblSirtStation.AutoSize = true; this.lblSirtStation.Location = new System.Drawing.Point(22, 24); this.lblSirtStation.Name = "lblSirtStation"; this.lblSirtStation.Size = new System.Drawing.Size(57, 13); this.lblSirtStation.TabIndex = 2; this.lblSirtStation.Text = "Station ID:"; // // FrmSetup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(780, 671); this.Controls.Add(this.tabControl1); this.Controls.Add(this.btnStore); this.Controls.Add(this.btnReload); this.MinimumSize = new System.Drawing.Size(755, 410); this.Name = "FrmSetup"; this.Text = "Setup"; this.Load += new System.EventHandler(this.FrmSetup_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvConfig)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvofflinePw)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.offlinePaswordItemBindingSource)).EndInit(); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.tabPage5.ResumeLayout(false); this.tabPage5.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnReload; private System.Windows.Forms.Button btnStore; private System.Windows.Forms.DataGridViewTextBoxColumn pcbIDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn passwordDataGridViewTextBoxColumn; private System.Windows.Forms.BindingSource offlinePaswordItemBindingSource; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Button btnAddRow; private System.Windows.Forms.DataGridView dgvConfig; private System.Windows.Forms.DataGridViewTextBoxColumn tbcSlot; private System.Windows.Forms.DataGridViewComboBoxColumn cbcRequestPort; private System.Windows.Forms.DataGridViewComboBoxColumn cbcRequestType; private System.Windows.Forms.DataGridViewComboBoxColumn cbcStreamingPort; private System.Windows.Forms.DataGridViewCheckBoxColumn cbcSlotType; private System.Windows.Forms.DataGridViewButtonColumn btcDetectRequest; private System.Windows.Forms.DataGridViewButtonColumn btcDetectStreaming; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.CheckBox cbxProductionMode; private System.Windows.Forms.CheckBox cbUpdateFiles; private System.Windows.Forms.CheckBox cbUseMinMaxCheck; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtWachSeriveUrl; private System.Windows.Forms.CheckBox cbUseRegisterWatch; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Button cmdAddOffline; private System.Windows.Forms.DataGridView dgvofflinePw; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.Button btnLocalDefaultLocal; private System.Windows.Forms.Label lblLocalPath; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnLocalSearch; private System.Windows.Forms.Button btnLocalDefaultLan; private System.Windows.Forms.Label lblLocalCurrentPath; private System.Windows.Forms.Label lblGlobalCurrentPath; private System.Windows.Forms.Button btnGlobalSearch; private System.Windows.Forms.Button btnGlobalDefaultLan; private System.Windows.Forms.Button btnGlobalDefaultLocal; private System.Windows.Forms.Label label6; private System.Windows.Forms.TabPage tabPage5; private System.Windows.Forms.Label lblSirtComport868MHz; private System.Windows.Forms.Label lblSirtComport433MHz; private System.Windows.Forms.Label lblSirtBoxNo; private System.Windows.Forms.Label lblSirtStation; private System.Windows.Forms.TextBox tbxSirtBoxNo; private System.Windows.Forms.TextBox tbxSirtStationId; private System.Windows.Forms.ComboBox cbxSirtComport868MHz; private System.Windows.Forms.ComboBox cbxSirtComport433MHz; private System.Windows.Forms.ComboBox cbxSirtService868MHz; private System.Windows.Forms.ComboBox cbxSirtService433MHz; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label7; } }