版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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