2024-10-16 00:18:25 +04:00
|
|
|
|
namespace TestForm
|
2024-10-04 00:24:05 +04:00
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
2024-10-16 00:18:25 +04:00
|
|
|
|
components = new System.ComponentModel.Container();
|
|
|
|
|
userCheckedListBox1 = new ComponentProgramming.UserCheckedListBox();
|
2024-10-04 00:24:05 +04:00
|
|
|
|
userTextBox1 = new ComponentProgramming.UserTextBox();
|
|
|
|
|
userTreeView1 = new ComponentProgramming.UserTreeView();
|
2024-10-16 00:18:25 +04:00
|
|
|
|
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();
|
2024-10-04 00:24:05 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// userCheckedListBox1
|
|
|
|
|
//
|
2024-10-16 00:18:25 +04:00
|
|
|
|
userCheckedListBox1.Location = new Point(10, 122);
|
|
|
|
|
userCheckedListBox1.Margin = new Padding(3, 2, 3, 2);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
userCheckedListBox1.Name = "userCheckedListBox1";
|
|
|
|
|
userCheckedListBox1.SelectedElement = "";
|
2024-10-16 00:18:25 +04:00
|
|
|
|
userCheckedListBox1.Size = new Size(164, 141);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
userCheckedListBox1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// userTextBox1
|
|
|
|
|
//
|
2024-10-16 00:18:25 +04:00
|
|
|
|
userTextBox1.Location = new Point(263, 9);
|
|
|
|
|
userTextBox1.Margin = new Padding(3, 2, 3, 2);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
userTextBox1.MaxValue = null;
|
|
|
|
|
userTextBox1.MinValue = null;
|
|
|
|
|
userTextBox1.Name = "userTextBox1";
|
2024-10-16 00:18:25 +04:00
|
|
|
|
userTextBox1.Size = new Size(346, 57);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
userTextBox1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// userTreeView1
|
|
|
|
|
//
|
2024-10-16 00:18:25 +04:00
|
|
|
|
userTreeView1.Location = new Point(197, 63);
|
|
|
|
|
userTreeView1.Margin = new Padding(3, 2, 3, 2);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
userTreeView1.Name = "userTreeView1";
|
2024-10-16 00:18:25 +04:00
|
|
|
|
userTreeView1.SelectedNodeIndex = -1;
|
|
|
|
|
userTreeView1.Size = new Size(481, 247);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
userTreeView1.TabIndex = 2;
|
|
|
|
|
//
|
2024-10-16 00:18:25 +04:00
|
|
|
|
// 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;
|
|
|
|
|
//
|
2024-10-04 00:24:05 +04:00
|
|
|
|
// Form1
|
|
|
|
|
//
|
2024-10-16 00:18:25 +04:00
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-10-16 00:18:25 +04:00
|
|
|
|
ClientSize = new Size(879, 368);
|
|
|
|
|
Controls.Add(PdfChart);
|
|
|
|
|
Controls.Add(PdfTable);
|
|
|
|
|
Controls.Add(PdfImage);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
Controls.Add(userTreeView1);
|
|
|
|
|
Controls.Add(userTextBox1);
|
|
|
|
|
Controls.Add(userCheckedListBox1);
|
2024-10-16 00:18:25 +04:00
|
|
|
|
Margin = new Padding(3, 2, 3, 2);
|
2024-10-04 00:24:05 +04:00
|
|
|
|
Name = "Form1";
|
|
|
|
|
Text = "Form1";
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2024-10-16 00:18:25 +04:00
|
|
|
|
private ComponentProgramming.UserCheckedListBox userCheckedListBox1;
|
2024-10-04 00:24:05 +04:00
|
|
|
|
private ComponentProgramming.UserTextBox userTextBox1;
|
|
|
|
|
private ComponentProgramming.UserTreeView userTreeView1;
|
2024-10-16 00:18:25 +04:00
|
|
|
|
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;
|
2024-10-04 00:24:05 +04:00
|
|
|
|
}
|
|
|
|
|
}
|