namespace DataStreamInterfaceTest { partial class GetStateDlg { /// /// 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.stateTextBox = new System.Windows.Forms.TextBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.parameterTextBox = new System.Windows.Forms.TextBox(); this.stateLabel = new System.Windows.Forms.Label(); this.parameterLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // stateTextBox // this.stateTextBox.Location = new System.Drawing.Point(89, 16); this.stateTextBox.Name = "stateTextBox"; this.stateTextBox.Size = new System.Drawing.Size(100, 20); this.stateTextBox.TabIndex = 0; // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.Location = new System.Drawing.Point(225, 24); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 36); this.okButton.TabIndex = 1; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(316, 24); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 36); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // parameterTextBox // this.parameterTextBox.Location = new System.Drawing.Point(89, 46); this.parameterTextBox.Name = "parameterTextBox"; this.parameterTextBox.Size = new System.Drawing.Size(100, 20); this.parameterTextBox.TabIndex = 3; // // stateLabel // this.stateLabel.AutoSize = true; this.stateLabel.Location = new System.Drawing.Point(12, 19); this.stateLabel.Name = "stateLabel"; this.stateLabel.Size = new System.Drawing.Size(32, 13); this.stateLabel.TabIndex = 4; this.stateLabel.Text = "State"; // // parameterLabel // this.parameterLabel.AutoSize = true; this.parameterLabel.Location = new System.Drawing.Point(12, 49); this.parameterLabel.Name = "parameterLabel"; this.parameterLabel.Size = new System.Drawing.Size(55, 13); this.parameterLabel.TabIndex = 5; this.parameterLabel.Text = "Parameter"; // // GetStateDlg // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(419, 79); this.ControlBox = false; this.Controls.Add(this.parameterLabel); this.Controls.Add(this.stateLabel); this.Controls.Add(this.parameterTextBox); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.stateTextBox); this.Name = "GetStateDlg"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Enter state please"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox stateTextBox; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.TextBox parameterTextBox; private System.Windows.Forms.Label stateLabel; private System.Windows.Forms.Label parameterLabel; } }