版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

138 wiersze
6.3 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class UISmallAxis
  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(UISmallAxis));
  29. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  30. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  31. this.tbtnRun = new System.Windows.Forms.ToolStripButton();
  32. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  33. this.tbtnExport = new System.Windows.Forms.ToolStripButton();
  34. this.tbtnImport = new System.Windows.Forms.ToolStripButton();
  35. this.tbtnHome = new System.Windows.Forms.ToolStripButton();
  36. this.toolStrip1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // propertyGrid1
  40. //
  41. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.propertyGrid1.HelpVisible = false;
  43. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  44. this.propertyGrid1.Location = new System.Drawing.Point(0, 31);
  45. this.propertyGrid1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  46. this.propertyGrid1.Name = "propertyGrid1";
  47. this.propertyGrid1.Size = new System.Drawing.Size(672, 383);
  48. this.propertyGrid1.TabIndex = 27;
  49. this.propertyGrid1.ToolbarVisible = false;
  50. this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
  51. //
  52. // toolStrip1
  53. //
  54. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  55. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  56. this.tbtnRun,
  57. this.tbtnHome,
  58. this.toolStripSeparator1,
  59. this.tbtnExport,
  60. this.tbtnImport});
  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. // tbtnRun
  68. //
  69. this.tbtnRun.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRun.Image")));
  70. this.tbtnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  71. this.tbtnRun.Name = "tbtnRun";
  72. this.tbtnRun.Size = new System.Drawing.Size(60, 28);
  73. this.tbtnRun.Text = "执行";
  74. this.tbtnRun.Click += new System.EventHandler(this.tbtnRun_Click);
  75. //
  76. // toolStripSeparator1
  77. //
  78. this.toolStripSeparator1.Name = "toolStripSeparator1";
  79. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
  80. //
  81. // tbtnExport
  82. //
  83. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  84. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  85. this.tbtnExport.Name = "tbtnExport";
  86. this.tbtnExport.Size = new System.Drawing.Size(60, 28);
  87. this.tbtnExport.Text = "导出";
  88. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  89. //
  90. // tbtnImport
  91. //
  92. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  93. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tbtnImport.Name = "tbtnImport";
  95. this.tbtnImport.Size = new System.Drawing.Size(60, 28);
  96. this.tbtnImport.Text = "导入";
  97. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  98. //
  99. // tbtnHome
  100. //
  101. this.tbtnHome.Image = ((System.Drawing.Image)(resources.GetObject("tbtnHome.Image")));
  102. this.tbtnHome.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tbtnHome.Name = "tbtnHome";
  104. this.tbtnHome.Size = new System.Drawing.Size(72, 28);
  105. this.tbtnHome.Text = "回原点";
  106. this.tbtnHome.Click += new System.EventHandler(this.tbtnHome_Click);
  107. //
  108. // UISmallAxis
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.Controls.Add(this.propertyGrid1);
  113. this.Controls.Add(this.toolStrip1);
  114. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  115. this.Name = "UISmallAxis";
  116. this.Size = new System.Drawing.Size(672, 414);
  117. this.toolStrip1.ResumeLayout(false);
  118. this.toolStrip1.PerformLayout();
  119. this.ResumeLayout(false);
  120. this.PerformLayout();
  121. }
  122. #endregion
  123. private System.Windows.Forms.PropertyGrid propertyGrid1;
  124. private System.Windows.Forms.ToolStrip toolStrip1;
  125. private System.Windows.Forms.ToolStripButton tbtnRun;
  126. private System.Windows.Forms.ToolStripButton tbtnExport;
  127. private System.Windows.Forms.ToolStripButton tbtnImport;
  128. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  129. private System.Windows.Forms.ToolStripButton tbtnHome;
  130. }
  131. }