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

202 строки
9.6 KiB

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