namespace Fietsclient.User_Controls { partial class UcSettings { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.cmbChooseCom = new System.Windows.Forms.ComboBox(); this.pgbInit = new System.Windows.Forms.ProgressBar(); this.btnCloseCom = new System.Windows.Forms.Button(); this.btnStartAsking = new System.Windows.Forms.Button(); this.SuspendLayout(); // // cmbChooseCom // this.cmbChooseCom.FormattingEnabled = true; this.cmbChooseCom.Location = new System.Drawing.Point(283, 194); this.cmbChooseCom.Name = "cmbChooseCom"; this.cmbChooseCom.Size = new System.Drawing.Size(129, 24); this.cmbChooseCom.TabIndex = 0; this.cmbChooseCom.SelectionChangeCommitted += new System.EventHandler(this.cmbChooseCom_SelectionChangeCommitted); // // pgbInit // this.pgbInit.Location = new System.Drawing.Point(283, 224); this.pgbInit.Name = "pgbInit"; this.pgbInit.Size = new System.Drawing.Size(129, 23); this.pgbInit.TabIndex = 1; // // btnCloseCom // this.btnCloseCom.Location = new System.Drawing.Point(432, 224); this.btnCloseCom.Name = "btnCloseCom"; this.btnCloseCom.Size = new System.Drawing.Size(181, 23); this.btnCloseCom.TabIndex = 3; this.btnCloseCom.Text = "Close Comport"; this.btnCloseCom.UseVisualStyleBackColor = true; this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click); // // btnStartAsking // this.btnStartAsking.Location = new System.Drawing.Point(432, 194); this.btnStartAsking.Name = "btnStartAsking"; this.btnStartAsking.Size = new System.Drawing.Size(181, 23); this.btnStartAsking.TabIndex = 4; this.btnStartAsking.Text = "Start Asking Status"; this.btnStartAsking.UseVisualStyleBackColor = true; this.btnStartAsking.Click += new System.EventHandler(this.btnStartAsking_Click); // // UcSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnStartAsking); this.Controls.Add(this.btnCloseCom); this.Controls.Add(this.pgbInit); this.Controls.Add(this.cmbChooseCom); this.Name = "UcSettings"; this.Size = new System.Drawing.Size(1035, 596); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox cmbChooseCom; private System.Windows.Forms.ProgressBar pgbInit; private System.Windows.Forms.Button btnCloseCom; private System.Windows.Forms.Button btnStartAsking; } }