锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
8.1 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class PDFviewerControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pdfViewer1 = new PdfiumViewer.PdfViewer40();
  29. this.btnRotateLeft = new System.Windows.Forms.Button();
  30. this.btnRotateRight = new System.Windows.Forms.Button();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.btnPre = new System.Windows.Forms.Button();
  33. this.btnNext = new System.Windows.Forms.Button();
  34. this.tableLayoutPanel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // pdfViewer1
  38. //
  39. this.pdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.pdfViewer1.Location = new System.Drawing.Point(0, 0);
  41. this.pdfViewer1.Name = "pdfViewer1";
  42. this.pdfViewer1.Size = new System.Drawing.Size(357, 141);
  43. this.pdfViewer1.TabIndex = 0;
  44. //
  45. // btnRotateLeft
  46. //
  47. this.btnRotateLeft.BackColor = System.Drawing.Color.Transparent;
  48. this.btnRotateLeft.FlatAppearance.BorderSize = 0;
  49. this.btnRotateLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  50. this.btnRotateLeft.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.btnRotateLeft.Location = new System.Drawing.Point(40, 0);
  52. this.btnRotateLeft.Margin = new System.Windows.Forms.Padding(0);
  53. this.btnRotateLeft.Name = "btnRotateLeft";
  54. this.btnRotateLeft.Size = new System.Drawing.Size(40, 22);
  55. this.btnRotateLeft.TabIndex = 1;
  56. this.btnRotateLeft.Text = "左旋";
  57. this.btnRotateLeft.UseVisualStyleBackColor = false;
  58. this.btnRotateLeft.Click += new System.EventHandler(this.btnRotateLeft_Click);
  59. //
  60. // btnRotateRight
  61. //
  62. this.btnRotateRight.BackColor = System.Drawing.Color.Transparent;
  63. this.btnRotateRight.FlatAppearance.BorderSize = 0;
  64. this.btnRotateRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  65. this.btnRotateRight.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.btnRotateRight.Location = new System.Drawing.Point(80, 0);
  67. this.btnRotateRight.Margin = new System.Windows.Forms.Padding(0);
  68. this.btnRotateRight.Name = "btnRotateRight";
  69. this.btnRotateRight.Size = new System.Drawing.Size(40, 22);
  70. this.btnRotateRight.TabIndex = 1;
  71. this.btnRotateRight.Text = "右旋";
  72. this.btnRotateRight.UseVisualStyleBackColor = false;
  73. this.btnRotateRight.Click += new System.EventHandler(this.btnRotateRight_Click);
  74. //
  75. // tableLayoutPanel1
  76. //
  77. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  79. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  80. this.tableLayoutPanel1.ColumnCount = 5;
  81. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  82. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  83. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  84. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  85. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  86. this.tableLayoutPanel1.Controls.Add(this.btnRotateRight, 2, 0);
  87. this.tableLayoutPanel1.Controls.Add(this.btnPre, 0, 0);
  88. this.tableLayoutPanel1.Controls.Add(this.btnNext, 3, 0);
  89. this.tableLayoutPanel1.Controls.Add(this.btnRotateLeft, 1, 0);
  90. this.tableLayoutPanel1.Location = new System.Drawing.Point(85, -1);
  91. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  92. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  93. this.tableLayoutPanel1.RowCount = 1;
  94. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  95. this.tableLayoutPanel1.Size = new System.Drawing.Size(272, 22);
  96. this.tableLayoutPanel1.TabIndex = 2;
  97. //
  98. // btnPre
  99. //
  100. this.btnPre.BackColor = System.Drawing.Color.Transparent;
  101. this.btnPre.FlatAppearance.BorderSize = 0;
  102. this.btnPre.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  103. this.btnPre.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.btnPre.Location = new System.Drawing.Point(0, 0);
  105. this.btnPre.Margin = new System.Windows.Forms.Padding(0);
  106. this.btnPre.Name = "btnPre";
  107. this.btnPre.Size = new System.Drawing.Size(40, 22);
  108. this.btnPre.TabIndex = 1;
  109. this.btnPre.Text = "上页";
  110. this.btnPre.UseVisualStyleBackColor = false;
  111. this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
  112. //
  113. // btnNext
  114. //
  115. this.btnNext.BackColor = System.Drawing.Color.Transparent;
  116. this.btnNext.FlatAppearance.BorderSize = 0;
  117. this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  118. this.btnNext.Font = new System.Drawing.Font("楷体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.btnNext.Location = new System.Drawing.Point(120, 0);
  120. this.btnNext.Margin = new System.Windows.Forms.Padding(0);
  121. this.btnNext.Name = "btnNext";
  122. this.btnNext.Size = new System.Drawing.Size(40, 22);
  123. this.btnNext.TabIndex = 1;
  124. this.btnNext.Text = "下页";
  125. this.btnNext.UseVisualStyleBackColor = false;
  126. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  127. //
  128. // PDFviewerControl
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.Controls.Add(this.tableLayoutPanel1);
  133. this.Controls.Add(this.pdfViewer1);
  134. this.Name = "PDFviewerControl";
  135. this.Size = new System.Drawing.Size(357, 141);
  136. this.tableLayoutPanel1.ResumeLayout(false);
  137. this.ResumeLayout(false);
  138. }
  139. #endregion
  140. private PdfiumViewer.PdfViewer40 pdfViewer1;
  141. private System.Windows.Forms.Button btnRotateLeft;
  142. private System.Windows.Forms.Button btnRotateRight;
  143. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  144. private System.Windows.Forms.Button btnPre;
  145. private System.Windows.Forms.Button btnNext;
  146. }
  147. }