namespace ws_java_ee5_jboss_client { partial class frmWsClient { /// /// 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.lblEndpoint = new System.Windows.Forms.Label(); this.txtEndpoint = new System.Windows.Forms.TextBox(); this.btnConsumir = new System.Windows.Forms.Button(); this.txtWsResult = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // lblEndpoint // this.lblEndpoint.AutoSize = true; this.lblEndpoint.Location = new System.Drawing.Point(25, 13); this.lblEndpoint.Name = "lblEndpoint"; this.lblEndpoint.Size = new System.Drawing.Size(52, 13); this.lblEndpoint.TabIndex = 0; this.lblEndpoint.Text = "Endpoint:"; // // txtEndpoint // this.txtEndpoint.Location = new System.Drawing.Point(83, 10); this.txtEndpoint.Name = "txtEndpoint"; this.txtEndpoint.ReadOnly = true; this.txtEndpoint.Size = new System.Drawing.Size(327, 20); this.txtEndpoint.TabIndex = 1; // // btnConsumir // this.btnConsumir.Location = new System.Drawing.Point(429, 8); this.btnConsumir.Name = "btnConsumir"; this.btnConsumir.Size = new System.Drawing.Size(75, 23); this.btnConsumir.TabIndex = 2; this.btnConsumir.Text = "Consumir"; this.btnConsumir.UseVisualStyleBackColor = true; this.btnConsumir.Click += new System.EventHandler(this.btnConsumir_Click); // // txtWsResult // this.txtWsResult.Location = new System.Drawing.Point(24, 57); this.txtWsResult.Multiline = true; this.txtWsResult.Name = "txtWsResult"; this.txtWsResult.ReadOnly = true; this.txtWsResult.Size = new System.Drawing.Size(480, 121); this.txtWsResult.TabIndex = 3; // // frmWsClient // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(537, 201); this.Controls.Add(this.txtWsResult); this.Controls.Add(this.btnConsumir); this.Controls.Add(this.txtEndpoint); this.Controls.Add(this.lblEndpoint); this.Name = "frmWsClient"; this.Text = "WS-Client :: .NET"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblEndpoint; private System.Windows.Forms.TextBox txtEndpoint; private System.Windows.Forms.Button btnConsumir; private System.Windows.Forms.TextBox txtWsResult; } }