FrmBog.Designer.cs
上传用户:xhd1221
上传日期:2022-05-28
资源大小:186k
文件大小:2k
源码类别:

外挂编程

开发平台:

C/C++

  1. namespace QQWinFarm
  2. {
  3.     partial class FrmBog
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBog));
  29.             this.lbInfo = new System.Windows.Forms.ListBox();
  30.             this.SuspendLayout();
  31.             // 
  32.             // lbInfo
  33.             // 
  34.             this.lbInfo.FormattingEnabled = true;
  35.             this.lbInfo.HorizontalScrollbar = true;
  36.             this.lbInfo.ItemHeight = 12;
  37.             this.lbInfo.Location = new System.Drawing.Point(3, 8);
  38.             this.lbInfo.Name = "lbInfo";
  39.             this.lbInfo.Size = new System.Drawing.Size(286, 256);
  40.             this.lbInfo.TabIndex = 10;
  41.             // 
  42.             // FrmBog
  43.             // 
  44.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  45.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  46.             this.ClientSize = new System.Drawing.Size(293, 272);
  47.             this.Controls.Add(this.lbInfo);
  48.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  49.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  50.             this.MaximizeBox = false;
  51.             this.Name = "FrmBog";
  52.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  53.             this.Text = "采摘结果";
  54.             this.Load += new System.EventHandler(this.FrmBog_Load);
  55.             this.ResumeLayout(false);
  56.         }
  57.         #endregion
  58.         private System.Windows.Forms.ListBox lbInfo;
  59.     }
  60. }