328 lines
15 KiB
C#
328 lines
15 KiB
C#
///
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Rig.Output.FileWriters.ImageArchiver
|
|
{
|
|
partial class ArchiverCfgCtrl
|
|
{
|
|
/// <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 Component 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.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.classNameLabel = new System.Windows.Forms.Label();
|
|
this.destinationTextBox = new System.Windows.Forms.TextBox();
|
|
this.destinationLabel = new System.Windows.Forms.Label();
|
|
this.destinationButton = new System.Windows.Forms.Button();
|
|
this.yearFoldersLabel = new System.Windows.Forms.Label();
|
|
this.monthFoldersLabel = new System.Windows.Forms.Label();
|
|
this.dayFoldersLabel = new System.Windows.Forms.Label();
|
|
this.yearFoldersComboBox = new System.Windows.Forms.ComboBox();
|
|
this.monthFoldersComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayFoldersComboBox = new System.Windows.Forms.ComboBox();
|
|
this.destination2Button = new System.Windows.Forms.Button();
|
|
this.destination2TextBox = new System.Windows.Forms.TextBox();
|
|
this.destination2Label = new System.Windows.Forms.Label();
|
|
this.archiveFmtTextBox = new System.Windows.Forms.TextBox();
|
|
this.archiveFmtLabel = new System.Windows.Forms.Label();
|
|
this.goodOnlyCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(108, 31);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(146, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(17, 34);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(105, 9);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// destinationTextBox
|
|
//
|
|
this.destinationTextBox.Enabled = false;
|
|
this.destinationTextBox.Location = new System.Drawing.Point(108, 54);
|
|
this.destinationTextBox.Name = "destinationTextBox";
|
|
this.destinationTextBox.Size = new System.Drawing.Size(221, 20);
|
|
this.destinationTextBox.TabIndex = 4;
|
|
//
|
|
// destinationLabel
|
|
//
|
|
this.destinationLabel.AutoSize = true;
|
|
this.destinationLabel.Location = new System.Drawing.Point(17, 57);
|
|
this.destinationLabel.Name = "destinationLabel";
|
|
this.destinationLabel.Size = new System.Drawing.Size(60, 13);
|
|
this.destinationLabel.TabIndex = 3;
|
|
this.destinationLabel.Text = "Destination";
|
|
//
|
|
// destinationButton
|
|
//
|
|
this.destinationButton.Enabled = false;
|
|
this.destinationButton.Location = new System.Drawing.Point(335, 53);
|
|
this.destinationButton.Name = "destinationButton";
|
|
this.destinationButton.Size = new System.Drawing.Size(30, 20);
|
|
this.destinationButton.TabIndex = 16;
|
|
this.destinationButton.Text = "...";
|
|
this.destinationButton.UseVisualStyleBackColor = true;
|
|
this.destinationButton.Click += new System.EventHandler(this.destinationButton_Click);
|
|
//
|
|
// yearFoldersLabel
|
|
//
|
|
this.yearFoldersLabel.AutoSize = true;
|
|
this.yearFoldersLabel.Location = new System.Drawing.Point(17, 103);
|
|
this.yearFoldersLabel.Name = "yearFoldersLabel";
|
|
this.yearFoldersLabel.Size = new System.Drawing.Size(63, 13);
|
|
this.yearFoldersLabel.TabIndex = 7;
|
|
this.yearFoldersLabel.Text = "Year folders";
|
|
//
|
|
// monthFoldersLabel
|
|
//
|
|
this.monthFoldersLabel.AutoSize = true;
|
|
this.monthFoldersLabel.Location = new System.Drawing.Point(17, 127);
|
|
this.monthFoldersLabel.Name = "monthFoldersLabel";
|
|
this.monthFoldersLabel.Size = new System.Drawing.Size(71, 13);
|
|
this.monthFoldersLabel.TabIndex = 9;
|
|
this.monthFoldersLabel.Text = "Month folders";
|
|
//
|
|
// dayFoldersLabel
|
|
//
|
|
this.dayFoldersLabel.AutoSize = true;
|
|
this.dayFoldersLabel.Location = new System.Drawing.Point(17, 151);
|
|
this.dayFoldersLabel.Name = "dayFoldersLabel";
|
|
this.dayFoldersLabel.Size = new System.Drawing.Size(60, 13);
|
|
this.dayFoldersLabel.TabIndex = 11;
|
|
this.dayFoldersLabel.Text = "Day folders";
|
|
//
|
|
// yearFoldersComboBox
|
|
//
|
|
this.yearFoldersComboBox.Enabled = false;
|
|
this.yearFoldersComboBox.FormattingEnabled = true;
|
|
this.yearFoldersComboBox.Location = new System.Drawing.Point(108, 100);
|
|
this.yearFoldersComboBox.Name = "yearFoldersComboBox";
|
|
this.yearFoldersComboBox.Size = new System.Drawing.Size(146, 21);
|
|
this.yearFoldersComboBox.TabIndex = 8;
|
|
//
|
|
// monthFoldersComboBox
|
|
//
|
|
this.monthFoldersComboBox.Enabled = false;
|
|
this.monthFoldersComboBox.FormattingEnabled = true;
|
|
this.monthFoldersComboBox.Location = new System.Drawing.Point(108, 124);
|
|
this.monthFoldersComboBox.Name = "monthFoldersComboBox";
|
|
this.monthFoldersComboBox.Size = new System.Drawing.Size(146, 21);
|
|
this.monthFoldersComboBox.TabIndex = 10;
|
|
//
|
|
// dayFoldersComboBox
|
|
//
|
|
this.dayFoldersComboBox.Enabled = false;
|
|
this.dayFoldersComboBox.FormattingEnabled = true;
|
|
this.dayFoldersComboBox.Location = new System.Drawing.Point(108, 148);
|
|
this.dayFoldersComboBox.Name = "dayFoldersComboBox";
|
|
this.dayFoldersComboBox.Size = new System.Drawing.Size(146, 21);
|
|
this.dayFoldersComboBox.TabIndex = 12;
|
|
//
|
|
// destination2Button
|
|
//
|
|
this.destination2Button.Enabled = false;
|
|
this.destination2Button.Location = new System.Drawing.Point(335, 78);
|
|
this.destination2Button.Name = "destination2Button";
|
|
this.destination2Button.Size = new System.Drawing.Size(30, 20);
|
|
this.destination2Button.TabIndex = 17;
|
|
this.destination2Button.Text = "...";
|
|
this.destination2Button.UseVisualStyleBackColor = true;
|
|
//
|
|
// destination2TextBox
|
|
//
|
|
this.destination2TextBox.Enabled = false;
|
|
this.destination2TextBox.Location = new System.Drawing.Point(108, 77);
|
|
this.destination2TextBox.Name = "destination2TextBox";
|
|
this.destination2TextBox.Size = new System.Drawing.Size(221, 20);
|
|
this.destination2TextBox.TabIndex = 6;
|
|
//
|
|
// destination2Label
|
|
//
|
|
this.destination2Label.AutoSize = true;
|
|
this.destination2Label.Location = new System.Drawing.Point(17, 80);
|
|
this.destination2Label.Name = "destination2Label";
|
|
this.destination2Label.Size = new System.Drawing.Size(69, 13);
|
|
this.destination2Label.TabIndex = 5;
|
|
this.destination2Label.Text = "Destination 2";
|
|
//
|
|
// archiveFmtTextBox
|
|
//
|
|
this.archiveFmtTextBox.Enabled = false;
|
|
this.archiveFmtTextBox.Location = new System.Drawing.Point(108, 172);
|
|
this.archiveFmtTextBox.Name = "archiveFmtTextBox";
|
|
this.archiveFmtTextBox.Size = new System.Drawing.Size(223, 20);
|
|
this.archiveFmtTextBox.TabIndex = 14;
|
|
//
|
|
// archiveFmtLabel
|
|
//
|
|
this.archiveFmtLabel.AutoSize = true;
|
|
this.archiveFmtLabel.Location = new System.Drawing.Point(17, 175);
|
|
this.archiveFmtLabel.Name = "archiveFmtLabel";
|
|
this.archiveFmtLabel.Size = new System.Drawing.Size(75, 13);
|
|
this.archiveFmtLabel.TabIndex = 13;
|
|
this.archiveFmtLabel.Text = "Archive format";
|
|
//
|
|
// goodOnlyCheckBox
|
|
//
|
|
this.goodOnlyCheckBox.AutoSize = true;
|
|
this.goodOnlyCheckBox.Location = new System.Drawing.Point(108, 200);
|
|
this.goodOnlyCheckBox.Name = "goodOnlyCheckBox";
|
|
this.goodOnlyCheckBox.Size = new System.Drawing.Size(74, 17);
|
|
this.goodOnlyCheckBox.TabIndex = 15;
|
|
this.goodOnlyCheckBox.Text = "Good only";
|
|
this.goodOnlyCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(337, 175);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(101, 13);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.Text = "{0} = start date/time";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(337, 190);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(99, 13);
|
|
this.label2.TabIndex = 19;
|
|
this.label2.Text = "{1} = end date/time";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(337, 219);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(92, 13);
|
|
this.label4.TabIndex = 20;
|
|
this.label4.Text = "{3} = WM position";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(337, 233);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(72, 13);
|
|
this.label5.TabIndex = 21;
|
|
this.label5.Text = "{4} = WM s/n";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(337, 204);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(76, 13);
|
|
this.label3.TabIndex = 22;
|
|
this.label3.Text = "{2} = Batch nr.";
|
|
//
|
|
// ArchiverCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.goodOnlyCheckBox);
|
|
this.Controls.Add(this.archiveFmtTextBox);
|
|
this.Controls.Add(this.archiveFmtLabel);
|
|
this.Controls.Add(this.destination2Button);
|
|
this.Controls.Add(this.destination2TextBox);
|
|
this.Controls.Add(this.destination2Label);
|
|
this.Controls.Add(this.dayFoldersComboBox);
|
|
this.Controls.Add(this.monthFoldersComboBox);
|
|
this.Controls.Add(this.yearFoldersComboBox);
|
|
this.Controls.Add(this.dayFoldersLabel);
|
|
this.Controls.Add(this.monthFoldersLabel);
|
|
this.Controls.Add(this.yearFoldersLabel);
|
|
this.Controls.Add(this.destinationButton);
|
|
this.Controls.Add(this.destinationTextBox);
|
|
this.Controls.Add(this.destinationLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "ArchiverCfgCtrl";
|
|
this.Size = new System.Drawing.Size(455, 350);
|
|
this.Load += new System.EventHandler(this.ArchiverCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label classNameLabel;
|
|
private System.Windows.Forms.TextBox destinationTextBox;
|
|
private System.Windows.Forms.Label destinationLabel;
|
|
private System.Windows.Forms.Button destinationButton;
|
|
private System.Windows.Forms.Label yearFoldersLabel;
|
|
private System.Windows.Forms.Label monthFoldersLabel;
|
|
private System.Windows.Forms.Label dayFoldersLabel;
|
|
private System.Windows.Forms.ComboBox yearFoldersComboBox;
|
|
private System.Windows.Forms.ComboBox monthFoldersComboBox;
|
|
private System.Windows.Forms.ComboBox dayFoldersComboBox;
|
|
private System.Windows.Forms.Button destination2Button;
|
|
private System.Windows.Forms.TextBox destination2TextBox;
|
|
private System.Windows.Forms.Label destination2Label;
|
|
private System.Windows.Forms.TextBox archiveFmtTextBox;
|
|
private System.Windows.Forms.Label archiveFmtLabel;
|
|
private System.Windows.Forms.CheckBox goodOnlyCheckBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
}
|