123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- namespace LYFZ.Software.UI
- {
- partial class frmUpdateClientName
- {
- /// <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(frmUpdateClientName));
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtclientID = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtclientName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnclose = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.txtclientName);
- this.plExMainContainer.Controls.Add(this.txtclientID);
- this.plExMainContainer.Controls.Add(this.btnclose);
- this.plExMainContainer.Controls.Add(this.btnSave);
- this.plExMainContainer.Controls.Add(this.labelEx2);
- this.plExMainContainer.Controls.Add(this.labelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(300, 115);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(300, 115);
- //
- // 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(268, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(241, 0);
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(17, 17);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(69, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "客户端ID:";
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(94, 78);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 28);
- this.btnSave.TabIndex = 1;
- this.btnSave.Text = "保 存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // txtclientID
- //
- this.txtclientID.BackColor = System.Drawing.Color.Transparent;
- this.txtclientID.Icon = null;
- this.txtclientID.IconIsButton = false;
- this.txtclientID.IsPasswordChat = '\0';
- this.txtclientID.IsSystemPasswordChar = false;
- this.txtclientID.Lines = new string[0];
- this.txtclientID.Location = new System.Drawing.Point(89, 12);
- this.txtclientID.Margin = new System.Windows.Forms.Padding(0);
- this.txtclientID.MaxLength = 32767;
- this.txtclientID.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtclientID.MouseBack = null;
- this.txtclientID.Multiline = false;
- this.txtclientID.Name = "txtclientID";
- this.txtclientID.NormlBack = null;
- this.txtclientID.Padding = new System.Windows.Forms.Padding(5);
- this.txtclientID.ReadOnly = true;
- this.txtclientID.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtclientID.Size = new System.Drawing.Size(196, 26);
- this.txtclientID.TabIndex = 2;
- this.txtclientID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtclientID.WaterColor = System.Drawing.Color.DarkGray;
- this.txtclientID.WaterText = "";
- this.txtclientID.WordWrap = true;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(6, 52);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(80, 17);
- this.labelEx2.TabIndex = 0;
- this.labelEx2.Text = "客户端名称:";
- //
- // txtclientName
- //
- this.txtclientName.BackColor = System.Drawing.Color.Transparent;
- this.txtclientName.Icon = null;
- this.txtclientName.IconIsButton = false;
- this.txtclientName.IsPasswordChat = '\0';
- this.txtclientName.IsSystemPasswordChar = false;
- this.txtclientName.Lines = new string[0];
- this.txtclientName.Location = new System.Drawing.Point(89, 47);
- this.txtclientName.Margin = new System.Windows.Forms.Padding(0);
- this.txtclientName.MaxLength = 32767;
- this.txtclientName.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtclientName.MouseBack = null;
- this.txtclientName.Multiline = false;
- this.txtclientName.Name = "txtclientName";
- this.txtclientName.NormlBack = null;
- this.txtclientName.Padding = new System.Windows.Forms.Padding(5);
- this.txtclientName.ReadOnly = false;
- this.txtclientName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtclientName.Size = new System.Drawing.Size(196, 26);
- this.txtclientName.TabIndex = 2;
- this.txtclientName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtclientName.WaterColor = System.Drawing.Color.DarkGray;
- this.txtclientName.WaterText = "";
- this.txtclientName.WordWrap = true;
- //
- // 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(193, 78);
- this.btnclose.Name = "btnclose";
- this.btnclose.Size = new System.Drawing.Size(85, 28);
- this.btnclose.TabIndex = 1;
- this.btnclose.Text = "关 闭";
- this.btnclose.UseVisualStyleBackColor = false;
- //
- // frmUpdateClientName
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(300, 180);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(300, 180);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(300, 180);
- this.Name = "frmUpdateClientName";
- this.Text = "注册客户端名称";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- public ComponentLibrary.TextBoxEx txtclientName;
- public ComponentLibrary.TextBoxEx txtclientID;
- public ComponentLibrary.ButtonEx btnclose;
- public ComponentLibrary.ButtonEx btnSave;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- }
- }
|