版博士V2.0程序
Você não pode selecionar mais de 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.
 
 
 
 

202 linhas
9.6 KiB

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