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

171 regels
7.9 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class UIScanner
  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(UIScanner));
  29. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  30. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  31. this.tbtnRun = new System.Windows.Forms.ToolStripButton();
  32. this.tbtnScan = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  34. this.tbtnMode = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.tbtnExport = new System.Windows.Forms.ToolStripButton();
  37. this.tbtnImport = new System.Windows.Forms.ToolStripButton();
  38. this.tbtnShow = new System.Windows.Forms.ToolStripButton();
  39. this.toolStrip1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // propertyGrid1
  43. //
  44. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.propertyGrid1.HelpVisible = false;
  46. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  47. this.propertyGrid1.Location = new System.Drawing.Point(0, 31);
  48. this.propertyGrid1.Margin = new System.Windows.Forms.Padding(2);
  49. this.propertyGrid1.Name = "propertyGrid1";
  50. this.propertyGrid1.Size = new System.Drawing.Size(672, 383);
  51. this.propertyGrid1.TabIndex = 27;
  52. this.propertyGrid1.ToolbarVisible = false;
  53. this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
  54. //
  55. // toolStrip1
  56. //
  57. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  58. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  59. this.tbtnRun,
  60. this.tbtnScan,
  61. this.toolStripSeparator2,
  62. this.tbtnMode,
  63. this.tbtnShow,
  64. this.toolStripSeparator1,
  65. this.tbtnExport,
  66. this.tbtnImport});
  67. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  68. this.toolStrip1.Name = "toolStrip1";
  69. this.toolStrip1.Size = new System.Drawing.Size(672, 31);
  70. this.toolStrip1.TabIndex = 26;
  71. this.toolStrip1.Text = "toolStrip7";
  72. //
  73. // tbtnRun
  74. //
  75. this.tbtnRun.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRun.Image")));
  76. this.tbtnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  77. this.tbtnRun.Name = "tbtnRun";
  78. this.tbtnRun.Size = new System.Drawing.Size(60, 28);
  79. this.tbtnRun.Text = "执行";
  80. this.tbtnRun.Click += new System.EventHandler(this.tbtnRun_Click);
  81. //
  82. // tbtnScan
  83. //
  84. this.tbtnScan.Image = ((System.Drawing.Image)(resources.GetObject("tbtnScan.Image")));
  85. this.tbtnScan.ImageTransparentColor = System.Drawing.Color.Magenta;
  86. this.tbtnScan.Name = "tbtnScan";
  87. this.tbtnScan.Size = new System.Drawing.Size(60, 28);
  88. this.tbtnScan.Text = "拍照";
  89. this.tbtnScan.Click += new System.EventHandler(this.tbtnScan_Click);
  90. //
  91. // toolStripSeparator2
  92. //
  93. this.toolStripSeparator2.Name = "toolStripSeparator2";
  94. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
  95. //
  96. // tbtnMode
  97. //
  98. this.tbtnMode.Image = ((System.Drawing.Image)(resources.GetObject("tbtnMode.Image")));
  99. this.tbtnMode.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.tbtnMode.Name = "tbtnMode";
  101. this.tbtnMode.Size = new System.Drawing.Size(60, 28);
  102. this.tbtnMode.Text = "连续";
  103. this.tbtnMode.Click += new System.EventHandler(this.tbtnMode_Click);
  104. //
  105. // toolStripSeparator1
  106. //
  107. this.toolStripSeparator1.Name = "toolStripSeparator1";
  108. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
  109. //
  110. // tbtnExport
  111. //
  112. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  113. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tbtnExport.Name = "tbtnExport";
  115. this.tbtnExport.Size = new System.Drawing.Size(60, 28);
  116. this.tbtnExport.Text = "导出";
  117. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  118. //
  119. // tbtnImport
  120. //
  121. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  122. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.tbtnImport.Name = "tbtnImport";
  124. this.tbtnImport.Size = new System.Drawing.Size(60, 28);
  125. this.tbtnImport.Text = "导入";
  126. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  127. //
  128. // tbtnShow
  129. //
  130. this.tbtnShow.Image = ((System.Drawing.Image)(resources.GetObject("tbtnShow.Image")));
  131. this.tbtnShow.ImageTransparentColor = System.Drawing.Color.Magenta;
  132. this.tbtnShow.Name = "tbtnShow";
  133. this.tbtnShow.Size = new System.Drawing.Size(84, 28);
  134. this.tbtnShow.Text = "预览图像";
  135. this.tbtnShow.ToolTipText = "预览图像";
  136. this.tbtnShow.Click += new System.EventHandler(this.tbtnShow_Click);
  137. //
  138. // UIScanner
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.Controls.Add(this.propertyGrid1);
  143. this.Controls.Add(this.toolStrip1);
  144. this.Margin = new System.Windows.Forms.Padding(2);
  145. this.Name = "UIScanner";
  146. this.Size = new System.Drawing.Size(672, 414);
  147. this.toolStrip1.ResumeLayout(false);
  148. this.toolStrip1.PerformLayout();
  149. this.ResumeLayout(false);
  150. this.PerformLayout();
  151. }
  152. #endregion
  153. private System.Windows.Forms.PropertyGrid propertyGrid1;
  154. private System.Windows.Forms.ToolStrip toolStrip1;
  155. private System.Windows.Forms.ToolStripButton tbtnRun;
  156. private System.Windows.Forms.ToolStripButton tbtnExport;
  157. private System.Windows.Forms.ToolStripButton tbtnImport;
  158. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  159. private System.Windows.Forms.ToolStripButton tbtnScan;
  160. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  161. private System.Windows.Forms.ToolStripButton tbtnMode;
  162. private System.Windows.Forms.ToolStripButton tbtnShow;
  163. }
  164. }