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

225 строки
11 KiB

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