145 lines
6.5 KiB
C#
145 lines
6.5 KiB
C#
|
namespace TestComponents
|
|||
|
{
|
|||
|
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()
|
|||
|
{
|
|||
|
this.userCheckedListBox = new COP.UserCheckedListBox();
|
|||
|
this.userDateTimePicker = new COP.UserDateTimePicker();
|
|||
|
this.userTreeView = new COP.UserTreeView();
|
|||
|
this.buttonClear = new System.Windows.Forms.Button();
|
|||
|
this.textBoxItems = new System.Windows.Forms.TextBox();
|
|||
|
this.buttonShowItems = new System.Windows.Forms.Button();
|
|||
|
this.textBoxShowDate = new System.Windows.Forms.TextBox();
|
|||
|
this.buttonShowDate = new System.Windows.Forms.Button();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// userCheckedListBox
|
|||
|
//
|
|||
|
this.userCheckedListBox.Location = new System.Drawing.Point(0, -1);
|
|||
|
this.userCheckedListBox.Name = "userCheckedListBox";
|
|||
|
this.userCheckedListBox.SelectedValue = "";
|
|||
|
this.userCheckedListBox.Size = new System.Drawing.Size(150, 150);
|
|||
|
this.userCheckedListBox.TabIndex = 0;
|
|||
|
this.userCheckedListBox.SelectedValueChanged += new System.EventHandler(this.UserCheckedListBox_SelectedValueChanged);
|
|||
|
//
|
|||
|
// userDateTimePicker
|
|||
|
//
|
|||
|
this.userDateTimePicker.AccessibleDescription = "";
|
|||
|
this.userDateTimePicker.Location = new System.Drawing.Point(254, 26);
|
|||
|
this.userDateTimePicker.MaxValue = null;
|
|||
|
this.userDateTimePicker.MinValue = null;
|
|||
|
this.userDateTimePicker.Name = "userDateTimePicker";
|
|||
|
this.userDateTimePicker.SelectedValue = null;
|
|||
|
this.userDateTimePicker.Size = new System.Drawing.Size(200, 29);
|
|||
|
this.userDateTimePicker.TabIndex = 1;
|
|||
|
this.userDateTimePicker.ValueChanged += new System.EventHandler(this.UserDateTimePicker_ValueChanged);
|
|||
|
//
|
|||
|
// userTreeView
|
|||
|
//
|
|||
|
this.userTreeView.Location = new System.Drawing.Point(484, 26);
|
|||
|
this.userTreeView.Name = "userTreeView";
|
|||
|
this.userTreeView.Size = new System.Drawing.Size(150, 150);
|
|||
|
this.userTreeView.TabIndex = 2;
|
|||
|
this.userTreeView.Load += new System.EventHandler(this.UserTreeView_Load);
|
|||
|
//
|
|||
|
// buttonClear
|
|||
|
//
|
|||
|
this.buttonClear.Location = new System.Drawing.Point(0, 164);
|
|||
|
this.buttonClear.Name = "buttonClear";
|
|||
|
this.buttonClear.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonClear.TabIndex = 3;
|
|||
|
this.buttonClear.Text = "Очистить";
|
|||
|
this.buttonClear.UseVisualStyleBackColor = true;
|
|||
|
this.buttonClear.Click += new System.EventHandler(this.ButtonClear_Click);
|
|||
|
//
|
|||
|
// textBoxItems
|
|||
|
//
|
|||
|
this.textBoxItems.Location = new System.Drawing.Point(0, 205);
|
|||
|
this.textBoxItems.Name = "textBoxItems";
|
|||
|
this.textBoxItems.Size = new System.Drawing.Size(150, 23);
|
|||
|
this.textBoxItems.TabIndex = 4;
|
|||
|
//
|
|||
|
// buttonShowItems
|
|||
|
//
|
|||
|
this.buttonShowItems.Location = new System.Drawing.Point(0, 250);
|
|||
|
this.buttonShowItems.Name = "buttonShowItems";
|
|||
|
this.buttonShowItems.Size = new System.Drawing.Size(125, 23);
|
|||
|
this.buttonShowItems.TabIndex = 5;
|
|||
|
this.buttonShowItems.Text = "Вывести значения";
|
|||
|
this.buttonShowItems.UseVisualStyleBackColor = true;
|
|||
|
this.buttonShowItems.Click += new System.EventHandler(this.ButtonShowItems_Click);
|
|||
|
//
|
|||
|
// textBoxShowDate
|
|||
|
//
|
|||
|
this.textBoxShowDate.Location = new System.Drawing.Point(269, 79);
|
|||
|
this.textBoxShowDate.Name = "textBoxShowDate";
|
|||
|
this.textBoxShowDate.Size = new System.Drawing.Size(150, 23);
|
|||
|
this.textBoxShowDate.TabIndex = 6;
|
|||
|
//
|
|||
|
// buttonShowDate
|
|||
|
//
|
|||
|
this.buttonShowDate.Location = new System.Drawing.Point(269, 139);
|
|||
|
this.buttonShowDate.Name = "buttonShowDate";
|
|||
|
this.buttonShowDate.Size = new System.Drawing.Size(125, 23);
|
|||
|
this.buttonShowDate.TabIndex = 7;
|
|||
|
this.buttonShowDate.Text = "Вывести значения";
|
|||
|
this.buttonShowDate.UseVisualStyleBackColor = true;
|
|||
|
this.buttonShowDate.Click += new System.EventHandler(this.ButtonShowDate_Click);
|
|||
|
//
|
|||
|
// FormTestComponents
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(657, 321);
|
|||
|
this.Controls.Add(this.buttonShowDate);
|
|||
|
this.Controls.Add(this.textBoxShowDate);
|
|||
|
this.Controls.Add(this.buttonShowItems);
|
|||
|
this.Controls.Add(this.textBoxItems);
|
|||
|
this.Controls.Add(this.buttonClear);
|
|||
|
this.Controls.Add(this.userTreeView);
|
|||
|
this.Controls.Add(this.userDateTimePicker);
|
|||
|
this.Controls.Add(this.userCheckedListBox);
|
|||
|
this.Name = "FormTestComponents";
|
|||
|
this.Text = "Тестовая форма";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private COP.UserCheckedListBox userCheckedListBox;
|
|||
|
private COP.UserDateTimePicker userDateTimePicker;
|
|||
|
private COP.UserTreeView userTreeView;
|
|||
|
private Button buttonClear;
|
|||
|
private TextBox textBoxItems;
|
|||
|
private Button buttonShowItems;
|
|||
|
private TextBox textBoxShowDate;
|
|||
|
private Button buttonShowDate;
|
|||
|
}
|
|||
|
}
|