版博士V2.0程序
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.
 
 
 
 

214 lines
11 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmPhoto
  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(FrmPhoto));
  29. this.tsbtnPre = new System.Windows.Forms.ToolStripButton();
  30. this.tsbtnNext = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  33. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  34. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  39. this.tsStateStep = new System.Windows.Forms.ToolStripStatusLabel();
  40. this.chkAdd = new System.Windows.Forms.CheckBox();
  41. this.toolStrip1.SuspendLayout();
  42. this.panel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. this.statusStrip1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // tsbtnPre
  48. //
  49. this.tsbtnPre.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPre.Image")));
  50. this.tsbtnPre.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  51. this.tsbtnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
  52. this.tsbtnPre.Name = "tsbtnPre";
  53. this.tsbtnPre.Size = new System.Drawing.Size(68, 60);
  54. this.tsbtnPre.Text = "上一张";
  55. this.tsbtnPre.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  56. this.tsbtnPre.ToolTipText = "上一张";
  57. this.tsbtnPre.Click += new System.EventHandler(this.tsbtnPre_Click);
  58. //
  59. // tsbtnNext
  60. //
  61. this.tsbtnNext.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNext.Image")));
  62. this.tsbtnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  63. this.tsbtnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
  64. this.tsbtnNext.Name = "tsbtnNext";
  65. this.tsbtnNext.Size = new System.Drawing.Size(68, 60);
  66. this.tsbtnNext.Text = "下一张";
  67. this.tsbtnNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  68. this.tsbtnNext.ToolTipText = "下一张";
  69. this.tsbtnNext.Click += new System.EventHandler(this.tsbtnNext_Click);
  70. //
  71. // toolStripSeparator1
  72. //
  73. this.toolStripSeparator1.Name = "toolStripSeparator1";
  74. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
  75. //
  76. // tsbtnClose
  77. //
  78. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  79. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  80. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  81. this.tsbtnClose.Name = "tsbtnClose";
  82. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  83. this.tsbtnClose.Text = " 关闭 ";
  84. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  85. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  86. //
  87. // toolStrip1
  88. //
  89. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  90. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  91. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  92. this.tsbtnSave,
  93. this.toolStripSeparator2,
  94. this.tsbtnPre,
  95. this.tsbtnNext,
  96. this.toolStripSeparator1,
  97. this.tsbtnClose});
  98. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  99. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  100. this.toolStrip1.Name = "toolStrip1";
  101. this.toolStrip1.Size = new System.Drawing.Size(1378, 65);
  102. this.toolStrip1.TabIndex = 12;
  103. this.toolStrip1.Text = "toolStrip1";
  104. //
  105. // tsbtnSave
  106. //
  107. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  108. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  109. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  110. this.tsbtnSave.Name = "tsbtnSave";
  111. this.tsbtnSave.Size = new System.Drawing.Size(70, 60);
  112. this.tsbtnSave.Text = " 保存 ";
  113. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  114. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  115. //
  116. // toolStripSeparator2
  117. //
  118. this.toolStripSeparator2.Name = "toolStripSeparator2";
  119. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 65);
  120. this.toolStripSeparator2.Click += new System.EventHandler(this.toolStripSeparator2_Click);
  121. //
  122. // panel1
  123. //
  124. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  125. this.panel1.Controls.Add(this.pictureBox1);
  126. this.panel1.Location = new System.Drawing.Point(0, 78);
  127. this.panel1.Name = "panel1";
  128. this.panel1.Size = new System.Drawing.Size(1366, 604);
  129. this.panel1.TabIndex = 16;
  130. //
  131. // pictureBox1
  132. //
  133. this.pictureBox1.Location = new System.Drawing.Point(103, 38);
  134. this.pictureBox1.Name = "pictureBox1";
  135. this.pictureBox1.Size = new System.Drawing.Size(579, 241);
  136. this.pictureBox1.TabIndex = 14;
  137. this.pictureBox1.TabStop = false;
  138. //
  139. // statusStrip1
  140. //
  141. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  142. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  143. this.tsStateStep});
  144. this.statusStrip1.Location = new System.Drawing.Point(0, 759);
  145. this.statusStrip1.Name = "statusStrip1";
  146. this.statusStrip1.Size = new System.Drawing.Size(1378, 22);
  147. this.statusStrip1.TabIndex = 17;
  148. this.statusStrip1.Text = "statusStrip1";
  149. //
  150. // tsStateStep
  151. //
  152. this.tsStateStep.Name = "tsStateStep";
  153. this.tsStateStep.Size = new System.Drawing.Size(0, 15);
  154. //
  155. // chkAdd
  156. //
  157. this.chkAdd.AutoSize = true;
  158. this.chkAdd.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.chkAdd.Location = new System.Drawing.Point(470, 21);
  160. this.chkAdd.Name = "chkAdd";
  161. this.chkAdd.Size = new System.Drawing.Size(212, 32);
  162. this.chkAdd.TabIndex = 18;
  163. this.chkAdd.Text = "加入打标队列";
  164. this.chkAdd.UseVisualStyleBackColor = true;
  165. this.chkAdd.CheckedChanged += new System.EventHandler(this.chkAdd_CheckedChanged);
  166. //
  167. // FrmPhoto
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.ClientSize = new System.Drawing.Size(1378, 781);
  172. this.Controls.Add(this.chkAdd);
  173. this.Controls.Add(this.statusStrip1);
  174. this.Controls.Add(this.panel1);
  175. this.Controls.Add(this.toolStrip1);
  176. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  177. this.KeyPreview = true;
  178. this.MaximizeBox = false;
  179. this.Name = "FrmPhoto";
  180. this.ShowIcon = false;
  181. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  182. this.Text = "缺陷查看";
  183. this.Load += new System.EventHandler(this.FrmPhoto_Load);
  184. this.Shown += new System.EventHandler(this.FrmPhoto_Shown);
  185. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmPhoto_KeyDown);
  186. this.toolStrip1.ResumeLayout(false);
  187. this.toolStrip1.PerformLayout();
  188. this.panel1.ResumeLayout(false);
  189. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  190. this.statusStrip1.ResumeLayout(false);
  191. this.statusStrip1.PerformLayout();
  192. this.ResumeLayout(false);
  193. this.PerformLayout();
  194. }
  195. #endregion
  196. private System.Windows.Forms.ToolStripButton tsbtnPre;
  197. private System.Windows.Forms.ToolStripButton tsbtnNext;
  198. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  199. private System.Windows.Forms.ToolStripButton tsbtnClose;
  200. private System.Windows.Forms.ToolStrip toolStrip1;
  201. private System.Windows.Forms.Panel panel1;
  202. private System.Windows.Forms.PictureBox pictureBox1;
  203. private System.Windows.Forms.StatusStrip statusStrip1;
  204. private System.Windows.Forms.ToolStripStatusLabel tsStateStep;
  205. private System.Windows.Forms.CheckBox chkAdd;
  206. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  207. private System.Windows.Forms.ToolStripButton tsbtnSave;
  208. }
  209. }