namespace test_sharpupdater { partial class MainWindow { /// /// 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.cboProducts = new System.Windows.Forms.ComboBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.btnUpdate = new System.Windows.Forms.Button(); this.txtResponse = new System.Windows.Forms.TextBox(); this.txtVersion = new System.Windows.Forms.TextBox(); this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // cboProducts // this.cboProducts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboProducts.FormattingEnabled = true; this.cboProducts.Items.AddRange(new object[] { "test_sharpupdater", "sharpmines", "sharprd"}); this.cboProducts.Location = new System.Drawing.Point(3, 3); this.cboProducts.Name = "cboProducts"; this.cboProducts.Size = new System.Drawing.Size(121, 21); this.cboProducts.TabIndex = 2; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2); this.flowLayoutPanel1.Controls.Add(this.txtResponse); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(442, 410); this.flowLayoutPanel1.TabIndex = 3; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.cboProducts); this.flowLayoutPanel2.Controls.Add(this.txtVersion); this.flowLayoutPanel2.Controls.Add(this.btnUpdate); this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(436, 35); this.flowLayoutPanel2.TabIndex = 0; // // btnUpdate // this.btnUpdate.Location = new System.Drawing.Point(236, 3); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(75, 23); this.btnUpdate.TabIndex = 3; this.btnUpdate.Text = "Update"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // txtResponse // this.txtResponse.Location = new System.Drawing.Point(3, 44); this.txtResponse.Multiline = true; this.txtResponse.Name = "txtResponse"; this.txtResponse.Size = new System.Drawing.Size(436, 354); this.txtResponse.TabIndex = 0; // // txtVersion // this.txtVersion.Location = new System.Drawing.Point(130, 3); this.txtVersion.Name = "txtVersion"; this.txtVersion.Size = new System.Drawing.Size(100, 20); this.txtVersion.TabIndex = 4; this.txtVersion.Text = "0.0.1"; // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(442, 410); this.Controls.Add(this.flowLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.Name = "MainWindow"; this.Text = "sharpupdater"; this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cboProducts; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.TextBox txtResponse; private System.Windows.Forms.TextBox txtVersion; } }