|
|
namespace ICSSoft.Frame.APP { partial class PDFviewerControl { /// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); }
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent() { this.pdfViewer1 = new PdfiumViewer.PdfViewer40(); this.btnRotateLeft = new System.Windows.Forms.Button(); this.btnRotateRight = new System.Windows.Forms.Button(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnPre = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); //
// pdfViewer1
//
this.pdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill; this.pdfViewer1.Location = new System.Drawing.Point(0, 0); this.pdfViewer1.Name = "pdfViewer1"; this.pdfViewer1.Size = new System.Drawing.Size(357, 141); this.pdfViewer1.TabIndex = 0; //
// btnRotateLeft
//
this.btnRotateLeft.BackColor = System.Drawing.Color.Transparent; this.btnRotateLeft.FlatAppearance.BorderSize = 0; this.btnRotateLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRotateLeft.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnRotateLeft.Location = new System.Drawing.Point(40, 0); this.btnRotateLeft.Margin = new System.Windows.Forms.Padding(0); this.btnRotateLeft.Name = "btnRotateLeft"; this.btnRotateLeft.Size = new System.Drawing.Size(40, 22); this.btnRotateLeft.TabIndex = 1; this.btnRotateLeft.Text = "左旋"; this.btnRotateLeft.UseVisualStyleBackColor = false; this.btnRotateLeft.Click += new System.EventHandler(this.btnRotateLeft_Click); //
// btnRotateRight
//
this.btnRotateRight.BackColor = System.Drawing.Color.Transparent; this.btnRotateRight.FlatAppearance.BorderSize = 0; this.btnRotateRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRotateRight.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnRotateRight.Location = new System.Drawing.Point(80, 0); this.btnRotateRight.Margin = new System.Windows.Forms.Padding(0); this.btnRotateRight.Name = "btnRotateRight"; this.btnRotateRight.Size = new System.Drawing.Size(40, 22); this.btnRotateRight.TabIndex = 1; this.btnRotateRight.Text = "右旋"; this.btnRotateRight.UseVisualStyleBackColor = false; this.btnRotateRight.Click += new System.EventHandler(this.btnRotateRight_Click); //
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.ColumnCount = 5; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.btnRotateRight, 2, 0); this.tableLayoutPanel1.Controls.Add(this.btnPre, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnNext, 3, 0); this.tableLayoutPanel1.Controls.Add(this.btnRotateLeft, 1, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(85, -1); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(272, 22); this.tableLayoutPanel1.TabIndex = 2; //
// btnPre
//
this.btnPre.BackColor = System.Drawing.Color.Transparent; this.btnPre.FlatAppearance.BorderSize = 0; this.btnPre.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPre.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPre.Location = new System.Drawing.Point(0, 0); this.btnPre.Margin = new System.Windows.Forms.Padding(0); this.btnPre.Name = "btnPre"; this.btnPre.Size = new System.Drawing.Size(40, 22); this.btnPre.TabIndex = 1; this.btnPre.Text = "上页"; this.btnPre.UseVisualStyleBackColor = false; this.btnPre.Click += new System.EventHandler(this.btnPre_Click); //
// btnNext
//
this.btnNext.BackColor = System.Drawing.Color.Transparent; this.btnNext.FlatAppearance.BorderSize = 0; this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNext.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnNext.Location = new System.Drawing.Point(120, 0); this.btnNext.Margin = new System.Windows.Forms.Padding(0); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(40, 22); this.btnNext.TabIndex = 1; this.btnNext.Text = "下页"; this.btnNext.UseVisualStyleBackColor = false; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); //
// PDFviewerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.pdfViewer1); this.Name = "PDFviewerControl"; this.Size = new System.Drawing.Size(357, 141); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false);
}
#endregion
private PdfiumViewer.PdfViewer40 pdfViewer1; private System.Windows.Forms.Button btnRotateLeft; private System.Windows.Forms.Button btnRotateRight; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button btnPre; private System.Windows.Forms.Button btnNext; } }
|