namespace LYFZ.Software.UI.SystemSettings
{
partial class FrmAttendanceConfig
{
///
/// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAttendanceConfig));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btn_Close = new LYFZ.ComponentLibrary.ButtonEx();
this.btn_Save = new LYFZ.ComponentLibrary.ButtonEx();
this.tb_Address = new LYFZ.ComponentLibrary.TextBoxEx();
this.tb_Equipment = new LYFZ.ComponentLibrary.TextBoxEx();
this.tb_WifiName = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.dgvWifiList = new LYFZ.ComponentLibrary.DataGridViewEc();
this.btn_Reset = new LYFZ.ComponentLibrary.ButtonEx();
this.WifiName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.WifiDentify = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.WifiAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewLinkColumn();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvWifiList)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.dgvWifiList);
this.plExMainContainer.Controls.Add(this.labelEx1);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
this.plExMainContainer.Size = new System.Drawing.Size(855, 579);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(855, 579);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(823, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.btn_Reset);
this.panelEx1.Controls.Add(this.btn_Close);
this.panelEx1.Controls.Add(this.btn_Save);
this.panelEx1.Controls.Add(this.tb_Address);
this.panelEx1.Controls.Add(this.tb_Equipment);
this.panelEx1.Controls.Add(this.tb_WifiName);
this.panelEx1.Controls.Add(this.labelEx4);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.labelEx2);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(5, 5);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(845, 133);
this.panelEx1.TabIndex = 0;
//
// btn_Close
//
this.btn_Close.BackColor = System.Drawing.Color.Transparent;
this.btn_Close.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Close.BackImg")));
this.btn_Close.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Close.ForeColor = System.Drawing.Color.White;
this.btn_Close.IsCustomBackImg = false;
this.btn_Close.IsShowText = true;
this.btn_Close.Location = new System.Drawing.Point(720, 17);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(60, 60);
this.btn_Close.TabIndex = 2;
this.btn_Close.Text = " 关闭";
this.btn_Close.UseVisualStyleBackColor = false;
//
// btn_Save
//
this.btn_Save.BackColor = System.Drawing.Color.Transparent;
this.btn_Save.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Save.BackImg")));
this.btn_Save.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Save.ForeColor = System.Drawing.Color.White;
this.btn_Save.IsCustomBackImg = false;
this.btn_Save.IsShowText = true;
this.btn_Save.Location = new System.Drawing.Point(588, 17);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(60, 60);
this.btn_Save.TabIndex = 2;
this.btn_Save.Text = " 保存";
this.btn_Save.UseVisualStyleBackColor = false;
//
// tb_Address
//
this.tb_Address.BackColor = System.Drawing.Color.Transparent;
this.tb_Address.Icon = null;
this.tb_Address.IconIsButton = false;
this.tb_Address.IsPasswordChat = '\0';
this.tb_Address.IsSystemPasswordChar = false;
this.tb_Address.Lines = new string[0];
this.tb_Address.Location = new System.Drawing.Point(148, 90);
this.tb_Address.Margin = new System.Windows.Forms.Padding(0);
this.tb_Address.MaxLength = 32767;
this.tb_Address.MinimumSize = new System.Drawing.Size(0, 26);
this.tb_Address.MouseBack = null;
this.tb_Address.Multiline = false;
this.tb_Address.Name = "tb_Address";
this.tb_Address.NormlBack = null;
this.tb_Address.Padding = new System.Windows.Forms.Padding(5);
this.tb_Address.ReadOnly = false;
this.tb_Address.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.tb_Address.Size = new System.Drawing.Size(633, 26);
this.tb_Address.TabIndex = 3;
this.tb_Address.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.tb_Address.WaterColor = System.Drawing.Color.DarkGray;
this.tb_Address.WaterText = "Wifi所在处的位置";
this.tb_Address.WordWrap = true;
//
// tb_Equipment
//
this.tb_Equipment.BackColor = System.Drawing.Color.Transparent;
this.tb_Equipment.Icon = null;
this.tb_Equipment.IconIsButton = false;
this.tb_Equipment.IsPasswordChat = '\0';
this.tb_Equipment.IsSystemPasswordChar = false;
this.tb_Equipment.Lines = new string[0];
this.tb_Equipment.Location = new System.Drawing.Point(148, 55);
this.tb_Equipment.Margin = new System.Windows.Forms.Padding(0);
this.tb_Equipment.MaxLength = 32767;
this.tb_Equipment.MinimumSize = new System.Drawing.Size(0, 26);
this.tb_Equipment.MouseBack = null;
this.tb_Equipment.Multiline = false;
this.tb_Equipment.Name = "tb_Equipment";
this.tb_Equipment.NormlBack = null;
this.tb_Equipment.Padding = new System.Windows.Forms.Padding(5);
this.tb_Equipment.ReadOnly = false;
this.tb_Equipment.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.tb_Equipment.Size = new System.Drawing.Size(244, 26);
this.tb_Equipment.TabIndex = 2;
this.tb_Equipment.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.tb_Equipment.WaterColor = System.Drawing.Color.DarkGray;
this.tb_Equipment.WaterText = "Wifi设备的MAC地址";
this.tb_Equipment.WordWrap = true;
//
// tb_WifiName
//
this.tb_WifiName.BackColor = System.Drawing.Color.Transparent;
this.tb_WifiName.Icon = null;
this.tb_WifiName.IconIsButton = false;
this.tb_WifiName.IsPasswordChat = '\0';
this.tb_WifiName.IsSystemPasswordChar = false;
this.tb_WifiName.Lines = new string[0];
this.tb_WifiName.Location = new System.Drawing.Point(148, 20);
this.tb_WifiName.Margin = new System.Windows.Forms.Padding(0);
this.tb_WifiName.MaxLength = 32767;
this.tb_WifiName.MinimumSize = new System.Drawing.Size(0, 26);
this.tb_WifiName.MouseBack = null;
this.tb_WifiName.Multiline = false;
this.tb_WifiName.Name = "tb_WifiName";
this.tb_WifiName.NormlBack = null;
this.tb_WifiName.Padding = new System.Windows.Forms.Padding(5);
this.tb_WifiName.ReadOnly = false;
this.tb_WifiName.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.tb_WifiName.Size = new System.Drawing.Size(244, 26);
this.tb_WifiName.TabIndex = 1;
this.tb_WifiName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.tb_WifiName.WaterColor = System.Drawing.Color.DarkGray;
this.tb_WifiName.WaterText = "请输入Wifi名称";
this.tb_WifiName.WordWrap = true;
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(51, 95);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(90, 17);
this.labelEx4.TabIndex = 0;
this.labelEx4.Text = "Wifi所在地址:";
//
// labelEx3
//
this.labelEx3.AutoSize = true;
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(34, 60);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(107, 17);
this.labelEx3.TabIndex = 0;
this.labelEx3.Text = "硬件标识(bssid):";
//
// 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(75, 25);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(66, 17);
this.labelEx2.TabIndex = 0;
this.labelEx2.Text = "Wifi名称:";
//
// labelEx1
//
this.labelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(5, 138);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(845, 30);
this.labelEx1.TabIndex = 1;
this.labelEx1.Text = "已配置Wifi";
this.labelEx1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// dgvWifiList
//
this.dgvWifiList.AllowUserToAddRows = false;
this.dgvWifiList.AllowUserToResizeRows = false;
this.dgvWifiList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvWifiList.BackgroundColor = System.Drawing.Color.White;
this.dgvWifiList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvWifiList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvWifiList.ColumnHeadersHeight = 30;
this.dgvWifiList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.WifiName,
this.WifiDentify,
this.WifiAddress,
this.Column1});
this.dgvWifiList.dgvColumnHeadersHeight = 24;
this.dgvWifiList.dgvCurrentColumnOriginalSet = "";
this.dgvWifiList.dgvCurrentColumnWidth = "";
this.dgvWifiList.dgvCurrentHideColumn = null;
this.dgvWifiList.dgvFixedHideColumn = "";
this.dgvWifiList.dgvGuidName = null;
this.dgvWifiList.dgvUserEmployeeID = null;
this.dgvWifiList.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvWifiList.EnableHeadersVisualStyles = false;
this.dgvWifiList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvWifiList.ImageHeight = 15;
this.dgvWifiList.ImageWidth = 15;
this.dgvWifiList.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvWifiList.ImgCollapse")));
this.dgvWifiList.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvWifiList.ImgExpand")));
this.dgvWifiList.IsAutomaticDrawSingleOrDoubleRow = false;
this.dgvWifiList.IsCompleteBonding = false;
this.dgvWifiList.IsCopyCellValue = true;
this.dgvWifiList.IsShowSerialNumber = false;
this.dgvWifiList.IsSortedRedraw = true;
this.dgvWifiList.IsSortMode = false;
this.dgvWifiList.Location = new System.Drawing.Point(5, 168);
this.dgvWifiList.Name = "dgvWifiList";
this.dgvWifiList.ReadOnly = true;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvWifiList.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvWifiList.RowHeadersWidth = 25;
this.dgvWifiList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvWifiList.RowTemplate.Height = 23;
this.dgvWifiList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvWifiList.Size = new System.Drawing.Size(845, 406);
this.dgvWifiList.StrSecondStageNull = "";
this.dgvWifiList.StrValueNullColumn = "";
this.dgvWifiList.TabIndex = 2;
this.dgvWifiList.ViceCount = 1;
//
// btn_Reset
//
this.btn_Reset.BackColor = System.Drawing.Color.Transparent;
this.btn_Reset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Reset.BackImg")));
this.btn_Reset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Reset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Reset.ForeColor = System.Drawing.Color.White;
this.btn_Reset.IsCustomBackImg = false;
this.btn_Reset.IsShowText = true;
this.btn_Reset.Location = new System.Drawing.Point(654, 17);
this.btn_Reset.Name = "btn_Reset";
this.btn_Reset.Size = new System.Drawing.Size(60, 60);
this.btn_Reset.TabIndex = 2;
this.btn_Reset.Text = " 重置";
this.btn_Reset.UseVisualStyleBackColor = false;
//
// WifiName
//
this.WifiName.FillWeight = 1F;
this.WifiName.HeaderText = "Wifi名称";
this.WifiName.Name = "WifiName";
this.WifiName.ReadOnly = true;
//
// WifiDentify
//
this.WifiDentify.FillWeight = 1.362015F;
this.WifiDentify.HeaderText = "硬件标识(bssid)";
this.WifiDentify.Name = "WifiDentify";
this.WifiDentify.ReadOnly = true;
//
// WifiAddress
//
this.WifiAddress.FillWeight = 1F;
this.WifiAddress.HeaderText = "Wifi所在地址";
this.WifiAddress.Name = "WifiAddress";
this.WifiAddress.ReadOnly = true;
//
// Column1
//
this.Column1.FillWeight = 0.3523971F;
this.Column1.HeaderText = "";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.UseColumnTextForLinkValue = true;
//
// FrmAttendanceConfig
//
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(855, 644);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmAttendanceConfig";
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();
((System.ComponentModel.ISupportInitialize)(this.dgvWifiList)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.LabelEx labelEx1;
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx2;
protected internal ComponentLibrary.ButtonEx btn_Close;
protected internal ComponentLibrary.ButtonEx btn_Save;
protected internal ComponentLibrary.TextBoxEx tb_Address;
protected internal ComponentLibrary.TextBoxEx tb_Equipment;
protected internal ComponentLibrary.TextBoxEx tb_WifiName;
protected internal ComponentLibrary.DataGridViewEc dgvWifiList;
protected internal ComponentLibrary.ButtonEx btn_Reset;
private System.Windows.Forms.DataGridViewTextBoxColumn WifiName;
private System.Windows.Forms.DataGridViewTextBoxColumn WifiDentify;
private System.Windows.Forms.DataGridViewTextBoxColumn WifiAddress;
private System.Windows.Forms.DataGridViewLinkColumn Column1;
}
}