版博士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.
 
 
 
 

219 lines
11 KiB

  1. namespace MaiMuAOI.SysUI.DefectPicShow
  2. {
  3. partial class ImageShowFrm
  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(ImageShowFrm));
  29. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  30. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  31. this.tsbtnPre = new System.Windows.Forms.ToolStripButton();
  32. this.tsbtnNext = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  34. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  35. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  36. this.tsStateStep = new System.Windows.Forms.ToolStripStatusLabel();
  37. this.logsts = new System.Windows.Forms.ToolStripStatusLabel();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.imageBox2 = new ImageToolKits.ImageBox();
  40. this.imageBox1 = new ImageToolKits.ImageBox();
  41. this.toolStrip1.SuspendLayout();
  42. this.statusStrip1.SuspendLayout();
  43. this.panel1.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // uiTitel1
  47. //
  48. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  49. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  51. this.uiTitel1.Name = "uiTitel1";
  52. this.uiTitel1.Size = new System.Drawing.Size(1035, 46);
  53. this.uiTitel1.TabIndex = 33;
  54. //
  55. // toolStrip1
  56. //
  57. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  58. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  59. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  60. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  61. this.tsbtnPre,
  62. this.tsbtnNext,
  63. this.toolStripSeparator1,
  64. this.tsbtnExit});
  65. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  66. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  67. this.toolStrip1.Name = "toolStrip1";
  68. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  69. this.toolStrip1.Size = new System.Drawing.Size(1035, 56);
  70. this.toolStrip1.TabIndex = 34;
  71. this.toolStrip1.Text = "toolStrip1";
  72. //
  73. // tsbtnPre
  74. //
  75. this.tsbtnPre.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  76. this.tsbtnPre.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPre.Image")));
  77. this.tsbtnPre.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  78. this.tsbtnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
  79. this.tsbtnPre.Name = "tsbtnPre";
  80. this.tsbtnPre.Size = new System.Drawing.Size(48, 53);
  81. this.tsbtnPre.Text = "上一张";
  82. this.tsbtnPre.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  83. this.tsbtnPre.ToolTipText = "上一张";
  84. this.tsbtnPre.Click += new System.EventHandler(this.tsbtnPre_Click);
  85. //
  86. // tsbtnNext
  87. //
  88. this.tsbtnNext.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  89. this.tsbtnNext.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNext.Image")));
  90. this.tsbtnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  91. this.tsbtnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
  92. this.tsbtnNext.Name = "tsbtnNext";
  93. this.tsbtnNext.Size = new System.Drawing.Size(48, 53);
  94. this.tsbtnNext.Text = "下一张";
  95. this.tsbtnNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  96. this.tsbtnNext.ToolTipText = "下一张";
  97. this.tsbtnNext.Click += new System.EventHandler(this.tsbtnNext_Click);
  98. //
  99. // toolStripSeparator1
  100. //
  101. this.toolStripSeparator1.Name = "toolStripSeparator1";
  102. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  103. //
  104. // tsbtnExit
  105. //
  106. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  107. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  108. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  109. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  110. this.tsbtnExit.Name = "tsbtnExit";
  111. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  112. this.tsbtnExit.Text = " 退出 ";
  113. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  114. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
  115. //
  116. // statusStrip1
  117. //
  118. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  119. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  120. this.tsStateStep,
  121. this.logsts});
  122. this.statusStrip1.Location = new System.Drawing.Point(0, 558);
  123. this.statusStrip1.Name = "statusStrip1";
  124. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  125. this.statusStrip1.Size = new System.Drawing.Size(1035, 22);
  126. this.statusStrip1.TabIndex = 35;
  127. this.statusStrip1.Text = "statusStrip1";
  128. //
  129. // tsStateStep
  130. //
  131. this.tsStateStep.Name = "tsStateStep";
  132. this.tsStateStep.Size = new System.Drawing.Size(0, 17);
  133. //
  134. // logsts
  135. //
  136. this.logsts.BackColor = System.Drawing.SystemColors.ControlLightLight;
  137. this.logsts.Name = "logsts";
  138. this.logsts.Size = new System.Drawing.Size(17, 17);
  139. this.logsts.Text = "...";
  140. //
  141. // panel1
  142. //
  143. this.panel1.BackColor = System.Drawing.SystemColors.HighlightText;
  144. this.panel1.Controls.Add(this.imageBox2);
  145. this.panel1.Controls.Add(this.imageBox1);
  146. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.panel1.Location = new System.Drawing.Point(0, 102);
  148. this.panel1.Name = "panel1";
  149. this.panel1.Size = new System.Drawing.Size(1035, 456);
  150. this.panel1.TabIndex = 36;
  151. //
  152. // imageBox2
  153. //
  154. this.imageBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  155. this.imageBox2.ColorName = System.Drawing.Color.LimeGreen;
  156. this.imageBox2.DrawParam = null;
  157. this.imageBox2.Image = null;
  158. this.imageBox2.Location = new System.Drawing.Point(482, 0);
  159. this.imageBox2.Margin = new System.Windows.Forms.Padding(0);
  160. this.imageBox2.Name = "imageBox2";
  161. this.imageBox2.Size = new System.Drawing.Size(452, 446);
  162. this.imageBox2.TabIndex = 1;
  163. //
  164. // imageBox1
  165. //
  166. this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  167. this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
  168. this.imageBox1.DrawParam = null;
  169. this.imageBox1.Image = null;
  170. this.imageBox1.Location = new System.Drawing.Point(0, 0);
  171. this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
  172. this.imageBox1.Name = "imageBox1";
  173. this.imageBox1.Size = new System.Drawing.Size(452, 446);
  174. this.imageBox1.TabIndex = 0;
  175. //
  176. // ImageShowFrm
  177. //
  178. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  179. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180. this.ClientSize = new System.Drawing.Size(1035, 580);
  181. this.Controls.Add(this.panel1);
  182. this.Controls.Add(this.statusStrip1);
  183. this.Controls.Add(this.toolStrip1);
  184. this.Controls.Add(this.uiTitel1);
  185. this.Name = "ImageShowFrm";
  186. this.Text = "ImageShowFrm";
  187. this.Load += new System.EventHandler(this.ImageShowFrm_Load);
  188. this.Shown += new System.EventHandler(this.ImageShowFrm_Shown);
  189. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmPhoto_KeyDown);
  190. this.Resize += new System.EventHandler(this.ImageShowFrm_Resize);
  191. this.toolStrip1.ResumeLayout(false);
  192. this.toolStrip1.PerformLayout();
  193. this.statusStrip1.ResumeLayout(false);
  194. this.statusStrip1.PerformLayout();
  195. this.panel1.ResumeLayout(false);
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  201. private System.Windows.Forms.ToolStrip toolStrip1;
  202. private System.Windows.Forms.ToolStripButton tsbtnPre;
  203. private System.Windows.Forms.ToolStripButton tsbtnNext;
  204. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  205. private System.Windows.Forms.ToolStripButton tsbtnExit;
  206. private System.Windows.Forms.StatusStrip statusStrip1;
  207. private System.Windows.Forms.ToolStripStatusLabel tsStateStep;
  208. private System.Windows.Forms.Panel panel1;
  209. private ImageToolKits.ImageBox imageBox1;
  210. private System.Windows.Forms.ToolStripStatusLabel logsts;
  211. private ImageToolKits.ImageBox imageBox2;
  212. }
  213. }