/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewAndUpdateFeedback)); this.selectBus = new nSrcp.Client.SelectBus(); this.label1 = new System.Windows.Forms.Label(); this.comboBoxParameters = new System.Windows.Forms.ComboBox(); this.comboBoxType = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // selectBus // resources.ApplyResources(this.selectBus, "selectBus"); this.selectBus.Name = "selectBus"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // comboBoxParameters // this.comboBoxParameters.DisplayMember = "Path"; resources.ApplyResources(this.comboBoxParameters, "comboBoxParameters"); this.comboBoxParameters.Name = "comboBoxParameters"; // // comboBoxType // this.comboBoxType.DisplayMember = "Path"; this.comboBoxType.Items.AddRange(new object[] { resources.GetString("comboBoxType.Items"), resources.GetString("comboBoxType.Items1"), resources.GetString("comboBoxType.Items2"), resources.GetString("comboBoxType.Items3") }); resources.ApplyResources(this.comboBoxType, "comboBoxType"); this.comboBoxType.Name = "comboBoxType"; // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // NewAndUpdateFeedback // this.Controls.Add(this.comboBoxParameters); this.Controls.Add(this.selectBus); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxType); this.Controls.Add(this.label5); this.Name = "NewAndUpdateFeedback"; resources.ApplyResources(this, "$this"); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewAndUpdatePower)); this.selectBus = new nSrcp.Client.SelectBus(); this.SuspendLayout(); // // selectBus // resources.ApplyResources(this.selectBus, "selectBus"); this.selectBus.Name = "selectBus"; // // NewAndUpdatePower // this.Controls.Add(this.selectBus); this.Name = "NewAndUpdatePower"; resources.ApplyResources(this, "$this"); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewAndUpdateGenericAccessory)); this.textBoxAddress = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBoxAdditionalParameters = new System.Windows.Forms.TextBox(); this.selectBus = new nSrcp.Client.SelectBus(); this.comboBoxType = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.textBoxPorts = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // textBoxAddress // resources.ApplyResources(this.textBoxAddress, "textBoxAddress"); this.textBoxAddress.Name = "textBoxAddress"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // textBoxAdditionalParameters // resources.ApplyResources(this.textBoxAdditionalParameters, "textBoxAdditionalParameters"); this.textBoxAdditionalParameters.Name = "textBoxAdditionalParameters"; // // selectBus // resources.ApplyResources(this.selectBus, "selectBus"); this.selectBus.Name = "selectBus"; // // comboBoxType // this.comboBoxType.DisplayMember = "Path"; this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.comboBoxType, "comboBoxType"); this.comboBoxType.Name = "comboBoxType"; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // textBoxPorts // resources.ApplyResources(this.textBoxPorts, "textBoxPorts"); this.textBoxPorts.Name = "textBoxPorts"; this.textBoxPorts.Validating += new System.ComponentModel.CancelEventHandler(this.comboBoxSteps_Validating); // // NewAndUpdateGenericAccessory // this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.textBoxAdditionalParameters); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxType); this.Controls.Add(this.textBoxAddress); this.Controls.Add(this.selectBus); this.Controls.Add(this.label6); this.Controls.Add(this.textBoxPorts); this.Name = "NewAndUpdateGenericAccessory"; resources.ApplyResources(this, "$this"); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewAndUpdateGenericLoc)); this.textBoxAddress = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.selectBus = new nSrcp.Client.SelectBus(); this.comboBoxType = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.comboBoxSteps = new System.Windows.Forms.ComboBox(); this.textBoxFunctions = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // textBoxAddress // resources.ApplyResources(this.textBoxAddress, "textBoxAddress"); this.textBoxAddress.Name = "textBoxAddress"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // selectBus // resources.ApplyResources(this.selectBus, "selectBus"); this.selectBus.Name = "selectBus"; // // comboBoxType // this.comboBoxType.DisplayMember = "Path"; this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.comboBoxType, "comboBoxType"); this.comboBoxType.Name = "comboBoxType"; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // comboBoxSteps // this.comboBoxSteps.Items.AddRange(new object[] { resources.GetString("comboBoxSteps.Items"), resources.GetString("comboBoxSteps.Items1"), resources.GetString("comboBoxSteps.Items2"), resources.GetString("comboBoxSteps.Items3") }); resources.ApplyResources(this.comboBoxSteps, "comboBoxSteps"); this.comboBoxSteps.Name = "comboBoxSteps"; this.comboBoxSteps.Validating += new System.ComponentModel.CancelEventHandler(this.comboBoxSteps_Validating); // // textBoxFunctions // resources.ApplyResources(this.textBoxFunctions, "textBoxFunctions"); this.textBoxFunctions.Name = "textBoxFunctions"; // // NewAndUpdateGenericLoc // this.Controls.Add(this.textBoxFunctions); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxType); this.Controls.Add(this.textBoxAddress); this.Controls.Add(this.selectBus); this.Controls.Add(this.label6); this.Controls.Add(this.comboBoxSteps); this.Name = "NewAndUpdateGenericLoc"; resources.ApplyResources(this, "$this"); this.ResumeLayout(false); this.PerformLayout(); }