194 lines
9.2 KiB
C#
194 lines
9.2 KiB
C#
namespace ProductionTracing.Forms
|
|
{
|
|
partial class StatisticsOptionsDlg
|
|
{
|
|
/// <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.cancelButton = new System.Windows.Forms.Button();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.rowsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.rowsComboBox = new System.Windows.Forms.ComboBox();
|
|
this.columnsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.columnsComboBox = new System.Windows.Forms.ComboBox();
|
|
this.twoDimCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.filterCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.filterGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.filteredValueTextBox = new System.Windows.Forms.TextBox();
|
|
this.filteredItemComboBox = new System.Windows.Forms.ComboBox();
|
|
this.rowsGroupBox.SuspendLayout();
|
|
this.columnsGroupBox.SuspendLayout();
|
|
this.filterGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(353, 268);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(95, 38);
|
|
this.cancelButton.TabIndex = 9;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// 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(242, 268);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(95, 38);
|
|
this.okButton.TabIndex = 8;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// rowsGroupBox
|
|
//
|
|
this.rowsGroupBox.Controls.Add(this.rowsComboBox);
|
|
this.rowsGroupBox.Location = new System.Drawing.Point(30, 35);
|
|
this.rowsGroupBox.Name = "rowsGroupBox";
|
|
this.rowsGroupBox.Size = new System.Drawing.Size(250, 56);
|
|
this.rowsGroupBox.TabIndex = 10;
|
|
this.rowsGroupBox.TabStop = false;
|
|
this.rowsGroupBox.Text = "Rows";
|
|
//
|
|
// rowsComboBox
|
|
//
|
|
this.rowsComboBox.FormattingEnabled = true;
|
|
this.rowsComboBox.Location = new System.Drawing.Point(32, 21);
|
|
this.rowsComboBox.Name = "rowsComboBox";
|
|
this.rowsComboBox.Size = new System.Drawing.Size(185, 21);
|
|
this.rowsComboBox.TabIndex = 0;
|
|
//
|
|
// columnsGroupBox
|
|
//
|
|
this.columnsGroupBox.Controls.Add(this.columnsComboBox);
|
|
this.columnsGroupBox.Location = new System.Drawing.Point(30, 97);
|
|
this.columnsGroupBox.Name = "columnsGroupBox";
|
|
this.columnsGroupBox.Size = new System.Drawing.Size(250, 56);
|
|
this.columnsGroupBox.TabIndex = 11;
|
|
this.columnsGroupBox.TabStop = false;
|
|
this.columnsGroupBox.Text = "Columns";
|
|
//
|
|
// columnsComboBox
|
|
//
|
|
this.columnsComboBox.FormattingEnabled = true;
|
|
this.columnsComboBox.Location = new System.Drawing.Point(32, 20);
|
|
this.columnsComboBox.Name = "columnsComboBox";
|
|
this.columnsComboBox.Size = new System.Drawing.Size(185, 21);
|
|
this.columnsComboBox.TabIndex = 1;
|
|
//
|
|
// twoDimCheckBox
|
|
//
|
|
this.twoDimCheckBox.AutoSize = true;
|
|
this.twoDimCheckBox.Location = new System.Drawing.Point(30, 12);
|
|
this.twoDimCheckBox.Name = "twoDimCheckBox";
|
|
this.twoDimCheckBox.Size = new System.Drawing.Size(40, 17);
|
|
this.twoDimCheckBox.TabIndex = 12;
|
|
this.twoDimCheckBox.Text = "2D";
|
|
this.twoDimCheckBox.UseVisualStyleBackColor = true;
|
|
this.twoDimCheckBox.CheckedChanged += new System.EventHandler(this.twoDimCheckBox_CheckedChanged);
|
|
//
|
|
// filterCheckBox
|
|
//
|
|
this.filterCheckBox.AutoSize = true;
|
|
this.filterCheckBox.Location = new System.Drawing.Point(30, 169);
|
|
this.filterCheckBox.Name = "filterCheckBox";
|
|
this.filterCheckBox.Size = new System.Drawing.Size(48, 17);
|
|
this.filterCheckBox.TabIndex = 13;
|
|
this.filterCheckBox.Text = "Filter";
|
|
this.filterCheckBox.UseVisualStyleBackColor = true;
|
|
this.filterCheckBox.CheckedChanged += new System.EventHandler(this.filterCheckBox_CheckedChanged);
|
|
//
|
|
// filterGroupBox
|
|
//
|
|
this.filterGroupBox.Controls.Add(this.filteredValueTextBox);
|
|
this.filterGroupBox.Controls.Add(this.filteredItemComboBox);
|
|
this.filterGroupBox.Location = new System.Drawing.Point(30, 192);
|
|
this.filterGroupBox.Name = "filterGroupBox";
|
|
this.filterGroupBox.Size = new System.Drawing.Size(418, 56);
|
|
this.filterGroupBox.TabIndex = 14;
|
|
this.filterGroupBox.TabStop = false;
|
|
this.filterGroupBox.Text = "Rows";
|
|
//
|
|
// filteredValueTextBox
|
|
//
|
|
this.filteredValueTextBox.Location = new System.Drawing.Point(239, 21);
|
|
this.filteredValueTextBox.Name = "filteredValueTextBox";
|
|
this.filteredValueTextBox.Size = new System.Drawing.Size(158, 20);
|
|
this.filteredValueTextBox.TabIndex = 1;
|
|
//
|
|
// filteredItemComboBox
|
|
//
|
|
this.filteredItemComboBox.FormattingEnabled = true;
|
|
this.filteredItemComboBox.Location = new System.Drawing.Point(32, 21);
|
|
this.filteredItemComboBox.Name = "filteredItemComboBox";
|
|
this.filteredItemComboBox.Size = new System.Drawing.Size(185, 21);
|
|
this.filteredItemComboBox.TabIndex = 0;
|
|
//
|
|
// StatisticsOptionsDlg
|
|
//
|
|
this.AcceptButton = this.okButton;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.cancelButton;
|
|
this.ClientSize = new System.Drawing.Size(482, 322);
|
|
this.Controls.Add(this.filterGroupBox);
|
|
this.Controls.Add(this.filterCheckBox);
|
|
this.Controls.Add(this.columnsGroupBox);
|
|
this.Controls.Add(this.twoDimCheckBox);
|
|
this.Controls.Add(this.rowsGroupBox);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.okButton);
|
|
this.Name = "StatisticsOptionsDlg";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "StatisticsOptionsDlg";
|
|
this.rowsGroupBox.ResumeLayout(false);
|
|
this.columnsGroupBox.ResumeLayout(false);
|
|
this.filterGroupBox.ResumeLayout(false);
|
|
this.filterGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.GroupBox rowsGroupBox;
|
|
private System.Windows.Forms.ComboBox rowsComboBox;
|
|
private System.Windows.Forms.GroupBox columnsGroupBox;
|
|
private System.Windows.Forms.ComboBox columnsComboBox;
|
|
private System.Windows.Forms.CheckBox twoDimCheckBox;
|
|
private System.Windows.Forms.CheckBox filterCheckBox;
|
|
private System.Windows.Forms.GroupBox filterGroupBox;
|
|
private System.Windows.Forms.TextBox filteredValueTextBox;
|
|
private System.Windows.Forms.ComboBox filteredItemComboBox;
|
|
}
|
|
} |