namespace LYFZ.Software.MicroApplet
{
partial class frmMicroAppletAccountManager
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMicroAppletAccountManager));
this.comboBoxMdian = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
this.txtPassword = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.txtAccount = new LYFZ.ComponentLibrary.TextBoxEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.txtRemarks = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewLinkColumn();
this.Column5 = new System.Windows.Forms.DataGridViewLinkColumn();
this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panelEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(1000, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(1000, 545);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(941, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(968, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(914, 0);
//
// comboBoxMdian
//
this.comboBoxMdian.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.comboBoxMdian.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.comboBoxMdian.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.comboBoxMdian.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBoxMdian.FormattingEnabled = true;
this.comboBoxMdian.IsCustomColor = false;
this.comboBoxMdian.Location = new System.Drawing.Point(70, 14);
this.comboBoxMdian.Name = "comboBoxMdian";
this.comboBoxMdian.ReadOnly = true;
this.comboBoxMdian.Size = new System.Drawing.Size(160, 28);
this.comboBoxMdian.TabIndex = 25;
//
// labelEx8
//
this.labelEx8.AutoSize = true;
this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx8.Location = new System.Drawing.Point(5, 20);
this.labelEx8.Name = "labelEx8";
this.labelEx8.Size = new System.Drawing.Size(59, 17);
this.labelEx8.TabIndex = 24;
this.labelEx8.Text = "所属门店:";
//
// txtPassword
//
this.txtPassword.BackColor = System.Drawing.Color.Transparent;
this.txtPassword.Icon = null;
this.txtPassword.IconIsButton = false;
this.txtPassword.IsPasswordChat = '*';
this.txtPassword.IsSystemPasswordChar = false;
this.txtPassword.Lines = new string[0];
this.txtPassword.Location = new System.Drawing.Point(461, 15);
this.txtPassword.Margin = new System.Windows.Forms.Padding(0);
this.txtPassword.MaxLength = 32767;
this.txtPassword.MinimumSize = new System.Drawing.Size(0, 26);
this.txtPassword.MouseBack = null;
this.txtPassword.Multiline = false;
this.txtPassword.Name = "txtPassword";
this.txtPassword.NormlBack = null;
this.txtPassword.Padding = new System.Windows.Forms.Padding(5);
this.txtPassword.ReadOnly = false;
this.txtPassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtPassword.Size = new System.Drawing.Size(150, 26);
this.txtPassword.TabIndex = 28;
this.txtPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtPassword.WaterColor = System.Drawing.Color.DarkGray;
this.txtPassword.WaterText = "小程序密码";
this.txtPassword.WordWrap = true;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.BackColor = System.Drawing.Color.Transparent;
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(236, 20);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(32, 17);
this.labelEx1.TabIndex = 26;
this.labelEx1.Text = "帐号";
//
// txtAccount
//
this.txtAccount.BackColor = System.Drawing.Color.Transparent;
this.txtAccount.Icon = null;
this.txtAccount.IconIsButton = false;
this.txtAccount.IsPasswordChat = '\0';
this.txtAccount.IsSystemPasswordChar = false;
this.txtAccount.Lines = new string[0];
this.txtAccount.Location = new System.Drawing.Point(271, 15);
this.txtAccount.Margin = new System.Windows.Forms.Padding(0);
this.txtAccount.MaxLength = 32767;
this.txtAccount.MinimumSize = new System.Drawing.Size(0, 26);
this.txtAccount.MouseBack = null;
this.txtAccount.Multiline = false;
this.txtAccount.Name = "txtAccount";
this.txtAccount.NormlBack = null;
this.txtAccount.Padding = new System.Windows.Forms.Padding(5);
this.txtAccount.ReadOnly = false;
this.txtAccount.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtAccount.Size = new System.Drawing.Size(150, 26);
this.txtAccount.TabIndex = 29;
this.txtAccount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtAccount.WaterColor = System.Drawing.Color.DarkGray;
this.txtAccount.WaterText = "小程序帐号";
this.txtAccount.WordWrap = true;
//
// 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(862, 15);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(65, 28);
this.btnSave.TabIndex = 30;
this.btnSave.Text = "保 存";
this.btnSave.UseVisualStyleBackColor = false;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.BackColor = System.Drawing.Color.Transparent;
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(425, 20);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(32, 17);
this.labelEx2.TabIndex = 27;
this.labelEx2.Text = "密码";
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.btnReset);
this.panelEx1.Controls.Add(this.btnSave);
this.panelEx1.Controls.Add(this.comboBoxMdian);
this.panelEx1.Controls.Add(this.txtRemarks);
this.panelEx1.Controls.Add(this.txtPassword);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.labelEx2);
this.panelEx1.Controls.Add(this.labelEx8);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Controls.Add(this.txtAccount);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(1000, 52);
this.panelEx1.TabIndex = 31;
//
// txtRemarks
//
this.txtRemarks.BackColor = System.Drawing.Color.Transparent;
this.txtRemarks.Icon = null;
this.txtRemarks.IconIsButton = false;
this.txtRemarks.IsPasswordChat = '\0';
this.txtRemarks.IsSystemPasswordChar = false;
this.txtRemarks.Lines = new string[0];
this.txtRemarks.Location = new System.Drawing.Point(651, 15);
this.txtRemarks.Margin = new System.Windows.Forms.Padding(0);
this.txtRemarks.MaxLength = 32767;
this.txtRemarks.MinimumSize = new System.Drawing.Size(0, 26);
this.txtRemarks.MouseBack = null;
this.txtRemarks.Multiline = false;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.NormlBack = null;
this.txtRemarks.Padding = new System.Windows.Forms.Padding(5);
this.txtRemarks.ReadOnly = false;
this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtRemarks.Size = new System.Drawing.Size(208, 26);
this.txtRemarks.TabIndex = 28;
this.txtRemarks.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtRemarks.WaterColor = System.Drawing.Color.DarkGray;
this.txtRemarks.WaterText = "输入备注";
this.txtRemarks.WordWrap = true;
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.BackColor = System.Drawing.Color.Transparent;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(615, 20);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(32, 17);
this.labelEx3.TabIndex = 27;
this.labelEx3.Text = "备注";
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.dataGridViewEx1);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(0, 52);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(1000, 493);
this.panelEx2.TabIndex = 32;
//
// dataGridViewEx1
//
this.dataGridViewEx1.AllowUserToAddRows = false;
this.dataGridViewEx1.AllowUserToDeleteRows = false;
this.dataGridViewEx1.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewEx1.ColumnHeadersHeight = 32;
this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridViewEx1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column4,
this.Column3,
this.Column5});
this.dataGridViewEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridViewEx1.EnableHeadersVisualStyles = false;
this.dataGridViewEx1.EraseCell = false;
this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1";
this.dataGridViewEx1.IsCompleteBonding = false;
this.dataGridViewEx1.IsCopyCellValue = true;
this.dataGridViewEx1.Location = new System.Drawing.Point(0, 0);
this.dataGridViewEx1.Name = "dataGridViewEx1";
this.dataGridViewEx1.RowHeadersVisible = false;
this.dataGridViewEx1.RowTemplate.Height = 23;
this.dataGridViewEx1.RowTemplate.ReadOnly = true;
this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridViewEx1.Size = new System.Drawing.Size(1000, 493);
this.dataGridViewEx1.TabIndex = 0;
//
// Column1
//
this.Column1.HeaderText = "所属门店";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 220;
//
// Column2
//
this.Column2.HeaderText = "帐号";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 160;
//
// Column4
//
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Column4.HeaderText = "备注";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column3
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column3.DefaultCellStyle = dataGridViewCellStyle3;
this.Column3.HeaderText = "编辑";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// Column5
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column5.DefaultCellStyle = dataGridViewCellStyle4;
this.Column5.HeaderText = "删除";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// btnReset
//
this.btnReset.BackColor = System.Drawing.Color.Transparent;
this.btnReset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReset.BackImg")));
this.btnReset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnReset.ForeColor = System.Drawing.Color.White;
this.btnReset.IsCustomBackImg = false;
this.btnReset.IsShowText = true;
this.btnReset.Location = new System.Drawing.Point(933, 15);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(65, 28);
this.btnReset.TabIndex = 30;
this.btnReset.Text = "重 置";
this.btnReset.UseVisualStyleBackColor = false;
//
// frmMicroAppletAccountManager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(1000, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "frmMicroAppletAccountManager";
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.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.panelEx2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
this.ResumeLayout(false);
}
#endregion
public ComponentLibrary.ComboBoxEx comboBoxMdian;
private ComponentLibrary.LabelEx labelEx8;
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.PanelEx panelEx1;
public ComponentLibrary.ButtonEx btnSave;
public ComponentLibrary.TextBoxEx txtPassword;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx1;
public ComponentLibrary.TextBoxEx txtAccount;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewLinkColumn Column3;
private System.Windows.Forms.DataGridViewLinkColumn Column5;
public ComponentLibrary.DataGridViewEx dataGridViewEx1;
public ComponentLibrary.TextBoxEx txtRemarks;
private ComponentLibrary.LabelEx labelEx3;
public ComponentLibrary.ButtonEx btnReset;
}
}