123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- namespace EapFileUploadClient
- {
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.txtMsg = new System.Windows.Forms.ListBox();
- this.txtPort = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.txtIp = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.txtfilepath = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.txtfilename = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // txtMsg
- //
- this.txtMsg.FormattingEnabled = true;
- this.txtMsg.ItemHeight = 12;
- this.txtMsg.Location = new System.Drawing.Point(12, 13);
- this.txtMsg.Name = "txtMsg";
- this.txtMsg.Size = new System.Drawing.Size(543, 232);
- this.txtMsg.TabIndex = 29;
- //
- // txtPort
- //
- this.txtPort.Location = new System.Drawing.Point(600, 64);
- this.txtPort.Name = "txtPort";
- this.txtPort.Size = new System.Drawing.Size(179, 21);
- this.txtPort.TabIndex = 33;
- this.txtPort.Text = "9914";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(565, 67);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(29, 12);
- this.label2.TabIndex = 32;
- this.label2.Text = "PORT";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(571, 15);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(23, 12);
- this.label1.TabIndex = 31;
- this.label1.Text = "IP:";
- //
- // txtIp
- //
- this.txtIp.Location = new System.Drawing.Point(600, 12);
- this.txtIp.Name = "txtIp";
- this.txtIp.Size = new System.Drawing.Size(179, 21);
- this.txtIp.TabIndex = 30;
- this.txtIp.Text = "10.71.26.56";
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.DarkSeaGreen;
- this.button2.Location = new System.Drawing.Point(12, 313);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(179, 40);
- this.button2.TabIndex = 34;
- this.button2.Text = "连接服务器";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(260, 313);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(179, 40);
- this.button5.TabIndex = 35;
- this.button5.Text = "上传文件";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(512, 313);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(179, 40);
- this.button1.TabIndex = 36;
- this.button1.Text = "下载文件";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // txtfilepath
- //
- this.txtfilepath.Location = new System.Drawing.Point(572, 148);
- this.txtfilepath.Name = "txtfilepath";
- this.txtfilepath.Size = new System.Drawing.Size(207, 21);
- this.txtfilepath.TabIndex = 38;
- this.txtfilepath.Text = "D:\\\\SocketClientFile\\\\";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(571, 119);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(125, 12);
- this.label3.TabIndex = 37;
- this.label3.Text = "上传及下载的文件目录";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(571, 188);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(125, 12);
- this.label4.TabIndex = 39;
- this.label4.Text = "上传及下载的文件名称";
- //
- // txtfilename
- //
- this.txtfilename.Location = new System.Drawing.Point(572, 224);
- this.txtfilename.Name = "txtfilename";
- this.txtfilename.Size = new System.Drawing.Size(207, 21);
- this.txtfilename.TabIndex = 40;
- this.txtfilename.Text = "WeChatSetup.exe";
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 385);
- this.Controls.Add(this.txtfilename);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.txtfilepath);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.txtPort);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.txtIp);
- this.Controls.Add(this.txtMsg);
- this.Name = "Form1";
- this.Text = "Form1";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ListBox txtMsg;
- private System.Windows.Forms.TextBox txtPort;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtIp;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox txtfilepath;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtfilename;
- }
- }
|