|
@@ -0,0 +1,76 @@
|
|
|
+
|
|
|
+namespace GetInputText
|
|
|
+{
|
|
|
+ partial class MainForm
|
|
|
+ {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.lbTitle = new System.Windows.Forms.Label();
|
|
|
+ this.tbContent = new System.Windows.Forms.TextBox();
|
|
|
+ this.SuspendLayout();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.lbTitle.AutoSize = true;
|
|
|
+ this.lbTitle.Font = new System.Drawing.Font("SimSun", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lbTitle.Location = new System.Drawing.Point(28, 19);
|
|
|
+ this.lbTitle.Name = "lbTitle";
|
|
|
+ this.lbTitle.Size = new System.Drawing.Size(136, 21);
|
|
|
+ this.lbTitle.TabIndex = 1;
|
|
|
+ this.lbTitle.Tag = "";
|
|
|
+ this.lbTitle.Text = "输入框内容:";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.tbContent.Location = new System.Drawing.Point(30, 54);
|
|
|
+ this.tbContent.Multiline = true;
|
|
|
+ this.tbContent.Name = "tbContent";
|
|
|
+ this.tbContent.Size = new System.Drawing.Size(518, 202);
|
|
|
+ this.tbContent.TabIndex = 2;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(570, 268);
|
|
|
+ this.Controls.Add(this.tbContent);
|
|
|
+ this.Controls.Add(this.lbTitle);
|
|
|
+ this.Name = "MainForm";
|
|
|
+ this.Text = "P";
|
|
|
+ this.TopMost = true;
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Label lbTitle;
|
|
|
+ private System.Windows.Forms.TextBox tbContent;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|