PdfView.designer.cs 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 
  2. namespace PTMedicalInsurance.Forms.PrescriptionCirculations
  3. {
  4. partial class PdfView
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pdfViewer1 = new PdfiumViewer.PdfViewer();
  30. this.SuspendLayout();
  31. //
  32. // pdfViewer1
  33. //
  34. this.pdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
  35. this.pdfViewer1.Location = new System.Drawing.Point(0, 0);
  36. this.pdfViewer1.Name = "pdfViewer1";
  37. this.pdfViewer1.Size = new System.Drawing.Size(836, 466);
  38. this.pdfViewer1.TabIndex = 0;
  39. //
  40. // PdfView
  41. //
  42. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  43. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  44. this.ClientSize = new System.Drawing.Size(836, 466);
  45. this.Controls.Add(this.pdfViewer1);
  46. this.Name = "PdfView";
  47. this.Text = "PDF预览";
  48. this.ResumeLayout(false);
  49. }
  50. #endregion
  51. public PdfiumViewer.PdfViewer pdfViewer1;
  52. }
  53. }