namespace UAS_MES { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.document = new O2S.Components.PDFView4NET.PDFDocument(this.components); this.pageView = new O2S.Components.PDFView4NET.PDFPageView(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(255, 181); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 29); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(416, 181); this.button2.Margin = new System.Windows.Forms.Padding(4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(100, 29); this.button2.TabIndex = 1; this.button2.Text = "button2"; this.button2.UseVisualStyleBackColor = true; // // document // this.document.Metadata = null; this.document.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage; this.document.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone; // // pageView // this.pageView.AutoScroll = true; this.pageView.BackColor = System.Drawing.SystemColors.Window; this.pageView.DefaultEllipseAnnotationBorderWidth = 1D; this.pageView.DefaultInkAnnotationWidth = 1D; this.pageView.DefaultRectangleAnnotationBorderWidth = 1D; this.pageView.Dock = System.Windows.Forms.DockStyle.Fill; this.pageView.Document = this.document; this.pageView.DownscaleLargeImages = false; this.pageView.EnableRepeatedKeys = false; this.pageView.Location = new System.Drawing.Point(0, 0); this.pageView.Name = "pageView"; this.pageView.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn; this.pageView.PageNumber = 0; this.pageView.RenderingProgressColor = System.Drawing.Color.Empty; this.pageView.RequiredFormFieldHighlightColor = System.Drawing.Color.Empty; this.pageView.ScrollPosition = new System.Drawing.Point(0, 0); this.pageView.Size = new System.Drawing.Size(929, 590); this.pageView.SubstituteFonts = null; this.pageView.TabIndex = 2; this.pageView.VerticalPageSpacing = 5; this.pageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(929, 590); this.Controls.Add(this.pageView); this.Name = "Form1"; this.Tag = "123123"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private CustomControl.ButtonUtil.NormalButton normalButton1; private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1; private CustomControl.SetLoading.LoadingCircle loadingCircle1; private O2S.Components.PDFView4NET.PDFDocument document; private O2S.Components.PDFView4NET.PDFPageView pageView; private System.Windows.Forms.Timer timer1; } }