/// /// Copyright (c) 2018 Sensus Slovensko a.s. /// namespace TBF.BenchControl.Various.ManualLevelMsrmnt { partial class WaterLevelForm { /// /// 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.waterLevelGroupBox = new System.Windows.Forms.GroupBox(); this.waterLevelTextBox = new System.Windows.Forms.TextBox(); this.okButton = new System.Windows.Forms.Button(); this.waterLevelGroupBox.SuspendLayout(); this.SuspendLayout(); // // waterLevelGroupBox // this.waterLevelGroupBox.Controls.Add(this.waterLevelTextBox); this.waterLevelGroupBox.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.waterLevelGroupBox.ForeColor = System.Drawing.Color.Black; this.waterLevelGroupBox.Location = new System.Drawing.Point(25, 16); this.waterLevelGroupBox.Name = "waterLevelGroupBox"; this.waterLevelGroupBox.Size = new System.Drawing.Size(377, 81); this.waterLevelGroupBox.TabIndex = 1; this.waterLevelGroupBox.TabStop = false; this.waterLevelGroupBox.Text = "Water level in mm"; // // waterLevelTextBox // this.waterLevelTextBox.Location = new System.Drawing.Point(191, 31); this.waterLevelTextBox.Name = "waterLevelTextBox"; this.waterLevelTextBox.Size = new System.Drawing.Size(163, 31); this.waterLevelTextBox.TabIndex = 1; this.waterLevelTextBox.TextChanged += new System.EventHandler(this.waterLevelTextBox_TextChanged); // // okButton // this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.okButton.ForeColor = System.Drawing.Color.Black; this.okButton.Location = new System.Drawing.Point(437, 30); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(98, 63); this.okButton.TabIndex = 7; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // WaterLevelForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DarkGoldenrod; this.ClientSize = new System.Drawing.Size(571, 123); this.Controls.Add(this.okButton); this.Controls.Add(this.waterLevelGroupBox); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "WaterLevelForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Water level in mm"; this.TopMost = true; this.Load += new System.EventHandler(this.WaterLevelForm_Load); this.waterLevelGroupBox.ResumeLayout(false); this.waterLevelGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox waterLevelGroupBox; private System.Windows.Forms.Button okButton; private System.Windows.Forms.TextBox waterLevelTextBox; } }