版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

UISizeLib.Designer.cs 8.8 KiB

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