| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- namespace ErpServer
- {
- partial class ServerForm
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerForm));
- this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
- this.menuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.stripSetting = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
- this.stripExit = new System.Windows.Forms.ToolStripMenuItem();
- this.btnSure = new System.Windows.Forms.Button();
- this.txtFolder = new System.Windows.Forms.TextBox();
- this.lblName = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.txtActionFolder = new System.Windows.Forms.TextBox();
- this.txtUser = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtCon = new System.Windows.Forms.RichTextBox();
- this.serverTimer = new System.Windows.Forms.Timer(this.components);
- this.button1 = new System.Windows.Forms.Button();
- this.menuStrip.SuspendLayout();
- this.SuspendLayout();
- //
- // notifyIcon
- //
- this.notifyIcon.ContextMenuStrip = this.menuStrip;
- this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
- this.notifyIcon.Text = "鑫港ERP";
- this.notifyIcon.Visible = true;
- //
- // menuStrip
- //
- this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.stripSetting,
- this.toolStripMenuItem1,
- this.stripExit});
- this.menuStrip.Name = "menuStrip";
- this.menuStrip.Size = new System.Drawing.Size(116, 54);
- //
- // stripSetting
- //
- this.stripSetting.Name = "stripSetting";
- this.stripSetting.Size = new System.Drawing.Size(115, 22);
- this.stripSetting.Text = "显示(&S)";
- this.stripSetting.Click += new System.EventHandler(this.stripSetting_Click);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(112, 6);
- //
- // stripExit
- //
- this.stripExit.Name = "stripExit";
- this.stripExit.Size = new System.Drawing.Size(115, 22);
- this.stripExit.Text = "退出(&E)";
- this.stripExit.Click += new System.EventHandler(this.stripExit_Click);
- //
- // btnSure
- //
- this.btnSure.Location = new System.Drawing.Point(104, 113);
- this.btnSure.Name = "btnSure";
- this.btnSure.Size = new System.Drawing.Size(100, 33);
- this.btnSure.TabIndex = 0;
- this.btnSure.Text = "确定更新站点";
- this.btnSure.UseVisualStyleBackColor = true;
- this.btnSure.Click += new System.EventHandler(this.btnSure_Click);
- //
- // txtFolder
- //
- this.txtFolder.Location = new System.Drawing.Point(104, 50);
- this.txtFolder.Name = "txtFolder";
- this.txtFolder.Size = new System.Drawing.Size(343, 21);
- this.txtFolder.TabIndex = 1;
- this.txtFolder.Text = "sg";
- //
- // lblName
- //
- this.lblName.AutoSize = true;
- this.lblName.Location = new System.Drawing.Point(35, 53);
- this.lblName.Name = "lblName";
- this.lblName.Size = new System.Drawing.Size(65, 12);
- this.lblName.TabIndex = 2;
- this.lblName.Text = "源目录名:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(36, 86);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 12);
- this.label1.TabIndex = 4;
- this.label1.Text = "目标路径:";
- //
- // txtActionFolder
- //
- this.txtActionFolder.Location = new System.Drawing.Point(104, 84);
- this.txtActionFolder.Name = "txtActionFolder";
- this.txtActionFolder.Size = new System.Drawing.Size(343, 21);
- this.txtActionFolder.TabIndex = 3;
- this.txtActionFolder.Text = "G:\\PublishSite\\Web160921_builder";
- //
- // txtUser
- //
- this.txtUser.Location = new System.Drawing.Point(104, 17);
- this.txtUser.Name = "txtUser";
- this.txtUser.Size = new System.Drawing.Size(128, 21);
- this.txtUser.TabIndex = 8;
- this.txtUser.Text = "lyxg";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(23, 19);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 12);
- this.label2.TabIndex = 7;
- this.label2.Text = "进程用户名:";
- //
- // txtCon
- //
- this.txtCon.Location = new System.Drawing.Point(12, 150);
- this.txtCon.Name = "txtCon";
- this.txtCon.Size = new System.Drawing.Size(492, 170);
- this.txtCon.TabIndex = 9;
- this.txtCon.Text = "";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(211, 113);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 10;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // ServerForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(516, 326);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.txtCon);
- this.Controls.Add(this.txtUser);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.txtActionFolder);
- this.Controls.Add(this.lblName);
- this.Controls.Add(this.txtFolder);
- this.Controls.Add(this.btnSure);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "ServerForm";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "服务端";
- this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
- this.Load += new System.EventHandler(this.ServerForm_Load);
- this.menuStrip.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.NotifyIcon notifyIcon;
- private System.Windows.Forms.Button btnSure;
- private System.Windows.Forms.TextBox txtFolder;
- private System.Windows.Forms.Label lblName;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtActionFolder;
- private System.Windows.Forms.TextBox txtUser;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.RichTextBox txtCon;
- private System.Windows.Forms.ContextMenuStrip menuStrip;
- private System.Windows.Forms.ToolStripMenuItem stripSetting;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem stripExit;
- private System.Windows.Forms.Timer serverTimer;
- private System.Windows.Forms.Button button1;
- }
- }
|