namespace TestComponents { partial class FormTestComponents { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); 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.excelComponent = new COP.ExcelComponent(this.components); this.buttonSaveToExcel = new System.Windows.Forms.Button(); this.buttonSaveTable = new System.Windows.Forms.Button(); this.excelTable = new COP.ExcelTable(this.components); this.buttonSaveChart = new System.Windows.Forms.Button(); this.pieChart = new COP.PieChart(this.components); 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); // // buttonSaveToExcel // this.buttonSaveToExcel.Location = new System.Drawing.Point(236, 240); this.buttonSaveToExcel.Name = "buttonSaveToExcel"; this.buttonSaveToExcel.Size = new System.Drawing.Size(158, 23); this.buttonSaveToExcel.TabIndex = 8; this.buttonSaveToExcel.Text = "Сохранить картинки"; this.buttonSaveToExcel.UseVisualStyleBackColor = true; this.buttonSaveToExcel.Click += new System.EventHandler(this.buttonSaveToExcel_Click); // // buttonSaveTable // this.buttonSaveTable.Location = new System.Drawing.Point(412, 240); this.buttonSaveTable.Name = "buttonSaveTable"; this.buttonSaveTable.Size = new System.Drawing.Size(158, 23); this.buttonSaveTable.TabIndex = 9; this.buttonSaveTable.Text = "Сохранить таблицу"; this.buttonSaveTable.UseVisualStyleBackColor = true; this.buttonSaveTable.Click += new System.EventHandler(this.buttonSaveTable_Click); // // buttonSaveChart // this.buttonSaveChart.Location = new System.Drawing.Point(318, 269); this.buttonSaveChart.Name = "buttonSaveChart"; this.buttonSaveChart.Size = new System.Drawing.Size(158, 23); this.buttonSaveChart.TabIndex = 10; this.buttonSaveChart.Text = "Сохранить диаграмму"; this.buttonSaveChart.UseVisualStyleBackColor = true; this.buttonSaveChart.Click += new System.EventHandler(this.buttonSaveChart_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.buttonSaveChart); this.Controls.Add(this.buttonSaveTable); this.Controls.Add(this.buttonSaveToExcel); 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; private COP.ExcelComponent excelComponent; private Button buttonSaveToExcel; private Button buttonSaveTable; private COP.ExcelTable excelTable; private Button buttonSaveChart; private COP.PieChart pieChart; } }