138 lines
5.0 KiB
C#
138 lines
5.0 KiB
C#
namespace ExexForm2
|
|
{
|
|
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();
|
|
pdfImg1 = new Library14Petrushin.PdfImg(components);
|
|
btnSelectImages = new Button();
|
|
btnSelectDirectory = new Button();
|
|
btnCreatePdf = new Button();
|
|
txtDocumentTitle = new TextBox();
|
|
lstImages = new ListBox();
|
|
lblDirectory = new Label();
|
|
btnCrTb = new Button();
|
|
pdfColGroupTable1 = new Library14Petrushin.PdfColGroupTable();
|
|
SuspendLayout();
|
|
//
|
|
// btnSelectImages
|
|
//
|
|
btnSelectImages.Location = new Point(24, 28);
|
|
btnSelectImages.Name = "btnSelectImages";
|
|
btnSelectImages.Size = new Size(116, 50);
|
|
btnSelectImages.TabIndex = 0;
|
|
btnSelectImages.Text = "выбор изображения";
|
|
btnSelectImages.UseVisualStyleBackColor = true;
|
|
btnSelectImages.Click += btnSelectImages_Click;
|
|
//
|
|
// btnSelectDirectory
|
|
//
|
|
btnSelectDirectory.Location = new Point(24, 89);
|
|
btnSelectDirectory.Name = "btnSelectDirectory";
|
|
btnSelectDirectory.Size = new Size(116, 49);
|
|
btnSelectDirectory.TabIndex = 1;
|
|
btnSelectDirectory.Text = "выбор директории";
|
|
btnSelectDirectory.UseVisualStyleBackColor = true;
|
|
btnSelectDirectory.Click += btnSelectDirectory_Click;
|
|
//
|
|
// btnCreatePdf
|
|
//
|
|
btnCreatePdf.Location = new Point(24, 158);
|
|
btnCreatePdf.Name = "btnCreatePdf";
|
|
btnCreatePdf.Size = new Size(101, 48);
|
|
btnCreatePdf.TabIndex = 2;
|
|
btnCreatePdf.Text = "Создать";
|
|
btnCreatePdf.UseVisualStyleBackColor = true;
|
|
btnCreatePdf.Click += btnCreatePdf_Click;
|
|
//
|
|
// txtDocumentTitle
|
|
//
|
|
txtDocumentTitle.Location = new Point(24, 224);
|
|
txtDocumentTitle.Name = "txtDocumentTitle";
|
|
txtDocumentTitle.Size = new Size(101, 27);
|
|
txtDocumentTitle.TabIndex = 3;
|
|
//
|
|
// lstImages
|
|
//
|
|
lstImages.FormattingEnabled = true;
|
|
lstImages.Location = new Point(146, 28);
|
|
lstImages.Name = "lstImages";
|
|
lstImages.Size = new Size(179, 404);
|
|
lstImages.TabIndex = 4;
|
|
//
|
|
// lblDirectory
|
|
//
|
|
lblDirectory.AutoSize = true;
|
|
lblDirectory.Location = new Point(24, 280);
|
|
lblDirectory.Name = "lblDirectory";
|
|
lblDirectory.Size = new Size(50, 20);
|
|
lblDirectory.TabIndex = 5;
|
|
lblDirectory.Text = "label1";
|
|
//
|
|
// btnCrTb
|
|
//
|
|
btnCrTb.Location = new Point(349, 28);
|
|
btnCrTb.Name = "btnCrTb";
|
|
btnCrTb.Size = new Size(142, 29);
|
|
btnCrTb.TabIndex = 6;
|
|
btnCrTb.Text = "Создать таблицу";
|
|
btnCrTb.UseVisualStyleBackColor = true;
|
|
btnCrTb.Click += btnCreatePdfTable_Click;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 450);
|
|
Controls.Add(btnCrTb);
|
|
Controls.Add(lblDirectory);
|
|
Controls.Add(lstImages);
|
|
Controls.Add(txtDocumentTitle);
|
|
Controls.Add(btnCreatePdf);
|
|
Controls.Add(btnSelectDirectory);
|
|
Controls.Add(btnSelectImages);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Library14Petrushin.PdfImg pdfImg1;
|
|
private Button btnSelectImages;
|
|
private Button btnSelectDirectory;
|
|
private Button btnCreatePdf;
|
|
private TextBox txtDocumentTitle;
|
|
private ListBox lstImages;
|
|
private Label lblDirectory;
|
|
private Button btnCrTb;
|
|
private Library14Petrushin.PdfColGroupTable pdfColGroupTable1;
|
|
}
|
|
}
|