版博士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.
 
 
 
 

87 line
3.4 KiB

  1. namespace AssistClient.UI
  2. {
  3. partial class UICodeScannerDev
  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. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  29. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  30. this.txtLog = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.statusStrip1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // propertyGrid1
  35. //
  36. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.propertyGrid1.HelpVisible = false;
  38. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  39. this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
  40. this.propertyGrid1.Name = "propertyGrid1";
  41. this.propertyGrid1.Size = new System.Drawing.Size(1008, 599);
  42. this.propertyGrid1.TabIndex = 35;
  43. this.propertyGrid1.ToolbarVisible = false;
  44. //
  45. // statusStrip1
  46. //
  47. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  48. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  49. this.txtLog});
  50. this.statusStrip1.Location = new System.Drawing.Point(0, 599);
  51. this.statusStrip1.Name = "statusStrip1";
  52. this.statusStrip1.Size = new System.Drawing.Size(1008, 22);
  53. this.statusStrip1.TabIndex = 34;
  54. this.statusStrip1.Text = "statusStrip1";
  55. //
  56. // txtLog
  57. //
  58. this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  59. this.txtLog.Name = "txtLog";
  60. this.txtLog.Size = new System.Drawing.Size(0, 15);
  61. //
  62. // UICodeScannerDev
  63. //
  64. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  65. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  66. this.Controls.Add(this.propertyGrid1);
  67. this.Controls.Add(this.statusStrip1);
  68. this.Name = "UICodeScannerDev";
  69. this.Size = new System.Drawing.Size(1008, 621);
  70. this.statusStrip1.ResumeLayout(false);
  71. this.statusStrip1.PerformLayout();
  72. this.ResumeLayout(false);
  73. this.PerformLayout();
  74. }
  75. #endregion
  76. private System.Windows.Forms.PropertyGrid propertyGrid1;
  77. private System.Windows.Forms.StatusStrip statusStrip1;
  78. private System.Windows.Forms.ToolStripStatusLabel txtLog;
  79. }
  80. }