版博士V2.0程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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