版博士V2.0程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

124 líneas
5.5 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class UIIOCard
  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(UIIOCard));
  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.toolStrip1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // propertyGrid1
  39. //
  40. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.propertyGrid1.HelpVisible = false;
  42. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  43. this.propertyGrid1.Location = new System.Drawing.Point(0, 33);
  44. this.propertyGrid1.Name = "propertyGrid1";
  45. this.propertyGrid1.Size = new System.Drawing.Size(1008, 588);
  46. this.propertyGrid1.TabIndex = 27;
  47. this.propertyGrid1.ToolbarVisible = false;
  48. this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
  49. //
  50. // toolStrip1
  51. //
  52. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  53. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  54. this.tbtnRun,
  55. this.toolStripSeparator1,
  56. this.tbtnExport,
  57. this.tbtnImport});
  58. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  59. this.toolStrip1.Name = "toolStrip1";
  60. this.toolStrip1.Size = new System.Drawing.Size(1008, 33);
  61. this.toolStrip1.TabIndex = 26;
  62. this.toolStrip1.Text = "toolStrip7";
  63. //
  64. // tbtnRun
  65. //
  66. this.tbtnRun.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRun.Image")));
  67. this.tbtnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  68. this.tbtnRun.Name = "tbtnRun";
  69. this.tbtnRun.Size = new System.Drawing.Size(74, 28);
  70. this.tbtnRun.Text = "执行";
  71. this.tbtnRun.Click += new System.EventHandler(this.tbtnRun_Click);
  72. //
  73. // toolStripSeparator1
  74. //
  75. this.toolStripSeparator1.Name = "toolStripSeparator1";
  76. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
  77. //
  78. // tbtnExport
  79. //
  80. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  81. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  82. this.tbtnExport.Name = "tbtnExport";
  83. this.tbtnExport.Size = new System.Drawing.Size(74, 28);
  84. this.tbtnExport.Text = "导出";
  85. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  86. //
  87. // tbtnImport
  88. //
  89. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  90. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  91. this.tbtnImport.Name = "tbtnImport";
  92. this.tbtnImport.Size = new System.Drawing.Size(74, 28);
  93. this.tbtnImport.Text = "导入";
  94. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  95. //
  96. // UIIOCard
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.Controls.Add(this.propertyGrid1);
  101. this.Controls.Add(this.toolStrip1);
  102. this.Name = "UIIOCard";
  103. this.Size = new System.Drawing.Size(1008, 621);
  104. this.toolStrip1.ResumeLayout(false);
  105. this.toolStrip1.PerformLayout();
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private System.Windows.Forms.PropertyGrid propertyGrid1;
  111. private System.Windows.Forms.ToolStrip toolStrip1;
  112. private System.Windows.Forms.ToolStripButton tbtnRun;
  113. private System.Windows.Forms.ToolStripButton tbtnExport;
  114. private System.Windows.Forms.ToolStripButton tbtnImport;
  115. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  116. }
  117. }