FrmBog.Designer.cs
资源名称:QQFarm.rar [点击查看]
上传用户:xhd1221
上传日期:2022-05-28
资源大小:186k
文件大小:2k
源码类别:
外挂编程
开发平台:
C/C++
- namespace QQWinFarm
- {
- partial class FrmBog
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBog));
- this.lbInfo = new System.Windows.Forms.ListBox();
- this.SuspendLayout();
- //
- // lbInfo
- //
- this.lbInfo.FormattingEnabled = true;
- this.lbInfo.HorizontalScrollbar = true;
- this.lbInfo.ItemHeight = 12;
- this.lbInfo.Location = new System.Drawing.Point(3, 8);
- this.lbInfo.Name = "lbInfo";
- this.lbInfo.Size = new System.Drawing.Size(286, 256);
- this.lbInfo.TabIndex = 10;
- //
- // FrmBog
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(293, 272);
- this.Controls.Add(this.lbInfo);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "FrmBog";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "采摘结果";
- this.Load += new System.EventHandler(this.FrmBog_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ListBox lbInfo;
- }
- }