正在阅读:在.NET程序中使用PIPE(管道技术)在.NET程序中使用PIPE(管道技术)

2004-02-14 09:34 出处:PConline 作者:夏桅/CSDN 责任编辑:linjixiong

  #region Windows 窗体设计器生成的代码
  /// <summary>
  /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  /// 此方法的内容。
  /// </summary>
  private void InitializeComponent()
  {
   this.tbResult = new System.Windows.Forms.RichTextBox();
   this.btnExit = new System.Windows.Forms.Button();
   this.btnRefresh = new System.Windows.Forms.Button();
   this.SuspendLayout();
   //
   // tbResult
   //
   this.tbResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    | System.Windows.Forms.AnchorStyles.Left)
    | System.Windows.Forms.AnchorStyles.Right)));
   this.tbResult.BackColor = System.Drawing.SystemColors.Info;
   this.tbResult.Location = new System.Drawing.Point(8, 8);
   this.tbResult.Name = "tbResult";
   this.tbResult.ReadOnly = true;
   this.tbResult.Size = new System.Drawing.Size(376, 424);
   this.tbResult.TabIndex = 0;
   this.tbResult.Text = "";
   //
   // btnExit
   //

键盘也能翻页,试试“← →”键

关注我们

最新资讯离线随时看 聊天吐槽赢奖品