⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 visual c# 网络编程技术与实践实例包括几个源码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.txtNewDir.Name = "txtNewDir";
            this.txtNewDir.Size = new System.Drawing.Size(539, 21);
            this.txtNewDir.TabIndex = 1;
            // 
            // btnewDir
            // 
            this.btnewDir.Location = new System.Drawing.Point(6, 42);
            this.btnewDir.Name = "btnewDir";
            this.btnewDir.Size = new System.Drawing.Size(539, 21);
            this.btnewDir.TabIndex = 0;
            this.btnewDir.Text = "新建目录";
            this.btnewDir.UseVisualStyleBackColor = true;
            this.btnewDir.Click += new System.EventHandler(this.btnewDir_Click);
            // 
            // grpBoxConfig
            // 
            this.grpBoxConfig.BackColor = System.Drawing.SystemColors.Control;
            this.grpBoxConfig.Controls.Add(this.txtPassword);
            this.grpBoxConfig.Controls.Add(this.label3);
            this.grpBoxConfig.Controls.Add(this.txtUsername);
            this.grpBoxConfig.Controls.Add(this.label2);
            this.grpBoxConfig.Controls.Add(this.txtServerIP);
            this.grpBoxConfig.Controls.Add(this.btnFTPSave);
            this.grpBoxConfig.Controls.Add(this.label1);
            this.grpBoxConfig.Location = new System.Drawing.Point(13, 429);
            this.grpBoxConfig.Name = "grpBoxConfig";
            this.grpBoxConfig.Size = new System.Drawing.Size(550, 81);
            this.grpBoxConfig.TabIndex = 7;
            this.grpBoxConfig.TabStop = false;
            this.grpBoxConfig.Text = "FTP配置";
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(381, 26);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(163, 21);
            this.txtPassword.TabIndex = 7;
            this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(378, 15);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 8;
            this.label3.Text = "密码";
            // 
            // txtUsername
            // 
            this.txtUsername.Location = new System.Drawing.Point(193, 26);
            this.txtUsername.Name = "txtUsername";
            this.txtUsername.Size = new System.Drawing.Size(163, 21);
            this.txtUsername.TabIndex = 5;
            this.txtUsername.TextChanged += new System.EventHandler(this.txtUsername_TextChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(190, 15);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 6;
            this.label2.Text = "用户名";
            // 
            // txtServerIP
            // 
            this.txtServerIP.Location = new System.Drawing.Point(5, 26);
            this.txtServerIP.Name = "txtServerIP";
            this.txtServerIP.Size = new System.Drawing.Size(163, 21);
            this.txtServerIP.TabIndex = 1;
            this.txtServerIP.TextChanged += new System.EventHandler(this.txtServerIP_TextChanged);
            // 
            // btnFTPSave
            // 
            this.btnFTPSave.Enabled = false;
            this.btnFTPSave.Location = new System.Drawing.Point(5, 50);
            this.btnFTPSave.Name = "btnFTPSave";
            this.btnFTPSave.Size = new System.Drawing.Size(539, 21);
            this.btnFTPSave.TabIndex = 0;
            this.btnFTPSave.Text = "应用";
            this.btnFTPSave.UseVisualStyleBackColor = true;
            this.btnFTPSave.Click += new System.EventHandler(this.btnFTPSave_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(2, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "服务器IP地址";
            // 
            // grpBoxFList
            // 
            this.grpBoxFList.BackColor = System.Drawing.SystemColors.Control;
            this.grpBoxFList.Controls.Add(this.btnFileDetailList);
            this.grpBoxFList.Controls.Add(this.lstFiles);
            this.grpBoxFList.Controls.Add(this.btnLstFiles);
            this.grpBoxFList.Location = new System.Drawing.Point(13, 271);
            this.grpBoxFList.Name = "grpBoxFList";
            this.grpBoxFList.Size = new System.Drawing.Size(550, 154);
            this.grpBoxFList.TabIndex = 8;
            this.grpBoxFList.TabStop = false;
            this.grpBoxFList.Text = "文件列表";
            // 
            // btnFileDetailList
            // 
            this.btnFileDetailList.Location = new System.Drawing.Point(7, 123);
            this.btnFileDetailList.Name = "btnFileDetailList";
            this.btnFileDetailList.Size = new System.Drawing.Size(537, 21);
            this.btnFileDetailList.TabIndex = 2;
            this.btnFileDetailList.Text = "列出文件细节";
            this.btnFileDetailList.UseVisualStyleBackColor = true;
            this.btnFileDetailList.Click += new System.EventHandler(this.btnFileDetailList_Click);
            // 
            // lstFiles
            // 
            this.lstFiles.FormattingEnabled = true;
            this.lstFiles.ItemHeight = 12;
            this.lstFiles.Location = new System.Drawing.Point(7, 42);
            this.lstFiles.Name = "lstFiles";
            this.lstFiles.Size = new System.Drawing.Size(537, 76);
            this.lstFiles.TabIndex = 1;
            this.lstFiles.SelectedIndexChanged += new System.EventHandler(this.lstFiles_SelectedIndexChanged);
            // 
            // btnLstFiles
            // 
            this.btnLstFiles.Location = new System.Drawing.Point(6, 18);
            this.btnLstFiles.Name = "btnLstFiles";
            this.btnLstFiles.Size = new System.Drawing.Size(538, 21);
            this.btnLstFiles.TabIndex = 0;
            this.btnLstFiles.Text = "列出文件";
            this.btnLstFiles.UseVisualStyleBackColor = true;
            this.btnLstFiles.Click += new System.EventHandler(this.btnLstFiles_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(579, 522);
            this.Controls.Add(this.grpBoxFList);
            this.Controls.Add(this.grpBoxConfig);
            this.Controls.Add(this.grpBoxDir);
            this.Controls.Add(this.grpBoxRename);
            this.Controls.Add(this.grpBoxUpload);
            this.Name = "Form1";
            this.Text = "FTP App : Server - ";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.grpBoxUpload.ResumeLayout(false);
            this.grpBoxUpload.PerformLayout();
            this.grpBoxRename.ResumeLayout(false);
            this.grpBoxRename.PerformLayout();
            this.grpBoxDir.ResumeLayout(false);
            this.grpBoxDir.PerformLayout();
            this.grpBoxConfig.ResumeLayout(false);
            this.grpBoxConfig.PerformLayout();
            this.grpBoxFList.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnUpload;
        private System.Windows.Forms.TextBox txtUpload;
        private System.Windows.Forms.GroupBox grpBoxUpload;
        private System.Windows.Forms.Button btnDownload;
        private System.Windows.Forms.Button btndelete;
        private System.Windows.Forms.Button btnFileSize;
        private System.Windows.Forms.GroupBox grpBoxRename;
        private System.Windows.Forms.TextBox txtNewFilename;
        private System.Windows.Forms.TextBox txtCurrentFilename;
        private System.Windows.Forms.Button btnRename;
        private System.Windows.Forms.GroupBox grpBoxDir;
        private System.Windows.Forms.TextBox txtNewDir;
        private System.Windows.Forms.Button btnewDir;
        private System.Windows.Forms.GroupBox grpBoxConfig;
        private System.Windows.Forms.TextBox txtServerIP;
        private System.Windows.Forms.Button btnFTPSave;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtUsername;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.GroupBox grpBoxFList;
        private System.Windows.Forms.Button btnFileDetailList;
        private System.Windows.Forms.ListBox lstFiles;
        private System.Windows.Forms.Button btnLstFiles;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -