版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

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