PIAPS_CW/WinFormsApp/FormPreviewPDF.Designer.cs

103 lines
3.7 KiB
C#

namespace WinFormsApp
{
partial class FormPreviewPDF
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPreviewPDF));
axAcropdf = new AxAcroPDFLib.AxAcroPDF();
panel1 = new Panel();
buttonCancel = new Button();
buttonPrint = new Button();
((System.ComponentModel.ISupportInitialize)axAcropdf).BeginInit();
panel1.SuspendLayout();
SuspendLayout();
//
// axAcropdf
//
axAcropdf.Dock = DockStyle.Fill;
axAcropdf.Enabled = true;
axAcropdf.Location = new Point(0, 0);
axAcropdf.Name = "axAcropdf";
axAcropdf.OcxState = (AxHost.State)resources.GetObject("axAcropdf.OcxState");
axAcropdf.Size = new Size(478, 576);
axAcropdf.TabIndex = 0;
//
// panel1
//
panel1.Controls.Add(buttonCancel);
panel1.Controls.Add(buttonPrint);
panel1.Dock = DockStyle.Bottom;
panel1.Location = new Point(0, 540);
panel1.Name = "panel1";
panel1.Size = new Size(478, 36);
panel1.TabIndex = 1;
//
// buttonCancel
//
buttonCancel.Dock = DockStyle.Right;
buttonCancel.Location = new Point(262, 0);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(108, 36);
buttonCancel.TabIndex = 1;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
//
// buttonPrint
//
buttonPrint.Dock = DockStyle.Right;
buttonPrint.Location = new Point(370, 0);
buttonPrint.Name = "buttonPrint";
buttonPrint.Size = new Size(108, 36);
buttonPrint.TabIndex = 0;
buttonPrint.Text = "Распечатать";
buttonPrint.UseVisualStyleBackColor = true;
buttonPrint.Click += buttonPrint_Click;
//
// FormPreviewPDF
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(478, 576);
Controls.Add(panel1);
Controls.Add(axAcropdf);
Name = "FormPreviewPDF";
Text = "FormPreviewPDF";
Load += FormPreviewPDF_Load;
((System.ComponentModel.ISupportInitialize)axAcropdf).EndInit();
panel1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private AxAcroPDFLib.AxAcroPDF axAcropdf;
private Panel panel1;
private Button buttonCancel;
private Button buttonPrint;
}
}