Form1.Designer.cs
上传用户:lu8882009
上传日期:2020-11-25
资源大小:118k
文件大小:5k
源码类别:

破解

开发平台:

Visual C++

  1. namespace ReverseRatClient
  2. {
  3.     partial class Form1
  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(Form1));
  29.             this.textBox1 = new System.Windows.Forms.TextBox();
  30.             this.textBox2 = new System.Windows.Forms.TextBox();
  31.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  32.             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  33.             this.statusStrip1.SuspendLayout();
  34.             this.SuspendLayout();
  35.             // 
  36.             // textBox1
  37.             // 
  38.             this.textBox1.BackColor = System.Drawing.Color.Black;
  39.             this.textBox1.Dock = System.Windows.Forms.DockStyle.Top;
  40.             this.textBox1.ForeColor = System.Drawing.Color.Lime;
  41.             this.textBox1.Location = new System.Drawing.Point(0, 0);
  42.             this.textBox1.Multiline = true;
  43.             this.textBox1.Name = "textBox1";
  44.             this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  45.             this.textBox1.Size = new System.Drawing.Size(646, 348);
  46.             this.textBox1.TabIndex = 0;
  47.             // 
  48.             // textBox2
  49.             // 
  50.             this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  51.             this.textBox2.Location = new System.Drawing.Point(0, 348);
  52.             this.textBox2.Name = "textBox2";
  53.             this.textBox2.Size = new System.Drawing.Size(646, 20);
  54.             this.textBox2.TabIndex = 1;
  55.             this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown);
  56.             // 
  57.             // statusStrip1
  58.             // 
  59.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60.             this.toolStripStatusLabel1});
  61.             this.statusStrip1.Location = new System.Drawing.Point(0, 369);
  62.             this.statusStrip1.Name = "statusStrip1";
  63.             this.statusStrip1.Size = new System.Drawing.Size(646, 22);
  64.             this.statusStrip1.TabIndex = 2;
  65.             this.statusStrip1.Text = "statusStrip1";
  66.             // 
  67.             // toolStripStatusLabel1
  68.             // 
  69.             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  70.             this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
  71.             this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  72.             // 
  73.             // Form1
  74.             // 
  75.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  76.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77.             this.ClientSize = new System.Drawing.Size(646, 391);
  78.             this.Controls.Add(this.statusStrip1);
  79.             this.Controls.Add(this.textBox2);
  80.             this.Controls.Add(this.textBox1);
  81.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  82.             this.MaximizeBox = false;
  83.             this.Name = "Form1";
  84.             this.Text = "Reverse Connection Client Listener  by Paul Chin";
  85.             this.Shown += new System.EventHandler(this.Form1_Shown);
  86.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  87.             this.statusStrip1.ResumeLayout(false);
  88.             this.statusStrip1.PerformLayout();
  89.             this.ResumeLayout(false);
  90.             this.PerformLayout();
  91.         }
  92.         #endregion
  93.         private System.Windows.Forms.TextBox textBox1;
  94.         private System.Windows.Forms.TextBox textBox2;
  95.         private System.Windows.Forms.StatusStrip statusStrip1;
  96.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  97.     }
  98. }