版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

186 строки
9.0 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmPhotoShow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPhotoShow));
  29. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  30. this.tsStateStep = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.pnlPic = new System.Windows.Forms.Panel();
  33. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  34. this.tsbtnPre = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnNext = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  38. this.tslblPageNum = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.statusStrip1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  41. this.pnlPic.SuspendLayout();
  42. this.toolStrip1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // statusStrip1
  46. //
  47. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  48. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  49. this.tsStateStep,
  50. this.tslblPageNum});
  51. this.statusStrip1.Location = new System.Drawing.Point(0, 750);
  52. this.statusStrip1.Name = "statusStrip1";
  53. this.statusStrip1.Size = new System.Drawing.Size(1378, 31);
  54. this.statusStrip1.TabIndex = 17;
  55. this.statusStrip1.Text = "statusStrip1";
  56. //
  57. // tsStateStep
  58. //
  59. this.tsStateStep.Name = "tsStateStep";
  60. this.tsStateStep.Size = new System.Drawing.Size(0, 24);
  61. //
  62. // pictureBox1
  63. //
  64. this.pictureBox1.Location = new System.Drawing.Point(56, 47);
  65. this.pictureBox1.Name = "pictureBox1";
  66. this.pictureBox1.Size = new System.Drawing.Size(579, 241);
  67. this.pictureBox1.TabIndex = 14;
  68. this.pictureBox1.TabStop = false;
  69. //
  70. // pnlPic
  71. //
  72. this.pnlPic.BackColor = System.Drawing.SystemColors.ActiveCaption;
  73. this.pnlPic.Controls.Add(this.pictureBox1);
  74. this.pnlPic.Location = new System.Drawing.Point(0, 68);
  75. this.pnlPic.Name = "pnlPic";
  76. this.pnlPic.Size = new System.Drawing.Size(831, 375);
  77. this.pnlPic.TabIndex = 23;
  78. //
  79. // toolStrip1
  80. //
  81. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  82. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  83. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  84. this.tsbtnPre,
  85. this.tsbtnNext,
  86. this.toolStripSeparator1,
  87. this.tsbtnClose});
  88. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  89. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  90. this.toolStrip1.Name = "toolStrip1";
  91. this.toolStrip1.Size = new System.Drawing.Size(1378, 65);
  92. this.toolStrip1.TabIndex = 24;
  93. this.toolStrip1.Text = "toolStrip1";
  94. //
  95. // tsbtnPre
  96. //
  97. this.tsbtnPre.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPre.Image")));
  98. this.tsbtnPre.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  99. this.tsbtnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.tsbtnPre.Name = "tsbtnPre";
  101. this.tsbtnPre.Size = new System.Drawing.Size(68, 60);
  102. this.tsbtnPre.Text = "上一张";
  103. this.tsbtnPre.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  104. this.tsbtnPre.ToolTipText = "上一张";
  105. this.tsbtnPre.Click += new System.EventHandler(this.tsbtnPre_Click);
  106. //
  107. // tsbtnNext
  108. //
  109. this.tsbtnNext.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNext.Image")));
  110. this.tsbtnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  111. this.tsbtnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tsbtnNext.Name = "tsbtnNext";
  113. this.tsbtnNext.Size = new System.Drawing.Size(68, 60);
  114. this.tsbtnNext.Text = "下一张";
  115. this.tsbtnNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  116. this.tsbtnNext.ToolTipText = "下一张";
  117. this.tsbtnNext.Click += new System.EventHandler(this.tsbtnNext_Click);
  118. //
  119. // toolStripSeparator1
  120. //
  121. this.toolStripSeparator1.Name = "toolStripSeparator1";
  122. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
  123. //
  124. // tsbtnClose
  125. //
  126. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  127. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  128. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  129. this.tsbtnClose.Name = "tsbtnClose";
  130. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  131. this.tsbtnClose.Text = " 关闭 ";
  132. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  133. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  134. //
  135. // tslblPageNum
  136. //
  137. this.tslblPageNum.Name = "tslblPageNum";
  138. this.tslblPageNum.Size = new System.Drawing.Size(195, 24);
  139. this.tslblPageNum.Text = "toolStripStatusLabel1";
  140. //
  141. // FrmPhotoShow
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(1378, 781);
  146. this.Controls.Add(this.statusStrip1);
  147. this.Controls.Add(this.toolStrip1);
  148. this.Controls.Add(this.pnlPic);
  149. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  150. this.KeyPreview = true;
  151. this.MaximizeBox = false;
  152. this.Name = "FrmPhotoShow";
  153. this.ShowIcon = false;
  154. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  155. this.Text = "图像预览";
  156. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  157. this.Load += new System.EventHandler(this.FrmPhotoShow_Load);
  158. this.Shown += new System.EventHandler(this.FrmPhotoShow_Shown);
  159. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmPhoto_KeyDown);
  160. this.statusStrip1.ResumeLayout(false);
  161. this.statusStrip1.PerformLayout();
  162. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  163. this.pnlPic.ResumeLayout(false);
  164. this.toolStrip1.ResumeLayout(false);
  165. this.toolStrip1.PerformLayout();
  166. this.ResumeLayout(false);
  167. this.PerformLayout();
  168. }
  169. #endregion
  170. private System.Windows.Forms.StatusStrip statusStrip1;
  171. private System.Windows.Forms.ToolStripStatusLabel tsStateStep;
  172. private System.Windows.Forms.PictureBox pictureBox1;
  173. private System.Windows.Forms.Panel pnlPic;
  174. private System.Windows.Forms.ToolStrip toolStrip1;
  175. private System.Windows.Forms.ToolStripButton tsbtnPre;
  176. private System.Windows.Forms.ToolStripButton tsbtnNext;
  177. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  178. private System.Windows.Forms.ToolStripButton tsbtnClose;
  179. private System.Windows.Forms.ToolStripStatusLabel tslblPageNum;
  180. }
  181. }