#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 //
|