namespace TBF.UI.ResultsMI { partial class SendAgainDBAndWMSelectionForm { /// /// 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.databaseComboBox = new System.Windows.Forms.ComboBox(); this.databaseLabel = new System.Windows.Forms.Label(); this.waterMetersLabel = new System.Windows.Forms.Label(); this.waterMetersComboBox = new System.Windows.Forms.ComboBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // databaseComboBox // this.databaseComboBox.FormattingEnabled = true; this.databaseComboBox.Location = new System.Drawing.Point(151, 27); this.databaseComboBox.Name = "databaseComboBox"; this.databaseComboBox.Size = new System.Drawing.Size(163, 21); this.databaseComboBox.TabIndex = 0; // // databaseLabel // this.databaseLabel.AutoSize = true; this.databaseLabel.Location = new System.Drawing.Point(36, 30); this.databaseLabel.Name = "databaseLabel"; this.databaseLabel.Size = new System.Drawing.Size(53, 13); this.databaseLabel.TabIndex = 1; this.databaseLabel.Text = "Database"; // // waterMetersLabel // this.waterMetersLabel.AutoSize = true; this.waterMetersLabel.Location = new System.Drawing.Point(36, 65); this.waterMetersLabel.Name = "waterMetersLabel"; this.waterMetersLabel.Size = new System.Drawing.Size(70, 13); this.waterMetersLabel.TabIndex = 2; this.waterMetersLabel.Text = "Water meters"; // // waterMetersComboBox // this.waterMetersComboBox.FormattingEnabled = true; this.waterMetersComboBox.Location = new System.Drawing.Point(151, 62); this.waterMetersComboBox.Name = "waterMetersComboBox"; this.waterMetersComboBox.Size = new System.Drawing.Size(163, 21); this.waterMetersComboBox.TabIndex = 3; // // 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(106, 115); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(92, 40); this.okButton.TabIndex = 4; 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.Location = new System.Drawing.Point(222, 115); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(92, 40); this.cancelButton.TabIndex = 5; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // SendAgainDBAndWMSelectionForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(347, 181); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.waterMetersComboBox); this.Controls.Add(this.waterMetersLabel); this.Controls.Add(this.databaseLabel); this.Controls.Add(this.databaseComboBox); this.Name = "SendAgainDBAndWMSelectionForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Database and water meter selection"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox databaseComboBox; private System.Windows.Forms.Label databaseLabel; private System.Windows.Forms.Label waterMetersLabel; private System.Windows.Forms.ComboBox waterMetersComboBox; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; } }