244 lines
12 KiB
C#
244 lines
12 KiB
C#
namespace TBF.UI.ResultsMI
|
|
{
|
|
partial class DeleteFromOracleForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.selectWhatToDeleteGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.waterMetersRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.batchRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.waterMetersTextBox = new System.Windows.Forms.TextBox();
|
|
this.startButton = new System.Windows.Forms.Button();
|
|
this.activityGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.activityTextBox = new System.Windows.Forms.TextBox();
|
|
this.wmTypeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.s640RadioButton = new System.Windows.Forms.RadioButton();
|
|
this.s620RadioButton = new System.Windows.Forms.RadioButton();
|
|
this.iPerlRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.batchNrTextBox = new System.Windows.Forms.TextBox();
|
|
this.selectWhatToDeleteGroupBox.SuspendLayout();
|
|
this.activityGroupBox.SuspendLayout();
|
|
this.wmTypeGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// selectWhatToDeleteGroupBox
|
|
//
|
|
this.selectWhatToDeleteGroupBox.Controls.Add(this.waterMetersRadioButton);
|
|
this.selectWhatToDeleteGroupBox.Controls.Add(this.batchRadioButton);
|
|
this.selectWhatToDeleteGroupBox.Location = new System.Drawing.Point(117, 16);
|
|
this.selectWhatToDeleteGroupBox.Name = "selectWhatToDeleteGroupBox";
|
|
this.selectWhatToDeleteGroupBox.Size = new System.Drawing.Size(134, 110);
|
|
this.selectWhatToDeleteGroupBox.TabIndex = 0;
|
|
this.selectWhatToDeleteGroupBox.TabStop = false;
|
|
this.selectWhatToDeleteGroupBox.Text = "Select what to delete";
|
|
//
|
|
// waterMetersRadioButton
|
|
//
|
|
this.waterMetersRadioButton.AutoSize = true;
|
|
this.waterMetersRadioButton.Location = new System.Drawing.Point(16, 45);
|
|
this.waterMetersRadioButton.Name = "waterMetersRadioButton";
|
|
this.waterMetersRadioButton.Size = new System.Drawing.Size(88, 17);
|
|
this.waterMetersRadioButton.TabIndex = 1;
|
|
this.waterMetersRadioButton.Text = "Water meters";
|
|
this.waterMetersRadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// batchRadioButton
|
|
//
|
|
this.batchRadioButton.AutoSize = true;
|
|
this.batchRadioButton.Checked = true;
|
|
this.batchRadioButton.Location = new System.Drawing.Point(16, 23);
|
|
this.batchRadioButton.Name = "batchRadioButton";
|
|
this.batchRadioButton.Size = new System.Drawing.Size(53, 17);
|
|
this.batchRadioButton.TabIndex = 0;
|
|
this.batchRadioButton.TabStop = true;
|
|
this.batchRadioButton.Text = "Batch";
|
|
this.batchRadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// waterMetersTextBox
|
|
//
|
|
this.waterMetersTextBox.Location = new System.Drawing.Point(267, 70);
|
|
this.waterMetersTextBox.Multiline = true;
|
|
this.waterMetersTextBox.Name = "waterMetersTextBox";
|
|
this.waterMetersTextBox.Size = new System.Drawing.Size(211, 56);
|
|
this.waterMetersTextBox.TabIndex = 2;
|
|
//
|
|
// startButton
|
|
//
|
|
this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.startButton.Location = new System.Drawing.Point(494, 24);
|
|
this.startButton.Name = "startButton";
|
|
this.startButton.Size = new System.Drawing.Size(70, 40);
|
|
this.startButton.TabIndex = 1;
|
|
this.startButton.Text = "Start";
|
|
this.startButton.UseVisualStyleBackColor = true;
|
|
this.startButton.Click += new System.EventHandler(this.startButton_Click);
|
|
//
|
|
// activityGroupBox
|
|
//
|
|
this.activityGroupBox.Controls.Add(this.activityTextBox);
|
|
this.activityGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.activityGroupBox.Location = new System.Drawing.Point(0, 0);
|
|
this.activityGroupBox.Name = "activityGroupBox";
|
|
this.activityGroupBox.Size = new System.Drawing.Size(584, 317);
|
|
this.activityGroupBox.TabIndex = 2;
|
|
this.activityGroupBox.TabStop = false;
|
|
this.activityGroupBox.Text = "Activity";
|
|
//
|
|
// activityTextBox
|
|
//
|
|
this.activityTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.activityTextBox.Location = new System.Drawing.Point(3, 16);
|
|
this.activityTextBox.Multiline = true;
|
|
this.activityTextBox.Name = "activityTextBox";
|
|
this.activityTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.activityTextBox.Size = new System.Drawing.Size(578, 298);
|
|
this.activityTextBox.TabIndex = 0;
|
|
//
|
|
// wmTypeGroupBox
|
|
//
|
|
this.wmTypeGroupBox.Controls.Add(this.s640RadioButton);
|
|
this.wmTypeGroupBox.Controls.Add(this.s620RadioButton);
|
|
this.wmTypeGroupBox.Controls.Add(this.iPerlRadioButton);
|
|
this.wmTypeGroupBox.Location = new System.Drawing.Point(13, 15);
|
|
this.wmTypeGroupBox.Name = "wmTypeGroupBox";
|
|
this.wmTypeGroupBox.Size = new System.Drawing.Size(98, 111);
|
|
this.wmTypeGroupBox.TabIndex = 3;
|
|
this.wmTypeGroupBox.TabStop = false;
|
|
this.wmTypeGroupBox.Text = "WM Type";
|
|
//
|
|
// s640RadioButton
|
|
//
|
|
this.s640RadioButton.AutoSize = true;
|
|
this.s640RadioButton.Location = new System.Drawing.Point(15, 65);
|
|
this.s640RadioButton.Name = "s640RadioButton";
|
|
this.s640RadioButton.Size = new System.Drawing.Size(43, 17);
|
|
this.s640RadioButton.TabIndex = 2;
|
|
this.s640RadioButton.TabStop = true;
|
|
this.s640RadioButton.Text = "640";
|
|
this.s640RadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// s620RadioButton
|
|
//
|
|
this.s620RadioButton.AutoSize = true;
|
|
this.s620RadioButton.Location = new System.Drawing.Point(15, 44);
|
|
this.s620RadioButton.Name = "s620RadioButton";
|
|
this.s620RadioButton.Size = new System.Drawing.Size(43, 17);
|
|
this.s620RadioButton.TabIndex = 1;
|
|
this.s620RadioButton.TabStop = true;
|
|
this.s620RadioButton.Text = "620";
|
|
this.s620RadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// iPerlRadioButton
|
|
//
|
|
this.iPerlRadioButton.AutoSize = true;
|
|
this.iPerlRadioButton.Checked = true;
|
|
this.iPerlRadioButton.Location = new System.Drawing.Point(15, 21);
|
|
this.iPerlRadioButton.Name = "iPerlRadioButton";
|
|
this.iPerlRadioButton.Size = new System.Drawing.Size(55, 17);
|
|
this.iPerlRadioButton.TabIndex = 0;
|
|
this.iPerlRadioButton.TabStop = true;
|
|
this.iPerlRadioButton.Text = "iPERL";
|
|
this.iPerlRadioButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.IsSplitterFixed = true;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.batchNrTextBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.wmTypeGroupBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.waterMetersTextBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.startButton);
|
|
this.splitContainer1.Panel1.Controls.Add(this.selectWhatToDeleteGroupBox);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.activityGroupBox);
|
|
this.splitContainer1.Size = new System.Drawing.Size(584, 461);
|
|
this.splitContainer1.SplitterDistance = 140;
|
|
this.splitContainer1.TabIndex = 4;
|
|
//
|
|
// batchNrTextBox
|
|
//
|
|
this.batchNrTextBox.Location = new System.Drawing.Point(378, 33);
|
|
this.batchNrTextBox.Name = "batchNrTextBox";
|
|
this.batchNrTextBox.Size = new System.Drawing.Size(100, 20);
|
|
this.batchNrTextBox.TabIndex = 3;
|
|
//
|
|
// DeleteFromOracleForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(584, 461);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.MinimumSize = new System.Drawing.Size(600, 500);
|
|
this.Name = "DeleteFromOracleForm";
|
|
this.Text = "Delete Data From Oracle";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DeleteFromOracleForm_FormClosing);
|
|
this.selectWhatToDeleteGroupBox.ResumeLayout(false);
|
|
this.selectWhatToDeleteGroupBox.PerformLayout();
|
|
this.activityGroupBox.ResumeLayout(false);
|
|
this.activityGroupBox.PerformLayout();
|
|
this.wmTypeGroupBox.ResumeLayout(false);
|
|
this.wmTypeGroupBox.PerformLayout();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox selectWhatToDeleteGroupBox;
|
|
private System.Windows.Forms.TextBox waterMetersTextBox;
|
|
private System.Windows.Forms.RadioButton waterMetersRadioButton;
|
|
private System.Windows.Forms.RadioButton batchRadioButton;
|
|
private System.Windows.Forms.Button startButton;
|
|
private System.Windows.Forms.GroupBox activityGroupBox;
|
|
private System.Windows.Forms.TextBox activityTextBox;
|
|
private System.Windows.Forms.GroupBox wmTypeGroupBox;
|
|
private System.Windows.Forms.RadioButton s640RadioButton;
|
|
private System.Windows.Forms.RadioButton s620RadioButton;
|
|
private System.Windows.Forms.RadioButton iPerlRadioButton;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.TextBox batchNrTextBox;
|
|
}
|
|
} |