Form1.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. namespace Y.Test
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.embedPanel1 = new Y.Skin.YoPanel.EmbedPanel(this.components);
  30. this.flexiblePanel1 = new Y.Skin.YoPanel.FlexiblePanel();
  31. this.listBox1 = new System.Windows.Forms.ListBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.flexiblePanel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // embedPanel1
  38. //
  39. this.embedPanel1.AppFilename = "D:\\Soft\\LogReader\\logreader.exe";
  40. this.embedPanel1.AppProcess = null;
  41. this.embedPanel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  42. this.embedPanel1.Location = new System.Drawing.Point(205, 15);
  43. this.embedPanel1.Name = "embedPanel1";
  44. this.embedPanel1.Size = new System.Drawing.Size(222, 157);
  45. this.embedPanel1.TabIndex = 2;
  46. //
  47. // flexiblePanel1
  48. //
  49. this.flexiblePanel1.Controls.Add(this.listBox1);
  50. this.flexiblePanel1.Controls.Add(this.label1);
  51. this.flexiblePanel1.Controls.Add(this.button1);
  52. this.flexiblePanel1.Location = new System.Drawing.Point(12, 12);
  53. this.flexiblePanel1.Name = "flexiblePanel1";
  54. this.flexiblePanel1.Size = new System.Drawing.Size(172, 369);
  55. this.flexiblePanel1.TabIndex = 0;
  56. //
  57. // listBox1
  58. //
  59. this.listBox1.FormattingEnabled = true;
  60. this.listBox1.ItemHeight = 12;
  61. this.listBox1.Location = new System.Drawing.Point(17, 200);
  62. this.listBox1.Name = "listBox1";
  63. this.listBox1.Size = new System.Drawing.Size(120, 88);
  64. this.listBox1.TabIndex = 2;
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Location = new System.Drawing.Point(15, 45);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(41, 12);
  72. this.label1.TabIndex = 1;
  73. this.label1.Text = "label1";
  74. //
  75. // button1
  76. //
  77. this.button1.Location = new System.Drawing.Point(17, 3);
  78. this.button1.Name = "button1";
  79. this.button1.Size = new System.Drawing.Size(75, 23);
  80. this.button1.TabIndex = 0;
  81. this.button1.Text = "button1";
  82. this.button1.UseVisualStyleBackColor = true;
  83. //
  84. // Form1
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.ClientSize = new System.Drawing.Size(780, 413);
  89. this.Controls.Add(this.embedPanel1);
  90. this.Controls.Add(this.flexiblePanel1);
  91. this.Name = "Form1";
  92. this.Text = "D:\\Soft\\LogReader\\logreader.exe";
  93. this.Load += new System.EventHandler(this.Form1_Load);
  94. this.flexiblePanel1.ResumeLayout(false);
  95. this.flexiblePanel1.PerformLayout();
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. private Skin.YoPanel.FlexiblePanel flexiblePanel1;
  100. private System.Windows.Forms.ListBox listBox1;
  101. private System.Windows.Forms.Label label1;
  102. private System.Windows.Forms.Button button1;
  103. private Skin.YoPanel.EmbedPanel embedPanel1;
  104. }
  105. }