| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- namespace LYFZ.ERPCloudClient
- {
- partial class frmLoginSettings
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLoginSettings));
- this.btnEnter = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtHostPort = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtHostName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lbHostPort = new LYFZ.ComponentLibrary.LabelEx();
- this.lbHostName = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.btnClose);
- this.plExMainContainer.Controls.Add(this.btnEnter);
- this.plExMainContainer.Controls.Add(this.txtHostPort);
- this.plExMainContainer.Controls.Add(this.txtHostName);
- this.plExMainContainer.Controls.Add(this.lbHostPort);
- this.plExMainContainer.Controls.Add(this.lbHostName);
- this.plExMainContainer.Size = new System.Drawing.Size(328, 96);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(328, 96);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(241, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(296, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(214, 0);
- //
- // btnEnter
- //
- this.btnEnter.BackColor = System.Drawing.Color.Transparent;
- this.btnEnter.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEnter.BackImg")));
- this.btnEnter.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnEnter.ForeColor = System.Drawing.Color.White;
- this.btnEnter.IsCustomBackImg = false;
- this.btnEnter.IsShowText = true;
- this.btnEnter.Location = new System.Drawing.Point(72, 51);
- this.btnEnter.Name = "btnEnter";
- this.btnEnter.Size = new System.Drawing.Size(120, 28);
- this.btnEnter.TabIndex = 8;
- this.btnEnter.Text = "确 定";
- this.btnEnter.UseVisualStyleBackColor = false;
- //
- // txtHostPort
- //
- this.txtHostPort.BackColor = System.Drawing.Color.Transparent;
- this.txtHostPort.Icon = null;
- this.txtHostPort.IconIsButton = false;
- this.txtHostPort.IsPasswordChat = '\0';
- this.txtHostPort.IsSystemPasswordChar = false;
- this.txtHostPort.Lines = new string[] {
- "6100"};
- this.txtHostPort.Location = new System.Drawing.Point(233, 9);
- this.txtHostPort.Margin = new System.Windows.Forms.Padding(0);
- this.txtHostPort.MaxLength = 32767;
- this.txtHostPort.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtHostPort.MouseBack = null;
- this.txtHostPort.Multiline = false;
- this.txtHostPort.Name = "txtHostPort";
- this.txtHostPort.NormlBack = null;
- this.txtHostPort.Padding = new System.Windows.Forms.Padding(5);
- this.txtHostPort.ReadOnly = false;
- this.txtHostPort.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtHostPort.Size = new System.Drawing.Size(77, 26);
- this.txtHostPort.TabIndex = 5;
- this.txtHostPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtHostPort.WaterColor = System.Drawing.Color.DarkGray;
- this.txtHostPort.WaterText = "";
- this.txtHostPort.WordWrap = true;
- //
- // txtHostName
- //
- this.txtHostName.BackColor = System.Drawing.Color.Transparent;
- this.txtHostName.Icon = null;
- this.txtHostName.IconIsButton = false;
- this.txtHostName.IsPasswordChat = '\0';
- this.txtHostName.IsSystemPasswordChar = false;
- this.txtHostName.Lines = new string[] {
- "127.0.0.1"};
- this.txtHostName.Location = new System.Drawing.Point(72, 9);
- this.txtHostName.Margin = new System.Windows.Forms.Padding(0);
- this.txtHostName.MaxLength = 32767;
- this.txtHostName.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtHostName.MouseBack = null;
- this.txtHostName.Multiline = false;
- this.txtHostName.Name = "txtHostName";
- this.txtHostName.NormlBack = null;
- this.txtHostName.Padding = new System.Windows.Forms.Padding(5);
- this.txtHostName.ReadOnly = false;
- this.txtHostName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtHostName.Size = new System.Drawing.Size(120, 26);
- this.txtHostName.TabIndex = 6;
- this.txtHostName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtHostName.WaterColor = System.Drawing.Color.DarkGray;
- this.txtHostName.WaterText = "";
- this.txtHostName.WordWrap = true;
- //
- // lbHostPort
- //
- this.lbHostPort.AutoSize = true;
- this.lbHostPort.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbHostPort.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbHostPort.Location = new System.Drawing.Point(195, 14);
- this.lbHostPort.Name = "lbHostPort";
- this.lbHostPort.Size = new System.Drawing.Size(35, 17);
- this.lbHostPort.TabIndex = 3;
- this.lbHostPort.Text = "端口:";
- //
- // lbHostName
- //
- this.lbHostName.AutoSize = true;
- this.lbHostName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbHostName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbHostName.Location = new System.Drawing.Point(6, 14);
- this.lbHostName.Name = "lbHostName";
- this.lbHostName.Size = new System.Drawing.Size(63, 17);
- this.lbHostName.TabIndex = 4;
- this.lbHostName.Text = "主机名/IP:";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.BackColor = System.Drawing.Color.Transparent;
- this.labelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.White;
- this.labelEx3.Location = new System.Drawing.Point(0, 144);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(147, 17);
- this.labelEx3.TabIndex = 14;
- this.labelEx3.Text = "服务器默认端口号为:6100";
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(233, 51);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(77, 28);
- this.btnClose.TabIndex = 7;
- this.btnClose.Text = "关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // frmLoginSettings
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(328, 161);
- this.Controls.Add(this.labelEx3);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsMaximized = false;
- this.IsUserControlsSize = false;
- this.MinimizeBox = false;
- this.Name = "frmLoginSettings";
- this.Text = "登录服务器设置";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.Controls.SetChildIndex(this.labelEx3, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ComponentLibrary.ButtonEx btnEnter;
- private ComponentLibrary.TextBoxEx txtHostPort;
- private ComponentLibrary.TextBoxEx txtHostName;
- private ComponentLibrary.LabelEx lbHostPort;
- private ComponentLibrary.LabelEx lbHostName;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.ButtonEx btnClose;
- }
- }
|