版博士V2.0程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

214 linhas
10 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class UISizeLib
  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(UISizeLib));
  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.tbtnDebug = 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.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tbtnGetPos = new System.Windows.Forms.ToolStripButton();
  40. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  41. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  42. this.txtLog = new System.Windows.Forms.ToolStripStatusLabel();
  43. this.toolStrip1.SuspendLayout();
  44. this.statusStrip1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // toolStrip1
  48. //
  49. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  50. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  51. this.tsbtnOpenDev,
  52. this.tbtnSave,
  53. this.tssSave,
  54. this.tbtnRun,
  55. this.tbtnDebug,
  56. this.toolStripSeparator1,
  57. this.tbtnExport,
  58. this.tbtnImport,
  59. this.toolStripSeparator2,
  60. this.tbtnGetPos});
  61. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  62. this.toolStrip1.Name = "toolStrip1";
  63. this.toolStrip1.Size = new System.Drawing.Size(672, 31);
  64. this.toolStrip1.TabIndex = 26;
  65. this.toolStrip1.Text = "toolStrip7";
  66. //
  67. // tsbtnOpenDev
  68. //
  69. this.tsbtnOpenDev.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOpenDev.Image")));
  70. this.tsbtnOpenDev.ImageTransparentColor = System.Drawing.Color.Magenta;
  71. this.tsbtnOpenDev.Name = "tsbtnOpenDev";
  72. this.tsbtnOpenDev.Size = new System.Drawing.Size(84, 28);
  73. this.tsbtnOpenDev.Text = "打开设备";
  74. this.tsbtnOpenDev.Click += new System.EventHandler(this.tsbtnOpenDev_Click);
  75. //
  76. // tbtnSave
  77. //
  78. this.tbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tbtnSave.Image")));
  79. this.tbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  80. this.tbtnSave.Name = "tbtnSave";
  81. this.tbtnSave.Size = new System.Drawing.Size(60, 28);
  82. this.tbtnSave.Text = "保存";
  83. this.tbtnSave.Click += new System.EventHandler(this.tbtnSave_Click);
  84. //
  85. // tssSave
  86. //
  87. this.tssSave.Name = "tssSave";
  88. this.tssSave.Size = new System.Drawing.Size(6, 31);
  89. //
  90. // tbtnRun
  91. //
  92. this.tbtnRun.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRun.Image")));
  93. this.tbtnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tbtnRun.Name = "tbtnRun";
  95. this.tbtnRun.Size = new System.Drawing.Size(60, 28);
  96. this.tbtnRun.Text = "执行";
  97. this.tbtnRun.Click += new System.EventHandler(this.tbtnRun_Click);
  98. //
  99. // tbtnDebug
  100. //
  101. this.tbtnDebug.Image = ((System.Drawing.Image)(resources.GetObject("tbtnDebug.Image")));
  102. this.tbtnDebug.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tbtnDebug.Name = "tbtnDebug";
  104. this.tbtnDebug.Size = new System.Drawing.Size(84, 28);
  105. this.tbtnDebug.Text = "打开调试";
  106. this.tbtnDebug.Click += new System.EventHandler(this.tbtnDebug_Click);
  107. //
  108. // toolStripSeparator1
  109. //
  110. this.toolStripSeparator1.Name = "toolStripSeparator1";
  111. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
  112. //
  113. // tbtnExport
  114. //
  115. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  116. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tbtnExport.Name = "tbtnExport";
  118. this.tbtnExport.Size = new System.Drawing.Size(60, 28);
  119. this.tbtnExport.Text = "导出";
  120. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  121. //
  122. // tbtnImport
  123. //
  124. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  125. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.tbtnImport.Name = "tbtnImport";
  127. this.tbtnImport.Size = new System.Drawing.Size(60, 28);
  128. this.tbtnImport.Text = "导入";
  129. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  130. //
  131. // toolStripSeparator2
  132. //
  133. this.toolStripSeparator2.Name = "toolStripSeparator2";
  134. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
  135. //
  136. // tbtnGetPos
  137. //
  138. this.tbtnGetPos.Image = ((System.Drawing.Image)(resources.GetObject("tbtnGetPos.Image")));
  139. this.tbtnGetPos.ImageTransparentColor = System.Drawing.Color.Magenta;
  140. this.tbtnGetPos.Name = "tbtnGetPos";
  141. this.tbtnGetPos.Size = new System.Drawing.Size(84, 28);
  142. this.tbtnGetPos.Text = "点位抓取";
  143. this.tbtnGetPos.Visible = false;
  144. this.tbtnGetPos.Click += new System.EventHandler(this.tbtnGetPos_Click);
  145. //
  146. // propertyGrid1
  147. //
  148. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  150. this.propertyGrid1.Location = new System.Drawing.Point(0, 31);
  151. this.propertyGrid1.Margin = new System.Windows.Forms.Padding(2);
  152. this.propertyGrid1.Name = "propertyGrid1";
  153. this.propertyGrid1.Size = new System.Drawing.Size(672, 361);
  154. this.propertyGrid1.TabIndex = 33;
  155. this.propertyGrid1.ToolbarVisible = false;
  156. //
  157. // statusStrip1
  158. //
  159. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  160. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  161. this.txtLog});
  162. this.statusStrip1.Location = new System.Drawing.Point(0, 392);
  163. this.statusStrip1.Name = "statusStrip1";
  164. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  165. this.statusStrip1.Size = new System.Drawing.Size(672, 22);
  166. this.statusStrip1.TabIndex = 32;
  167. this.statusStrip1.Text = "statusStrip1";
  168. //
  169. // txtLog
  170. //
  171. this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  172. this.txtLog.Name = "txtLog";
  173. this.txtLog.Size = new System.Drawing.Size(0, 17);
  174. //
  175. // UISizeLib
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.Controls.Add(this.propertyGrid1);
  180. this.Controls.Add(this.statusStrip1);
  181. this.Controls.Add(this.toolStrip1);
  182. this.Margin = new System.Windows.Forms.Padding(2);
  183. this.Name = "UISizeLib";
  184. this.Size = new System.Drawing.Size(672, 414);
  185. this.toolStrip1.ResumeLayout(false);
  186. this.toolStrip1.PerformLayout();
  187. this.statusStrip1.ResumeLayout(false);
  188. this.statusStrip1.PerformLayout();
  189. this.ResumeLayout(false);
  190. this.PerformLayout();
  191. }
  192. #endregion
  193. private System.Windows.Forms.ToolStrip toolStrip1;
  194. private System.Windows.Forms.ToolStripButton tbtnRun;
  195. private System.Windows.Forms.ToolStripButton tbtnExport;
  196. private System.Windows.Forms.ToolStripButton tbtnImport;
  197. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  198. private System.Windows.Forms.PropertyGrid propertyGrid1;
  199. private System.Windows.Forms.StatusStrip statusStrip1;
  200. private System.Windows.Forms.ToolStripStatusLabel txtLog;
  201. private System.Windows.Forms.ToolStripButton tbtnSave;
  202. private System.Windows.Forms.ToolStripSeparator tssSave;
  203. private System.Windows.Forms.ToolStripButton tsbtnOpenDev;
  204. private System.Windows.Forms.ToolStripButton tbtnDebug;
  205. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  206. private System.Windows.Forms.ToolStripButton tbtnGetPos;
  207. }
  208. }