版博士V2.0程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

224 rindas
11 KiB

  1. namespace AssistClient.UI
  2. {
  3. partial class UIScannerDev
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIScannerDev));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnOpenDev = new System.Windows.Forms.ToolStripButton();
  31. this.tbtnSave = new System.Windows.Forms.ToolStripButton();
  32. this.tssSave = new System.Windows.Forms.ToolStripSeparator();
  33. this.tbtnRun = new System.Windows.Forms.ToolStripButton();
  34. this.tbtnScan = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  36. this.tbtnMode = new System.Windows.Forms.ToolStripButton();
  37. this.tbtnShow = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tbtnExport = new System.Windows.Forms.ToolStripButton();
  40. this.tbtnImport = new System.Windows.Forms.ToolStripButton();
  41. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  42. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  43. this.txtLog = new System.Windows.Forms.ToolStripStatusLabel();
  44. this.toolStrip1.SuspendLayout();
  45. this.statusStrip1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // toolStrip1
  49. //
  50. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  51. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  52. this.tsbtnOpenDev,
  53. this.tbtnSave,
  54. this.tssSave,
  55. this.tbtnRun,
  56. this.tbtnScan,
  57. this.toolStripSeparator2,
  58. this.tbtnMode,
  59. this.tbtnShow,
  60. this.toolStripSeparator1,
  61. this.tbtnExport,
  62. this.tbtnImport});
  63. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  64. this.toolStrip1.Name = "toolStrip1";
  65. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  66. this.toolStrip1.Size = new System.Drawing.Size(1008, 38);
  67. this.toolStrip1.TabIndex = 26;
  68. this.toolStrip1.Text = "toolStrip7";
  69. //
  70. // tsbtnOpenDev
  71. //
  72. this.tsbtnOpenDev.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOpenDev.Image")));
  73. this.tsbtnOpenDev.ImageTransparentColor = System.Drawing.Color.Magenta;
  74. this.tsbtnOpenDev.Name = "tsbtnOpenDev";
  75. this.tsbtnOpenDev.Size = new System.Drawing.Size(110, 33);
  76. this.tsbtnOpenDev.Text = "打开设备";
  77. this.tsbtnOpenDev.Click += new System.EventHandler(this.tsbtnOpenDev_Click);
  78. //
  79. // tbtnSave
  80. //
  81. this.tbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tbtnSave.Image")));
  82. this.tbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  83. this.tbtnSave.Name = "tbtnSave";
  84. this.tbtnSave.Size = new System.Drawing.Size(74, 33);
  85. this.tbtnSave.Text = "保存";
  86. this.tbtnSave.Click += new System.EventHandler(this.tbtnSave_Click);
  87. //
  88. // tssSave
  89. //
  90. this.tssSave.Name = "tssSave";
  91. this.tssSave.Size = new System.Drawing.Size(6, 38);
  92. //
  93. // tbtnRun
  94. //
  95. this.tbtnRun.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRun.Image")));
  96. this.tbtnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.tbtnRun.Name = "tbtnRun";
  98. this.tbtnRun.Size = new System.Drawing.Size(74, 33);
  99. this.tbtnRun.Text = "执行";
  100. this.tbtnRun.Click += new System.EventHandler(this.tbtnRun_Click);
  101. //
  102. // tbtnScan
  103. //
  104. this.tbtnScan.Image = ((System.Drawing.Image)(resources.GetObject("tbtnScan.Image")));
  105. this.tbtnScan.ImageTransparentColor = System.Drawing.Color.Magenta;
  106. this.tbtnScan.Name = "tbtnScan";
  107. this.tbtnScan.Size = new System.Drawing.Size(74, 33);
  108. this.tbtnScan.Text = "拍照";
  109. this.tbtnScan.Click += new System.EventHandler(this.tbtnScan_Click);
  110. //
  111. // toolStripSeparator2
  112. //
  113. this.toolStripSeparator2.Name = "toolStripSeparator2";
  114. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 38);
  115. //
  116. // tbtnMode
  117. //
  118. this.tbtnMode.Image = ((System.Drawing.Image)(resources.GetObject("tbtnMode.Image")));
  119. this.tbtnMode.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.tbtnMode.Name = "tbtnMode";
  121. this.tbtnMode.Size = new System.Drawing.Size(74, 33);
  122. this.tbtnMode.Text = "连续";
  123. this.tbtnMode.Click += new System.EventHandler(this.tbtnMode_Click);
  124. //
  125. // tbtnShow
  126. //
  127. this.tbtnShow.Image = ((System.Drawing.Image)(resources.GetObject("tbtnShow.Image")));
  128. this.tbtnShow.ImageTransparentColor = System.Drawing.Color.Magenta;
  129. this.tbtnShow.Name = "tbtnShow";
  130. this.tbtnShow.Size = new System.Drawing.Size(110, 33);
  131. this.tbtnShow.Text = "预览图像";
  132. this.tbtnShow.ToolTipText = "预览图像";
  133. this.tbtnShow.Click += new System.EventHandler(this.tbtnShow_Click);
  134. //
  135. // toolStripSeparator1
  136. //
  137. this.toolStripSeparator1.Name = "toolStripSeparator1";
  138. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
  139. //
  140. // tbtnExport
  141. //
  142. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  143. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  144. this.tbtnExport.Name = "tbtnExport";
  145. this.tbtnExport.Size = new System.Drawing.Size(74, 33);
  146. this.tbtnExport.Text = "导出";
  147. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  148. //
  149. // tbtnImport
  150. //
  151. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  152. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  153. this.tbtnImport.Name = "tbtnImport";
  154. this.tbtnImport.Size = new System.Drawing.Size(74, 33);
  155. this.tbtnImport.Text = "导入";
  156. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  157. //
  158. // propertyGrid1
  159. //
  160. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  162. this.propertyGrid1.Location = new System.Drawing.Point(0, 38);
  163. this.propertyGrid1.Name = "propertyGrid1";
  164. this.propertyGrid1.Size = new System.Drawing.Size(1008, 561);
  165. this.propertyGrid1.TabIndex = 33;
  166. this.propertyGrid1.ToolbarVisible = false;
  167. //
  168. // statusStrip1
  169. //
  170. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  171. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  172. this.txtLog});
  173. this.statusStrip1.Location = new System.Drawing.Point(0, 599);
  174. this.statusStrip1.Name = "statusStrip1";
  175. this.statusStrip1.Size = new System.Drawing.Size(1008, 22);
  176. this.statusStrip1.TabIndex = 32;
  177. this.statusStrip1.Text = "statusStrip1";
  178. //
  179. // txtLog
  180. //
  181. this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  182. this.txtLog.Name = "txtLog";
  183. this.txtLog.Size = new System.Drawing.Size(0, 15);
  184. //
  185. // UIScannerDev
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.Controls.Add(this.propertyGrid1);
  190. this.Controls.Add(this.statusStrip1);
  191. this.Controls.Add(this.toolStrip1);
  192. this.Name = "UIScannerDev";
  193. this.Size = new System.Drawing.Size(1008, 621);
  194. this.toolStrip1.ResumeLayout(false);
  195. this.toolStrip1.PerformLayout();
  196. this.statusStrip1.ResumeLayout(false);
  197. this.statusStrip1.PerformLayout();
  198. this.ResumeLayout(false);
  199. this.PerformLayout();
  200. }
  201. #endregion
  202. private System.Windows.Forms.ToolStrip toolStrip1;
  203. private System.Windows.Forms.ToolStripButton tbtnRun;
  204. private System.Windows.Forms.ToolStripButton tbtnExport;
  205. private System.Windows.Forms.ToolStripButton tbtnImport;
  206. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  207. private System.Windows.Forms.ToolStripButton tbtnScan;
  208. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  209. private System.Windows.Forms.ToolStripButton tbtnMode;
  210. private System.Windows.Forms.ToolStripButton tbtnShow;
  211. private System.Windows.Forms.PropertyGrid propertyGrid1;
  212. private System.Windows.Forms.StatusStrip statusStrip1;
  213. private System.Windows.Forms.ToolStripStatusLabel txtLog;
  214. private System.Windows.Forms.ToolStripButton tbtnSave;
  215. private System.Windows.Forms.ToolStripSeparator tssSave;
  216. private System.Windows.Forms.ToolStripButton tsbtnOpenDev;
  217. }
  218. }