版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UIIOCardDev.Designer.cs 9.2 KiB

2 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. namespace ProductionControl.UI
  2. {
  3. partial class UIIOCardDev
  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(UIIOCardDev));
  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.toolStripButton1 = 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.toolStripSeparator1,
  54. this.tbtnExport,
  55. this.tbtnImport,
  56. this.toolStripButton1});
  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. // toolStripSeparator1
  97. //
  98. this.toolStripSeparator1.Name = "toolStripSeparator1";
  99. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
  100. //
  101. // tbtnExport
  102. //
  103. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  104. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tbtnExport.Name = "tbtnExport";
  106. this.tbtnExport.Size = new System.Drawing.Size(74, 33);
  107. this.tbtnExport.Text = "导出";
  108. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  109. //
  110. // tbtnImport
  111. //
  112. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  113. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tbtnImport.Name = "tbtnImport";
  115. this.tbtnImport.Size = new System.Drawing.Size(74, 33);
  116. this.tbtnImport.Text = "导入";
  117. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  118. //
  119. // toolStripButton1
  120. //
  121. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  122. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  123. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  124. this.toolStripButton1.Name = "toolStripButton1";
  125. this.toolStripButton1.Size = new System.Drawing.Size(34, 28);
  126. this.toolStripButton1.Text = "toolStripButton1";
  127. this.toolStripButton1.Visible = false;
  128. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  129. //
  130. // propertyGrid1
  131. //
  132. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  134. this.propertyGrid1.Location = new System.Drawing.Point(0, 38);
  135. this.propertyGrid1.Name = "propertyGrid1";
  136. this.propertyGrid1.Size = new System.Drawing.Size(1008, 561);
  137. this.propertyGrid1.TabIndex = 33;
  138. this.propertyGrid1.ToolbarVisible = false;
  139. //
  140. // statusStrip1
  141. //
  142. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  143. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  144. this.txtLog});
  145. this.statusStrip1.Location = new System.Drawing.Point(0, 599);
  146. this.statusStrip1.Name = "statusStrip1";
  147. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
  148. this.statusStrip1.Size = new System.Drawing.Size(1008, 22);
  149. this.statusStrip1.TabIndex = 32;
  150. this.statusStrip1.Text = "statusStrip1";
  151. //
  152. // txtLog
  153. //
  154. this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  155. this.txtLog.Name = "txtLog";
  156. this.txtLog.Size = new System.Drawing.Size(0, 15);
  157. //
  158. // UIIOCardDev
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.Controls.Add(this.propertyGrid1);
  163. this.Controls.Add(this.statusStrip1);
  164. this.Controls.Add(this.toolStrip1);
  165. this.Name = "UIIOCardDev";
  166. this.Size = new System.Drawing.Size(1008, 621);
  167. this.toolStrip1.ResumeLayout(false);
  168. this.toolStrip1.PerformLayout();
  169. this.statusStrip1.ResumeLayout(false);
  170. this.statusStrip1.PerformLayout();
  171. this.ResumeLayout(false);
  172. this.PerformLayout();
  173. }
  174. #endregion
  175. private System.Windows.Forms.ToolStrip toolStrip1;
  176. private System.Windows.Forms.ToolStripButton tbtnRun;
  177. private System.Windows.Forms.ToolStripButton tbtnExport;
  178. private System.Windows.Forms.ToolStripButton tbtnImport;
  179. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  180. private System.Windows.Forms.PropertyGrid propertyGrid1;
  181. private System.Windows.Forms.StatusStrip statusStrip1;
  182. private System.Windows.Forms.ToolStripStatusLabel txtLog;
  183. private System.Windows.Forms.ToolStripButton tbtnSave;
  184. private System.Windows.Forms.ToolStripSeparator tssSave;
  185. private System.Windows.Forms.ToolStripButton tsbtnOpenDev;
  186. private System.Windows.Forms.ToolStripButton toolStripButton1;
  187. }
  188. }