namespace GfxTabletWinDotnet { partial class GfxTabletSettings { /// /// 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.label1 = new System.Windows.Forms.Label(); this.txtX = new System.Windows.Forms.TextBox(); this.txtY = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtPressure = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtButton = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtIpAddress = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 84); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 17); this.label1.TabIndex = 0; this.label1.Text = "X"; // // txtX // this.txtX.Location = new System.Drawing.Point(99, 84); this.txtX.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtX.Name = "txtX"; this.txtX.ReadOnly = true; this.txtX.Size = new System.Drawing.Size(132, 22); this.txtX.TabIndex = 1; // // txtY // this.txtY.Location = new System.Drawing.Point(99, 116); this.txtY.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtY.Name = "txtY"; this.txtY.ReadOnly = true; this.txtY.Size = new System.Drawing.Size(132, 22); this.txtY.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 116); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 17); this.label2.TabIndex = 2; this.label2.Text = "Y"; // // txtPressure // this.txtPressure.Location = new System.Drawing.Point(99, 148); this.txtPressure.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtPressure.Name = "txtPressure"; this.txtPressure.ReadOnly = true; this.txtPressure.Size = new System.Drawing.Size(132, 22); this.txtPressure.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 148); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 17); this.label3.TabIndex = 4; this.label3.Text = "Pressure"; // // txtButton // this.txtButton.Location = new System.Drawing.Point(99, 180); this.txtButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtButton.Name = "txtButton"; this.txtButton.ReadOnly = true; this.txtButton.Size = new System.Drawing.Size(132, 22); this.txtButton.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(27, 180); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(49, 17); this.label4.TabIndex = 6; this.label4.Text = "Button"; // // txtIpAddress // this.txtIpAddress.Location = new System.Drawing.Point(112, 16); this.txtIpAddress.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtIpAddress.Name = "txtIpAddress"; this.txtIpAddress.ReadOnly = true; this.txtIpAddress.Size = new System.Drawing.Size(224, 22); this.txtIpAddress.TabIndex = 8; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(27, 20); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(76, 17); this.label5.TabIndex = 9; this.label5.Text = "IP Address"; // // GfxTabletSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(379, 321); this.Controls.Add(this.label5); this.Controls.Add(this.txtIpAddress); this.Controls.Add(this.txtButton); this.Controls.Add(this.label4); this.Controls.Add(this.txtPressure); this.Controls.Add(this.label3); this.Controls.Add(this.txtY); this.Controls.Add(this.label2); this.Controls.Add(this.txtX); this.Controls.Add(this.label1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "GfxTabletSettings"; this.Text = "GfxTablet Info"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtX; private System.Windows.Forms.TextBox txtY; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPressure; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtButton; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtIpAddress; private System.Windows.Forms.Label label5; } }