PIbd-31_Afanasev.S.S._COP_5/Component/Forms/Form1.Designer.cs
2024-10-16 00:18:25 +04:00

141 lines
5.4 KiB
C#

namespace TestForm
{
partial class Form1
{
/// <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()
{
components = new System.ComponentModel.Container();
userCheckedListBox1 = new ComponentProgramming.UserCheckedListBox();
userTextBox1 = new ComponentProgramming.UserTextBox();
userTreeView1 = new ComponentProgramming.UserTreeView();
pdfTable1 = new ComponentProgramming.NonVisualComponents.PdfTable(components);
pdfPieChart1 = new ComponentProgramming.NonVisualComponents.PdfPieChart(components);
pdfImage1 = new ComponentProgramming.NonVisualComponents.PdfImage(components);
PdfImage = new Button();
PdfTable = new Button();
PdfChart = new Button();
openFileDialog1 = new OpenFileDialog();
SuspendLayout();
//
// userCheckedListBox1
//
userCheckedListBox1.Location = new Point(10, 122);
userCheckedListBox1.Margin = new Padding(3, 2, 3, 2);
userCheckedListBox1.Name = "userCheckedListBox1";
userCheckedListBox1.SelectedElement = "";
userCheckedListBox1.Size = new Size(164, 141);
userCheckedListBox1.TabIndex = 0;
//
// userTextBox1
//
userTextBox1.Location = new Point(263, 9);
userTextBox1.Margin = new Padding(3, 2, 3, 2);
userTextBox1.MaxValue = null;
userTextBox1.MinValue = null;
userTextBox1.Name = "userTextBox1";
userTextBox1.Size = new Size(346, 57);
userTextBox1.TabIndex = 1;
//
// userTreeView1
//
userTreeView1.Location = new Point(197, 63);
userTreeView1.Margin = new Padding(3, 2, 3, 2);
userTreeView1.Name = "userTreeView1";
userTreeView1.SelectedNodeIndex = -1;
userTreeView1.Size = new Size(481, 247);
userTreeView1.TabIndex = 2;
//
// PdfImage
//
PdfImage.Location = new Point(27, 340);
PdfImage.Margin = new Padding(3, 2, 3, 2);
PdfImage.Name = "PdfImage";
PdfImage.Size = new Size(176, 22);
PdfImage.TabIndex = 3;
PdfImage.Text = "Create PdfImage";
PdfImage.UseVisualStyleBackColor = true;
PdfImage.Click += PdfImage_Click;
//
// PdfTable
//
PdfTable.Location = new Point(230, 340);
PdfTable.Margin = new Padding(3, 2, 3, 2);
PdfTable.Name = "PdfTable";
PdfTable.Size = new Size(176, 22);
PdfTable.TabIndex = 4;
PdfTable.Text = "Create PdfTable";
PdfTable.UseVisualStyleBackColor = true;
PdfTable.Click += PdfTable_Click;
//
// PdfChart
//
PdfChart.Location = new Point(438, 340);
PdfChart.Margin = new Padding(3, 2, 3, 2);
PdfChart.Name = "PdfChart";
PdfChart.Size = new Size(158, 22);
PdfChart.TabIndex = 5;
PdfChart.Text = "Create PdfChart";
PdfChart.UseVisualStyleBackColor = true;
PdfChart.Click += PdfChart_Click;
//
// openFileDialog1
//
openFileDialog1.FileName = "openFileDialog1";
openFileDialog1.Multiselect = true;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(879, 368);
Controls.Add(PdfChart);
Controls.Add(PdfTable);
Controls.Add(PdfImage);
Controls.Add(userTreeView1);
Controls.Add(userTextBox1);
Controls.Add(userCheckedListBox1);
Margin = new Padding(3, 2, 3, 2);
Name = "Form1";
Text = "Form1";
ResumeLayout(false);
}
#endregion
private ComponentProgramming.UserCheckedListBox userCheckedListBox1;
private ComponentProgramming.UserTextBox userTextBox1;
private ComponentProgramming.UserTreeView userTreeView1;
private ComponentProgramming.NonVisualComponents.PdfTable pdfTable1;
private ComponentProgramming.NonVisualComponents.PdfPieChart pdfPieChart1;
private ComponentProgramming.NonVisualComponents.PdfImage pdfImage1;
private Button PdfImage;
private Button PdfTable;
private Button PdfChart;
private OpenFileDialog openFileDialog1;
}
}