163 lines
6.2 KiB
C#
163 lines
6.2 KiB
C#
namespace TestsComponents
|
|
{
|
|
partial class FormTestComponents
|
|
{
|
|
/// <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()
|
|
{
|
|
userCheckedListBox = new WinFormsLibrary1.UserCheckedListBox();
|
|
buttonClear = new Button();
|
|
ButtonShowItems = new Button();
|
|
textBoxItems = new TextBox();
|
|
userDateTimePicker = new COP.UserDateTimePicker();
|
|
textBoxShowDate = new TextBox();
|
|
ButtonShowDate = new Button();
|
|
ButtonRangeSet = new Button();
|
|
userTreeView = new COP.UserTreeView();
|
|
SuspendLayout();
|
|
//
|
|
// userCheckedListBox
|
|
//
|
|
userCheckedListBox.Location = new Point(0, 0);
|
|
userCheckedListBox.Margin = new Padding(3, 2, 3, 2);
|
|
userCheckedListBox.Name = "userCheckedListBox";
|
|
userCheckedListBox.SelectedValue = "";
|
|
userCheckedListBox.Size = new Size(230, 128);
|
|
userCheckedListBox.TabIndex = 0;
|
|
userCheckedListBox.SelectedValueChanged += UserCheckedListBox_SelectedValueChanged;
|
|
//
|
|
// buttonClear
|
|
//
|
|
buttonClear.Location = new Point(0, 132);
|
|
buttonClear.Margin = new Padding(3, 2, 3, 2);
|
|
buttonClear.Name = "buttonClear";
|
|
buttonClear.Size = new Size(230, 22);
|
|
buttonClear.TabIndex = 2;
|
|
buttonClear.Text = "Очистить";
|
|
buttonClear.UseVisualStyleBackColor = true;
|
|
buttonClear.Click += buttonClear_Click;
|
|
//
|
|
// ButtonShowItems
|
|
//
|
|
ButtonShowItems.Location = new Point(0, 158);
|
|
ButtonShowItems.Margin = new Padding(3, 2, 3, 2);
|
|
ButtonShowItems.Name = "ButtonShowItems";
|
|
ButtonShowItems.Size = new Size(230, 22);
|
|
ButtonShowItems.TabIndex = 3;
|
|
ButtonShowItems.Text = "Показать";
|
|
ButtonShowItems.UseVisualStyleBackColor = true;
|
|
ButtonShowItems.Click += ButtonShowItems_Click;
|
|
//
|
|
// textBoxItems
|
|
//
|
|
textBoxItems.Location = new Point(0, 184);
|
|
textBoxItems.Margin = new Padding(3, 2, 3, 2);
|
|
textBoxItems.Multiline = true;
|
|
textBoxItems.Name = "textBoxItems";
|
|
textBoxItems.Size = new Size(231, 66);
|
|
textBoxItems.TabIndex = 4;
|
|
//
|
|
// userDateTimePicker
|
|
//
|
|
userDateTimePicker.Location = new Point(258, 11);
|
|
userDateTimePicker.Margin = new Padding(3, 2, 3, 2);
|
|
userDateTimePicker.MaxValue = null;
|
|
userDateTimePicker.MinValue = null;
|
|
userDateTimePicker.Name = "userDateTimePicker";
|
|
userDateTimePicker.Size = new Size(222, 22);
|
|
userDateTimePicker.TabIndex = 5;
|
|
userDateTimePicker.ValueChanged += UserDateTimePicker_ValueChanged;
|
|
//
|
|
// textBoxShowDate
|
|
//
|
|
textBoxShowDate.Location = new Point(258, 58);
|
|
textBoxShowDate.Name = "textBoxShowDate";
|
|
textBoxShowDate.Size = new Size(222, 23);
|
|
textBoxShowDate.TabIndex = 6;
|
|
//
|
|
// ButtonShowDate
|
|
//
|
|
ButtonShowDate.Location = new Point(290, 105);
|
|
ButtonShowDate.Name = "ButtonShowDate";
|
|
ButtonShowDate.Size = new Size(168, 23);
|
|
ButtonShowDate.TabIndex = 7;
|
|
ButtonShowDate.Text = "Показать";
|
|
ButtonShowDate.UseVisualStyleBackColor = true;
|
|
ButtonShowDate.Click += ButtonShowDate_Click;
|
|
//
|
|
// ButtonRangeSet
|
|
//
|
|
ButtonRangeSet.Location = new Point(486, 47);
|
|
ButtonRangeSet.Name = "ButtonRangeSet";
|
|
ButtonRangeSet.Size = new Size(131, 43);
|
|
ButtonRangeSet.TabIndex = 8;
|
|
ButtonRangeSet.Text = "Установить диапозон";
|
|
ButtonRangeSet.UseVisualStyleBackColor = true;
|
|
ButtonRangeSet.Click += ButtonRangeSet_Click;
|
|
//
|
|
// userTreeView
|
|
//
|
|
userTreeView.Location = new Point(454, 158);
|
|
userTreeView.Name = "userTreeView";
|
|
userTreeView.Size = new Size(150, 95);
|
|
userTreeView.TabIndex = 9;
|
|
userTreeView.Load += UserTreeView_Load;
|
|
//
|
|
// FormTestComponents
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(700, 338);
|
|
Controls.Add(userTreeView);
|
|
Controls.Add(ButtonRangeSet);
|
|
Controls.Add(ButtonShowDate);
|
|
Controls.Add(textBoxShowDate);
|
|
Controls.Add(userDateTimePicker);
|
|
Controls.Add(textBoxItems);
|
|
Controls.Add(ButtonShowItems);
|
|
Controls.Add(buttonClear);
|
|
Controls.Add(userCheckedListBox);
|
|
Margin = new Padding(3, 2, 3, 2);
|
|
Name = "FormTestComponents";
|
|
Text = "FormTestComponents ";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private WinFormsLibrary1.UserCheckedListBox userCheckedListBox;
|
|
private Button buttonClear;
|
|
private Button ButtonShowItems;
|
|
private TextBox textBoxItems;
|
|
private COP.UserDateTimePicker userDateTimePicker;
|
|
private TextBox textBoxShowDate;
|
|
private Button ButtonShowDate;
|
|
private Button ButtonRangeSet;
|
|
private COP.UserTreeView userTreeView;
|
|
}
|
|
}
|