版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

191 řádky
8.9 KiB

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