namespace StandardScene.Charge
{
partial class ChargeStationManagementForm
{
///
/// 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 dataGridViewCellStyle19 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.pnlList = new System.Windows.Forms.Panel();
this.dgvStations = new System.Windows.Forms.DataGridView();
this.pnlListButtons = new System.Windows.Forms.Panel();
this.lblStatistics = new System.Windows.Forms.Label();
this.btnStrategyConfig = new System.Windows.Forms.Button();
this.btnCommMonitor = new System.Windows.Forms.Button();
this.btnAlarmConfig = new System.Windows.Forms.Button();
this.btnExport = new System.Windows.Forms.Button();
this.btnRefresh = new System.Windows.Forms.Button();
this.pnlSearch = new System.Windows.Forms.Panel();
this.cmbStatusFilter = new System.Windows.Forms.ComboBox();
this.lblStatusFilter = new System.Windows.Forms.Label();
this.txtSearch = new System.Windows.Forms.TextBox();
this.lblSearch = new System.Windows.Forms.Label();
this.pnlEdit = new System.Windows.Forms.Panel();
this.grpRealTimeInfo = new System.Windows.Forms.GroupBox();
this.lblAlarmValue = new System.Windows.Forms.Label();
this.lblAlarm = new System.Windows.Forms.Label();
this.lblMechanismStatusValue = new System.Windows.Forms.Label();
this.lblMechanismStatus = new System.Windows.Forms.Label();
this.lblChargeCommandStatusValue = new System.Windows.Forms.Label();
this.lblChargeCommandStatus = new System.Windows.Forms.Label();
this.lblCommStatusValue = new System.Windows.Forms.Label();
this.lblCommStatus = new System.Windows.Forms.Label();
this.lblRealTimeCurrentValue = new System.Windows.Forms.Label();
this.lblRealTimeCurrent = new System.Windows.Forms.Label();
this.lblRealTimeVoltageValue = new System.Windows.Forms.Label();
this.lblRealTimeVoltage = new System.Windows.Forms.Label();
this.lblBatteryLevelValue = new System.Windows.Forms.Label();
this.lblBatteryLevel = new System.Windows.Forms.Label();
this.lblCurrentVehicleValue = new System.Windows.Forms.Label();
this.lblCurrentVehicle = new System.Windows.Forms.Label();
this.grpEditInfo = new System.Windows.Forms.GroupBox();
this.chargeCarType = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.txtRemarks = new System.Windows.Forms.TextBox();
this.lblRemarks = new System.Windows.Forms.Label();
this.numSiteId = new System.Windows.Forms.NumericUpDown();
this.lblSiteId = new System.Windows.Forms.Label();
this.chkEnabled = new System.Windows.Forms.CheckBox();
this.chkShieldSiteMechanismStatus = new System.Windows.Forms.CheckBox();
this.numCurrent = new System.Windows.Forms.NumericUpDown();
this.lblCurrent = new System.Windows.Forms.Label();
this.numVoltage = new System.Windows.Forms.NumericUpDown();
this.lblVoltage = new System.Windows.Forms.Label();
this.numPort = new System.Windows.Forms.NumericUpDown();
this.lblPort = new System.Windows.Forms.Label();
this.txtIpAddress = new System.Windows.Forms.TextBox();
this.lblIpAddress = new System.Windows.Forms.Label();
this.cmbChargeMethod = new System.Windows.Forms.ComboBox();
this.lblChargeMethod = new System.Windows.Forms.Label();
this.cmbType = new System.Windows.Forms.ComboBox();
this.lblType = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.lblName = new System.Windows.Forms.Label();
this.txtStationId = new System.Windows.Forms.TextBox();
this.lblStationId = new System.Windows.Forms.Label();
this.pnlEditButtons = new System.Windows.Forms.Panel();
this.btnCancel = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.colStationId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colChargeMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colSiteId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colLastSendTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colLastReceiveTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colCommStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colChargeCommandStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colMechanismStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colCurrentVehicle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colBatteryLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAlarm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colRealTimeVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colRealTimeCurrent = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colEnabled = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.pnlList.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStations)).BeginInit();
this.pnlListButtons.SuspendLayout();
this.pnlSearch.SuspendLayout();
this.pnlEdit.SuspendLayout();
this.grpRealTimeInfo.SuspendLayout();
this.grpEditInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numSiteId)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numCurrent)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numVoltage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numPort)).BeginInit();
this.pnlEditButtons.SuspendLayout();
this.SuspendLayout();
//
// splitContainer
//
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Margin = new System.Windows.Forms.Padding(4);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.pnlList);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.pnlEdit);
this.splitContainer.Size = new System.Drawing.Size(1731, 875);
this.splitContainer.SplitterDistance = 1081;
this.splitContainer.SplitterWidth = 5;
this.splitContainer.TabIndex = 0;
//
// pnlList
//
this.pnlList.Controls.Add(this.dgvStations);
this.pnlList.Controls.Add(this.pnlListButtons);
this.pnlList.Controls.Add(this.pnlSearch);
this.pnlList.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlList.Location = new System.Drawing.Point(0, 0);
this.pnlList.Margin = new System.Windows.Forms.Padding(4);
this.pnlList.Name = "pnlList";
this.pnlList.Size = new System.Drawing.Size(1081, 875);
this.pnlList.TabIndex = 0;
//
// dgvStations
//
this.dgvStations.AllowUserToAddRows = false;
this.dgvStations.AllowUserToDeleteRows = false;
this.dgvStations.AllowUserToResizeRows = false;
this.dgvStations.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvStations.BackgroundColor = System.Drawing.Color.White;
this.dgvStations.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvStations.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(81)))), ((int)(((byte)(181)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(81)))), ((int)(((byte)(181)))));
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvStations.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvStations.ColumnHeadersHeight = 100;
this.dgvStations.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvStations.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colStationId,
this.colName,
this.colType,
this.colChargeMethod,
this.colSiteId,
this.colLastSendTime,
this.colLastReceiveTime,
this.colCommStatus,
this.colChargeCommandStatus,
this.colMechanismStatus,
this.colCurrentVehicle,
this.colBatteryLevel,
this.colAlarm,
this.colRealTimeVoltage,
this.colRealTimeCurrent,
this.colStatus,
this.colEnabled});
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle19.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(202)))), ((int)(((byte)(233)))));
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvStations.DefaultCellStyle = dataGridViewCellStyle19;
this.dgvStations.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvStations.EnableHeadersVisualStyles = false;
this.dgvStations.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.dgvStations.Location = new System.Drawing.Point(0, 62);
this.dgvStations.Margin = new System.Windows.Forms.Padding(4);
this.dgvStations.MultiSelect = false;
this.dgvStations.Name = "dgvStations";
this.dgvStations.ReadOnly = true;
this.dgvStations.RowHeadersVisible = false;
this.dgvStations.RowHeadersWidth = 30;
this.dgvStations.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvStations.RowTemplate.Height = 35;
this.dgvStations.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvStations.Size = new System.Drawing.Size(1081, 725);
this.dgvStations.TabIndex = 2;
this.dgvStations.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStations_CellDoubleClick);
//
// pnlListButtons
//
this.pnlListButtons.Controls.Add(this.lblStatistics);
this.pnlListButtons.Controls.Add(this.btnStrategyConfig);
this.pnlListButtons.Controls.Add(this.btnCommMonitor);
this.pnlListButtons.Controls.Add(this.btnAlarmConfig);
this.pnlListButtons.Controls.Add(this.btnExport);
this.pnlListButtons.Controls.Add(this.btnRefresh);
this.pnlListButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlListButtons.Location = new System.Drawing.Point(0, 749);
this.pnlListButtons.Margin = new System.Windows.Forms.Padding(4);
this.pnlListButtons.Name = "pnlListButtons";
this.pnlListButtons.Padding = new System.Windows.Forms.Padding(13, 12, 13, 12);
this.pnlListButtons.Size = new System.Drawing.Size(1081, 126);
this.pnlListButtons.TabIndex = 1;
//
// lblStatistics
//
this.lblStatistics.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblStatistics.AutoSize = false;
this.lblStatistics.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStatistics.Location = new System.Drawing.Point(20, 12);
this.lblStatistics.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblStatistics.Name = "lblStatistics";
this.lblStatistics.Size = new System.Drawing.Size(1034, 24);
this.lblStatistics.TabIndex = 2;
this.lblStatistics.Text = "总数: 0 | 空闲: 0 | 充电中: 0 | 故障: 0";
//
// btnStrategyConfig
//
this.btnStrategyConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnStrategyConfig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(175)))), ((int)(((byte)(80)))));
this.btnStrategyConfig.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStrategyConfig.ForeColor = System.Drawing.Color.White;
this.btnStrategyConfig.Location = new System.Drawing.Point(411, 52);
this.btnStrategyConfig.Margin = new System.Windows.Forms.Padding(4);
this.btnStrategyConfig.Name = "btnStrategyConfig";
this.btnStrategyConfig.Size = new System.Drawing.Size(120, 50);
this.btnStrategyConfig.TabIndex = 5;
this.btnStrategyConfig.Text = "策略配置";
this.btnStrategyConfig.UseVisualStyleBackColor = false;
this.btnStrategyConfig.Click += new System.EventHandler(this.btnStrategyConfig_Click);
//
// btnCommMonitor
//
this.btnCommMonitor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCommMonitor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(150)))), ((int)(((byte)(243)))));
this.btnCommMonitor.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCommMonitor.ForeColor = System.Drawing.Color.White;
this.btnCommMonitor.Location = new System.Drawing.Point(541, 52);
this.btnCommMonitor.Margin = new System.Windows.Forms.Padding(4);
this.btnCommMonitor.Name = "btnCommMonitor";
this.btnCommMonitor.Size = new System.Drawing.Size(120, 50);
this.btnCommMonitor.TabIndex = 4;
this.btnCommMonitor.Text = "通讯监控";
this.btnCommMonitor.UseVisualStyleBackColor = false;
this.btnCommMonitor.Click += new System.EventHandler(this.btnCommMonitor_Click);
//
// btnAlarmConfig
//
this.btnAlarmConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAlarmConfig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(193)))), ((int)(((byte)(7)))));
this.btnAlarmConfig.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAlarmConfig.ForeColor = System.Drawing.Color.White;
this.btnAlarmConfig.Location = new System.Drawing.Point(671, 52);
this.btnAlarmConfig.Margin = new System.Windows.Forms.Padding(4);
this.btnAlarmConfig.Name = "btnAlarmConfig";
this.btnAlarmConfig.Size = new System.Drawing.Size(120, 50);
this.btnAlarmConfig.TabIndex = 3;
this.btnAlarmConfig.Text = "报警配置";
this.btnAlarmConfig.UseVisualStyleBackColor = false;
this.btnAlarmConfig.Click += new System.EventHandler(this.btnAlarmConfig_Click);
//
// btnExport
//
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnExport.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExport.Location = new System.Drawing.Point(934, 52);
this.btnExport.Margin = new System.Windows.Forms.Padding(4);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(120, 50);
this.btnExport.TabIndex = 1;
this.btnExport.Text = "导出";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// btnRefresh
//
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnRefresh.Location = new System.Drawing.Point(801, 52);
this.btnRefresh.Margin = new System.Windows.Forms.Padding(4);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(120, 50);
this.btnRefresh.TabIndex = 0;
this.btnRefresh.Text = "刷新";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// pnlSearch
//
this.pnlSearch.Controls.Add(this.cmbStatusFilter);
this.pnlSearch.Controls.Add(this.lblStatusFilter);
this.pnlSearch.Controls.Add(this.txtSearch);
this.pnlSearch.Controls.Add(this.lblSearch);
this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlSearch.Location = new System.Drawing.Point(0, 0);
this.pnlSearch.Margin = new System.Windows.Forms.Padding(4);
this.pnlSearch.Name = "pnlSearch";
this.pnlSearch.Padding = new System.Windows.Forms.Padding(13, 12, 13, 12);
this.pnlSearch.Size = new System.Drawing.Size(1081, 62);
this.pnlSearch.TabIndex = 0;
//
// cmbStatusFilter
//
this.cmbStatusFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbStatusFilter.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbStatusFilter.FormattingEnabled = true;
this.cmbStatusFilter.Location = new System.Drawing.Point(680, 16);
this.cmbStatusFilter.Margin = new System.Windows.Forms.Padding(4);
this.cmbStatusFilter.Name = "cmbStatusFilter";
this.cmbStatusFilter.Size = new System.Drawing.Size(199, 31);
this.cmbStatusFilter.TabIndex = 3;
this.cmbStatusFilter.SelectedIndexChanged += new System.EventHandler(this.cmbStatusFilter_SelectedIndexChanged);
//
// lblStatusFilter
//
this.lblStatusFilter.AutoSize = true;
this.lblStatusFilter.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStatusFilter.Location = new System.Drawing.Point(593, 21);
this.lblStatusFilter.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblStatusFilter.Name = "lblStatusFilter";
this.lblStatusFilter.Size = new System.Drawing.Size(61, 23);
this.lblStatusFilter.TabIndex = 2;
this.lblStatusFilter.Text = "状态:";
//
// txtSearch
//
this.txtSearch.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSearch.Location = new System.Drawing.Point(100, 16);
this.txtSearch.Margin = new System.Windows.Forms.Padding(4);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(399, 29);
this.txtSearch.TabIndex = 1;
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
//
// lblSearch
//
this.lblSearch.AutoSize = true;
this.lblSearch.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSearch.Location = new System.Drawing.Point(13, 21);
this.lblSearch.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSearch.Name = "lblSearch";
this.lblSearch.Size = new System.Drawing.Size(61, 23);
this.lblSearch.TabIndex = 0;
this.lblSearch.Text = "搜索:";
//
// pnlEdit
//
this.pnlEdit.Controls.Add(this.grpRealTimeInfo);
this.pnlEdit.Controls.Add(this.grpEditInfo);
this.pnlEdit.Controls.Add(this.pnlEditButtons);
this.pnlEdit.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlEdit.Location = new System.Drawing.Point(0, 0);
this.pnlEdit.Margin = new System.Windows.Forms.Padding(4);
this.pnlEdit.Name = "pnlEdit";
this.pnlEdit.Size = new System.Drawing.Size(645, 875);
this.pnlEdit.TabIndex = 0;
//
// grpRealTimeInfo
//
this.grpRealTimeInfo.Controls.Add(this.lblAlarmValue);
this.grpRealTimeInfo.Controls.Add(this.lblAlarm);
this.grpRealTimeInfo.Controls.Add(this.lblMechanismStatusValue);
this.grpRealTimeInfo.Controls.Add(this.lblMechanismStatus);
this.grpRealTimeInfo.Controls.Add(this.lblChargeCommandStatusValue);
this.grpRealTimeInfo.Controls.Add(this.lblChargeCommandStatus);
this.grpRealTimeInfo.Controls.Add(this.lblCommStatusValue);
this.grpRealTimeInfo.Controls.Add(this.lblCommStatus);
this.grpRealTimeInfo.Controls.Add(this.lblRealTimeCurrentValue);
this.grpRealTimeInfo.Controls.Add(this.lblRealTimeCurrent);
this.grpRealTimeInfo.Controls.Add(this.lblRealTimeVoltageValue);
this.grpRealTimeInfo.Controls.Add(this.lblRealTimeVoltage);
this.grpRealTimeInfo.Controls.Add(this.lblBatteryLevelValue);
this.grpRealTimeInfo.Controls.Add(this.lblBatteryLevel);
this.grpRealTimeInfo.Controls.Add(this.lblCurrentVehicleValue);
this.grpRealTimeInfo.Controls.Add(this.lblCurrentVehicle);
this.grpRealTimeInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpRealTimeInfo.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.grpRealTimeInfo.Location = new System.Drawing.Point(0, 500);
this.grpRealTimeInfo.Margin = new System.Windows.Forms.Padding(4);
this.grpRealTimeInfo.Name = "grpRealTimeInfo";
this.grpRealTimeInfo.Padding = new System.Windows.Forms.Padding(20, 10, 20, 10);
this.grpRealTimeInfo.Size = new System.Drawing.Size(645, 250);
this.grpRealTimeInfo.TabIndex = 2;
this.grpRealTimeInfo.TabStop = false;
this.grpRealTimeInfo.Text = "实时状态(只读)";
//
// lblAlarmValue
//
this.lblAlarmValue.Font = new System.Drawing.Font("微软雅黑", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAlarmValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(175)))), ((int)(((byte)(80)))));
this.lblAlarmValue.Location = new System.Drawing.Point(451, 96);
this.lblAlarmValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblAlarmValue.Name = "lblAlarmValue";
this.lblAlarmValue.Size = new System.Drawing.Size(76, 20);
this.lblAlarmValue.TabIndex = 15;
this.lblAlarmValue.Text = "正常";
this.lblAlarmValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblAlarm
//
this.lblAlarm.Font = new System.Drawing.Font("微软雅黑", 9F);
this.lblAlarm.Location = new System.Drawing.Point(343, 97);
this.lblAlarm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblAlarm.Name = "lblAlarm";
this.lblAlarm.Size = new System.Drawing.Size(100, 18);
this.lblAlarm.TabIndex = 14;
this.lblAlarm.Text = "报警状态:";
this.lblAlarm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblMechanismStatusValue
//
this.lblMechanismStatusValue.Font = new System.Drawing.Font("微软雅黑", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMechanismStatusValue.Location = new System.Drawing.Point(155, 98);
this.lblMechanismStatusValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblMechanismStatusValue.Name = "lblMechanismStatusValue";
this.lblMechanismStatusValue.Size = new System.Drawing.Size(81, 18);
this.lblMechanismStatusValue.TabIndex = 13;
this.lblMechanismStatusValue.Text = "? 未知";
this.lblMechanismStatusValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblMechanismStatus
//
this.lblMechanismStatus.Font = new System.Drawing.Font("微软雅黑", 9F);
this.lblMechanismStatus.Location = new System.Drawing.Point(50, 95);
this.lblMechanismStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblMechanismStatus.Name = "lblMechanismStatus";
this.lblMechanismStatus.Size = new System.Drawing.Size(97, 30);
this.lblMechanismStatus.TabIndex = 12;
this.lblMechanismStatus.Text = "机构状态:";
this.lblMechanismStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblChargeCommandStatusValue
//
this.lblChargeCommandStatusValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblChargeCommandStatusValue.Location = new System.Drawing.Point(451, 75);
this.lblChargeCommandStatusValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblChargeCommandStatusValue.Name = "lblChargeCommandStatusValue";
this.lblChargeCommandStatusValue.Size = new System.Drawing.Size(150, 20);
this.lblChargeCommandStatusValue.TabIndex = 11;
this.lblChargeCommandStatusValue.Text = "◯ 停止";
this.lblChargeCommandStatusValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblChargeCommandStatus
//
this.lblChargeCommandStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblChargeCommandStatus.Location = new System.Drawing.Point(343, 75);
this.lblChargeCommandStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblChargeCommandStatus.Name = "lblChargeCommandStatus";
this.lblChargeCommandStatus.Size = new System.Drawing.Size(100, 20);
this.lblChargeCommandStatus.TabIndex = 10;
this.lblChargeCommandStatus.Text = "充电指令:";
this.lblChargeCommandStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblCommStatusValue
//
this.lblCommStatusValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCommStatusValue.Location = new System.Drawing.Point(155, 75);
this.lblCommStatusValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCommStatusValue.Name = "lblCommStatusValue";
this.lblCommStatusValue.Size = new System.Drawing.Size(200, 20);
this.lblCommStatusValue.TabIndex = 9;
this.lblCommStatusValue.Text = "? 未知";
this.lblCommStatusValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblCommStatus
//
this.lblCommStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCommStatus.Location = new System.Drawing.Point(27, 75);
this.lblCommStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCommStatus.Name = "lblCommStatus";
this.lblCommStatus.Size = new System.Drawing.Size(120, 20);
this.lblCommStatus.TabIndex = 8;
this.lblCommStatus.Text = "通讯状态:";
this.lblCommStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblRealTimeCurrentValue
//
this.lblRealTimeCurrentValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRealTimeCurrentValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(150)))), ((int)(((byte)(243)))));
this.lblRealTimeCurrentValue.Location = new System.Drawing.Point(451, 50);
this.lblRealTimeCurrentValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblRealTimeCurrentValue.Name = "lblRealTimeCurrentValue";
this.lblRealTimeCurrentValue.Size = new System.Drawing.Size(150, 25);
this.lblRealTimeCurrentValue.TabIndex = 7;
this.lblRealTimeCurrentValue.Text = "0.0 A";
this.lblRealTimeCurrentValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblRealTimeCurrent
//
this.lblRealTimeCurrent.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRealTimeCurrent.Location = new System.Drawing.Point(327, 50);
this.lblRealTimeCurrent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblRealTimeCurrent.Name = "lblRealTimeCurrent";
this.lblRealTimeCurrent.Size = new System.Drawing.Size(116, 25);
this.lblRealTimeCurrent.TabIndex = 6;
this.lblRealTimeCurrent.Text = "实时电流:";
this.lblRealTimeCurrent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblRealTimeVoltageValue
//
this.lblRealTimeVoltageValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRealTimeVoltageValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(150)))), ((int)(((byte)(243)))));
this.lblRealTimeVoltageValue.Location = new System.Drawing.Point(155, 50);
this.lblRealTimeVoltageValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblRealTimeVoltageValue.Name = "lblRealTimeVoltageValue";
this.lblRealTimeVoltageValue.Size = new System.Drawing.Size(200, 25);
this.lblRealTimeVoltageValue.TabIndex = 5;
this.lblRealTimeVoltageValue.Text = "0.0 V";
this.lblRealTimeVoltageValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblRealTimeVoltage
//
this.lblRealTimeVoltage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRealTimeVoltage.Location = new System.Drawing.Point(27, 50);
this.lblRealTimeVoltage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblRealTimeVoltage.Name = "lblRealTimeVoltage";
this.lblRealTimeVoltage.Size = new System.Drawing.Size(120, 25);
this.lblRealTimeVoltage.TabIndex = 4;
this.lblRealTimeVoltage.Text = "实时电压:";
this.lblRealTimeVoltage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblBatteryLevelValue
//
this.lblBatteryLevelValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBatteryLevelValue.Location = new System.Drawing.Point(451, 25);
this.lblBatteryLevelValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblBatteryLevelValue.Name = "lblBatteryLevelValue";
this.lblBatteryLevelValue.Size = new System.Drawing.Size(150, 25);
this.lblBatteryLevelValue.TabIndex = 3;
this.lblBatteryLevelValue.Text = "-";
this.lblBatteryLevelValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblBatteryLevel
//
this.lblBatteryLevel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBatteryLevel.Location = new System.Drawing.Point(350, 25);
this.lblBatteryLevel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblBatteryLevel.Name = "lblBatteryLevel";
this.lblBatteryLevel.Size = new System.Drawing.Size(93, 25);
this.lblBatteryLevel.TabIndex = 2;
this.lblBatteryLevel.Text = "实时电量:";
this.lblBatteryLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblCurrentVehicleValue
//
this.lblCurrentVehicleValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCurrentVehicleValue.Location = new System.Drawing.Point(155, 25);
this.lblCurrentVehicleValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCurrentVehicleValue.Name = "lblCurrentVehicleValue";
this.lblCurrentVehicleValue.Size = new System.Drawing.Size(200, 25);
this.lblCurrentVehicleValue.TabIndex = 1;
this.lblCurrentVehicleValue.Text = "-";
this.lblCurrentVehicleValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblCurrentVehicle
//
this.lblCurrentVehicle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCurrentVehicle.Location = new System.Drawing.Point(27, 25);
this.lblCurrentVehicle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCurrentVehicle.Name = "lblCurrentVehicle";
this.lblCurrentVehicle.Size = new System.Drawing.Size(120, 25);
this.lblCurrentVehicle.TabIndex = 0;
this.lblCurrentVehicle.Text = "当前车辆:";
this.lblCurrentVehicle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// grpEditInfo
//
this.grpEditInfo.Controls.Add(this.chargeCarType);
this.grpEditInfo.Controls.Add(this.label1);
this.grpEditInfo.Controls.Add(this.txtRemarks);
this.grpEditInfo.Controls.Add(this.lblRemarks);
this.grpEditInfo.Controls.Add(this.numSiteId);
this.grpEditInfo.Controls.Add(this.lblSiteId);
this.grpEditInfo.Controls.Add(this.chkEnabled);
this.grpEditInfo.Controls.Add(this.chkShieldSiteMechanismStatus);
this.grpEditInfo.Controls.Add(this.numCurrent);
this.grpEditInfo.Controls.Add(this.lblCurrent);
this.grpEditInfo.Controls.Add(this.numVoltage);
this.grpEditInfo.Controls.Add(this.lblVoltage);
this.grpEditInfo.Controls.Add(this.numPort);
this.grpEditInfo.Controls.Add(this.lblPort);
this.grpEditInfo.Controls.Add(this.txtIpAddress);
this.grpEditInfo.Controls.Add(this.lblIpAddress);
this.grpEditInfo.Controls.Add(this.cmbChargeMethod);
this.grpEditInfo.Controls.Add(this.lblChargeMethod);
this.grpEditInfo.Controls.Add(this.cmbType);
this.grpEditInfo.Controls.Add(this.lblType);
this.grpEditInfo.Controls.Add(this.txtName);
this.grpEditInfo.Controls.Add(this.lblName);
this.grpEditInfo.Controls.Add(this.txtStationId);
this.grpEditInfo.Controls.Add(this.lblStationId);
this.grpEditInfo.Dock = System.Windows.Forms.DockStyle.Top;
this.grpEditInfo.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.grpEditInfo.Location = new System.Drawing.Point(0, 0);
this.grpEditInfo.Margin = new System.Windows.Forms.Padding(4);
this.grpEditInfo.Name = "grpEditInfo";
this.grpEditInfo.Padding = new System.Windows.Forms.Padding(20, 19, 20, 19);
this.grpEditInfo.Size = new System.Drawing.Size(645, 500);
this.grpEditInfo.TabIndex = 1;
this.grpEditInfo.TabStop = false;
this.grpEditInfo.Text = "基本信息(可编辑)";
//
// chargeCarType
//
this.chargeCarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.chargeCarType.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chargeCarType.FormattingEnabled = true;
this.chargeCarType.Items.AddRange(new object[] {
"FRLD",
"MuXing"});
this.chargeCarType.Location = new System.Drawing.Point(426, 332);
this.chargeCarType.Margin = new System.Windows.Forms.Padding(4);
this.chargeCarType.Name = "chargeCarType";
this.chargeCarType.Size = new System.Drawing.Size(140, 31);
this.chargeCarType.TabIndex = 25;
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(292, 332);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(137, 31);
this.label1.TabIndex = 24;
this.label1.Text = "停靠车辆类型:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtRemarks
//
this.txtRemarks.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.Location = new System.Drawing.Point(167, 408);
this.txtRemarks.Margin = new System.Windows.Forms.Padding(4);
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtRemarks.Size = new System.Drawing.Size(399, 62);
this.txtRemarks.TabIndex = 21;
//
// lblRemarks
//
this.lblRemarks.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.Location = new System.Drawing.Point(27, 408);
this.lblRemarks.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(133, 31);
this.lblRemarks.TabIndex = 20;
this.lblRemarks.Text = "备注:";
this.lblRemarks.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// numSiteId
//
this.numSiteId.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numSiteId.Location = new System.Drawing.Point(167, 370);
this.numSiteId.Margin = new System.Windows.Forms.Padding(4);
this.numSiteId.Maximum = new decimal(new int[] {
99999,
0,
0,
0});
this.numSiteId.Name = "numSiteId";
this.numSiteId.Size = new System.Drawing.Size(400, 29);
this.numSiteId.TabIndex = 19;
//
// lblSiteId
//
this.lblSiteId.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSiteId.Location = new System.Drawing.Point(27, 370);
this.lblSiteId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblSiteId.Name = "lblSiteId";
this.lblSiteId.Size = new System.Drawing.Size(133, 31);
this.lblSiteId.TabIndex = 18;
this.lblSiteId.Text = "站点ID:";
this.lblSiteId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// chkEnabled
//
this.chkEnabled.AutoSize = true;
this.chkEnabled.Checked = true;
this.chkEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkEnabled.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkEnabled.Location = new System.Drawing.Point(167, 334);
this.chkEnabled.Margin = new System.Windows.Forms.Padding(4);
this.chkEnabled.Name = "chkEnabled";
this.chkEnabled.Size = new System.Drawing.Size(117, 27);
this.chkEnabled.TabIndex = 17;
this.chkEnabled.Text = "启用充电桩";
this.chkEnabled.UseVisualStyleBackColor = true;
//
// chkShieldSiteMechanismStatus
//
this.chkShieldSiteMechanismStatus.AutoSize = true;
this.chkShieldSiteMechanismStatus.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkShieldSiteMechanismStatus.Location = new System.Drawing.Point(167, 473);
this.chkShieldSiteMechanismStatus.Margin = new System.Windows.Forms.Padding(4);
this.chkShieldSiteMechanismStatus.Name = "chkShieldSiteMechanismStatus";
this.chkShieldSiteMechanismStatus.Size = new System.Drawing.Size(168, 27);
this.chkShieldSiteMechanismStatus.TabIndex = 18;
this.chkShieldSiteMechanismStatus.Text = "屏蔽机构状态交互";
this.chkShieldSiteMechanismStatus.UseVisualStyleBackColor = true;
//
// numCurrent
//
this.numCurrent.DecimalPlaces = 1;
this.numCurrent.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numCurrent.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numCurrent.Location = new System.Drawing.Point(167, 296);
this.numCurrent.Margin = new System.Windows.Forms.Padding(4);
this.numCurrent.Maximum = new decimal(new int[] {
110,
0,
0,
0});
this.numCurrent.Name = "numCurrent";
this.numCurrent.Size = new System.Drawing.Size(400, 29);
this.numCurrent.TabIndex = 13;
this.numCurrent.Value = new decimal(new int[] {
10,
0,
0,
0});
//
// lblCurrent
//
this.lblCurrent.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCurrent.Location = new System.Drawing.Point(27, 296);
this.lblCurrent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblCurrent.Name = "lblCurrent";
this.lblCurrent.Size = new System.Drawing.Size(133, 31);
this.lblCurrent.TabIndex = 12;
this.lblCurrent.Text = "电流(A):";
this.lblCurrent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// numVoltage
//
this.numVoltage.DecimalPlaces = 1;
this.numVoltage.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numVoltage.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numVoltage.Location = new System.Drawing.Point(167, 258);
this.numVoltage.Margin = new System.Windows.Forms.Padding(4);
this.numVoltage.Maximum = new decimal(new int[] {
68,
0,
0,
0});
this.numVoltage.Name = "numVoltage";
this.numVoltage.Size = new System.Drawing.Size(400, 29);
this.numVoltage.TabIndex = 11;
//
// lblVoltage
//
this.lblVoltage.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblVoltage.Location = new System.Drawing.Point(27, 258);
this.lblVoltage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblVoltage.Name = "lblVoltage";
this.lblVoltage.Size = new System.Drawing.Size(133, 31);
this.lblVoltage.TabIndex = 10;
this.lblVoltage.Text = "电压(V):";
this.lblVoltage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// numPort
//
this.numPort.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numPort.Location = new System.Drawing.Point(167, 220);
this.numPort.Margin = new System.Windows.Forms.Padding(4);
this.numPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numPort.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numPort.Name = "numPort";
this.numPort.Size = new System.Drawing.Size(400, 29);
this.numPort.TabIndex = 9;
this.numPort.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// lblPort
//
this.lblPort.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPort.Location = new System.Drawing.Point(27, 220);
this.lblPort.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblPort.Name = "lblPort";
this.lblPort.Size = new System.Drawing.Size(133, 31);
this.lblPort.TabIndex = 8;
this.lblPort.Text = "端口:";
this.lblPort.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtIpAddress
//
this.txtIpAddress.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtIpAddress.Location = new System.Drawing.Point(167, 182);
this.txtIpAddress.Margin = new System.Windows.Forms.Padding(4);
this.txtIpAddress.Name = "txtIpAddress";
this.txtIpAddress.Size = new System.Drawing.Size(399, 29);
this.txtIpAddress.TabIndex = 7;
//
// lblIpAddress
//
this.lblIpAddress.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblIpAddress.Location = new System.Drawing.Point(27, 182);
this.lblIpAddress.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblIpAddress.Name = "lblIpAddress";
this.lblIpAddress.Size = new System.Drawing.Size(133, 31);
this.lblIpAddress.TabIndex = 6;
this.lblIpAddress.Text = "IP地址:";
this.lblIpAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// cmbChargeMethod
//
this.cmbChargeMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbChargeMethod.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbChargeMethod.FormattingEnabled = true;
this.cmbChargeMethod.Items.AddRange(new object[] {
"地充",
"尾充",
"侧充"});
this.cmbChargeMethod.Location = new System.Drawing.Point(167, 144);
this.cmbChargeMethod.Margin = new System.Windows.Forms.Padding(4);
this.cmbChargeMethod.Name = "cmbChargeMethod";
this.cmbChargeMethod.Size = new System.Drawing.Size(399, 31);
this.cmbChargeMethod.TabIndex = 23;
this.cmbChargeMethod.SelectedIndexChanged += new System.EventHandler(this.cmbChargeMethod_SelectedIndexChanged);
//
// lblChargeMethod
//
this.lblChargeMethod.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblChargeMethod.Location = new System.Drawing.Point(27, 144);
this.lblChargeMethod.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblChargeMethod.Name = "lblChargeMethod";
this.lblChargeMethod.Size = new System.Drawing.Size(133, 31);
this.lblChargeMethod.TabIndex = 22;
this.lblChargeMethod.Text = "充电方式:";
this.lblChargeMethod.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// cmbType
//
this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbType.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbType.FormattingEnabled = true;
this.cmbType.Items.AddRange(new object[] {
"FRLD高款充电桩",
"FRLD矮款充电桩",
"牧星充电桩"});
this.cmbType.Location = new System.Drawing.Point(167, 106);
this.cmbType.Margin = new System.Windows.Forms.Padding(4);
this.cmbType.Name = "cmbType";
this.cmbType.Size = new System.Drawing.Size(399, 31);
this.cmbType.TabIndex = 5;
//
// lblType
//
this.lblType.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblType.Location = new System.Drawing.Point(27, 106);
this.lblType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblType.Name = "lblType";
this.lblType.Size = new System.Drawing.Size(133, 31);
this.lblType.TabIndex = 4;
this.lblType.Text = "类型:";
this.lblType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtName
//
this.txtName.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtName.Location = new System.Drawing.Point(167, 64);
this.txtName.Margin = new System.Windows.Forms.Padding(4);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(192, 29);
this.txtName.TabIndex = 3;
//
// lblName
//
this.lblName.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblName.Location = new System.Drawing.Point(26, 62);
this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(133, 31);
this.lblName.TabIndex = 2;
this.lblName.Text = "充电桩名称:";
this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtStationId
//
this.txtStationId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtStationId.Location = new System.Drawing.Point(167, 29);
this.txtStationId.Margin = new System.Windows.Forms.Padding(4);
this.txtStationId.Name = "txtStationId";
this.txtStationId.Size = new System.Drawing.Size(192, 27);
this.txtStationId.TabIndex = 1;
//
// lblStationId
//
this.lblStationId.Font = new System.Drawing.Font("微软雅黑", 10F);
this.lblStationId.Location = new System.Drawing.Point(49, 31);
this.lblStationId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblStationId.Name = "lblStationId";
this.lblStationId.Size = new System.Drawing.Size(127, 25);
this.lblStationId.TabIndex = 0;
this.lblStationId.Text = "充电桩编号:";
this.lblStationId.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// pnlEditButtons
//
this.pnlEditButtons.Controls.Add(this.btnCancel);
this.pnlEditButtons.Controls.Add(this.btnDelete);
this.pnlEditButtons.Controls.Add(this.btnSave);
this.pnlEditButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlEditButtons.Location = new System.Drawing.Point(0, 750);
this.pnlEditButtons.Margin = new System.Windows.Forms.Padding(4);
this.pnlEditButtons.Name = "pnlEditButtons";
this.pnlEditButtons.Padding = new System.Windows.Forms.Padding(13, 12, 13, 12);
this.pnlEditButtons.Size = new System.Drawing.Size(645, 125);
this.pnlEditButtons.TabIndex = 0;
//
// btnCancel
//
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.Location = new System.Drawing.Point(373, 25);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(133, 62);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.LightCoral;
this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDelete.Location = new System.Drawing.Point(200, 25);
this.btnDelete.Margin = new System.Windows.Forms.Padding(4);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(133, 62);
this.btnDelete.TabIndex = 1;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = false;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.LightBlue;
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Location = new System.Drawing.Point(27, 25);
this.btnSave.Margin = new System.Windows.Forms.Padding(4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(133, 62);
this.btnSave.TabIndex = 0;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// colStationId
//
this.colStationId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colStationId.DefaultCellStyle = dataGridViewCellStyle2;
this.colStationId.HeaderText = "编号";
this.colStationId.MinimumWidth = 6;
this.colStationId.Name = "colStationId";
this.colStationId.ReadOnly = true;
this.colStationId.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.colStationId.Width = 30;
//
// colName
//
this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colName.DefaultCellStyle = dataGridViewCellStyle3;
this.colName.HeaderText = "名称";
this.colName.MinimumWidth = 6;
this.colName.Name = "colName";
this.colName.ReadOnly = true;
this.colName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.colName.Width = 30;
//
// colType
//
this.colType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colType.DefaultCellStyle = dataGridViewCellStyle4;
this.colType.FillWeight = 189.1357F;
this.colType.HeaderText = "类型";
this.colType.MinimumWidth = 6;
this.colType.Name = "colType";
this.colType.ReadOnly = true;
this.colType.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.colType.Width = 110;
//
// colChargeMethod
//
this.colChargeMethod.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colChargeMethod.DefaultCellStyle = dataGridViewCellStyle5;
this.colChargeMethod.FillWeight = 98.90109F;
this.colChargeMethod.HeaderText = "充电方式";
this.colChargeMethod.MinimumWidth = 6;
this.colChargeMethod.Name = "colChargeMethod";
this.colChargeMethod.ReadOnly = true;
this.colChargeMethod.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.colChargeMethod.Width = 50;
//
// colSiteId
//
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colSiteId.DefaultCellStyle = dataGridViewCellStyle6;
this.colSiteId.FillWeight = 59.72706F;
this.colSiteId.HeaderText = "站点编号";
this.colSiteId.MinimumWidth = 6;
this.colSiteId.Name = "colSiteId";
this.colSiteId.ReadOnly = true;
this.colSiteId.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colLastSendTime
//
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colLastSendTime.DefaultCellStyle = dataGridViewCellStyle7;
this.colLastSendTime.FillWeight = 59.72706F;
this.colLastSendTime.HeaderText = "发送时间";
this.colLastSendTime.MinimumWidth = 6;
this.colLastSendTime.Name = "colLastSendTime";
this.colLastSendTime.ReadOnly = true;
this.colLastSendTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colLastReceiveTime
//
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colLastReceiveTime.DefaultCellStyle = dataGridViewCellStyle8;
this.colLastReceiveTime.FillWeight = 59.72706F;
this.colLastReceiveTime.HeaderText = "接收时间";
this.colLastReceiveTime.MinimumWidth = 6;
this.colLastReceiveTime.Name = "colLastReceiveTime";
this.colLastReceiveTime.ReadOnly = true;
this.colLastReceiveTime.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colCommStatus
//
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colCommStatus.DefaultCellStyle = dataGridViewCellStyle9;
this.colCommStatus.FillWeight = 59.72706F;
this.colCommStatus.HeaderText = "通讯";
this.colCommStatus.MinimumWidth = 6;
this.colCommStatus.Name = "colCommStatus";
this.colCommStatus.ReadOnly = true;
this.colCommStatus.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colChargeCommandStatus
//
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colChargeCommandStatus.DefaultCellStyle = dataGridViewCellStyle10;
this.colChargeCommandStatus.FillWeight = 59.72706F;
this.colChargeCommandStatus.HeaderText = "充电指令";
this.colChargeCommandStatus.MinimumWidth = 6;
this.colChargeCommandStatus.Name = "colChargeCommandStatus";
this.colChargeCommandStatus.ReadOnly = true;
this.colChargeCommandStatus.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colMechanismStatus
//
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colMechanismStatus.DefaultCellStyle = dataGridViewCellStyle11;
this.colMechanismStatus.FillWeight = 59.72706F;
this.colMechanismStatus.HeaderText = "机构状态";
this.colMechanismStatus.MinimumWidth = 6;
this.colMechanismStatus.Name = "colMechanismStatus";
this.colMechanismStatus.ReadOnly = true;
this.colMechanismStatus.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colCurrentVehicle
//
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colCurrentVehicle.DefaultCellStyle = dataGridViewCellStyle12;
this.colCurrentVehicle.FillWeight = 59.72706F;
this.colCurrentVehicle.HeaderText = "当前车辆";
this.colCurrentVehicle.MinimumWidth = 6;
this.colCurrentVehicle.Name = "colCurrentVehicle";
this.colCurrentVehicle.ReadOnly = true;
this.colCurrentVehicle.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colBatteryLevel
//
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle13.Format = "%";
dataGridViewCellStyle13.NullValue = "0%";
this.colBatteryLevel.DefaultCellStyle = dataGridViewCellStyle13;
this.colBatteryLevel.FillWeight = 59.72706F;
this.colBatteryLevel.HeaderText = "电量";
this.colBatteryLevel.MinimumWidth = 6;
this.colBatteryLevel.Name = "colBatteryLevel";
this.colBatteryLevel.ReadOnly = true;
this.colBatteryLevel.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colAlarm
//
this.colAlarm.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colAlarm.DefaultCellStyle = dataGridViewCellStyle14;
this.colAlarm.FillWeight = 120F;
this.colAlarm.HeaderText = "报警 ";
this.colAlarm.MinimumWidth = 6;
this.colAlarm.Name = "colAlarm";
this.colAlarm.ReadOnly = true;
this.colAlarm.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.colAlarm.Width = 110;
//
// colRealTimeVoltage
//
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle15.Format = "V";
dataGridViewCellStyle15.NullValue = "V";
this.colRealTimeVoltage.DefaultCellStyle = dataGridViewCellStyle15;
this.colRealTimeVoltage.FillWeight = 59.72706F;
this.colRealTimeVoltage.HeaderText = "实时电压";
this.colRealTimeVoltage.MinimumWidth = 6;
this.colRealTimeVoltage.Name = "colRealTimeVoltage";
this.colRealTimeVoltage.ReadOnly = true;
this.colRealTimeVoltage.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colRealTimeCurrent
//
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colRealTimeCurrent.DefaultCellStyle = dataGridViewCellStyle16;
this.colRealTimeCurrent.FillWeight = 59.72706F;
this.colRealTimeCurrent.HeaderText = "实时电流";
this.colRealTimeCurrent.MinimumWidth = 6;
this.colRealTimeCurrent.Name = "colRealTimeCurrent";
this.colRealTimeCurrent.ReadOnly = true;
this.colRealTimeCurrent.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colStatus
//
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colStatus.DefaultCellStyle = dataGridViewCellStyle17;
this.colStatus.FillWeight = 59.72706F;
this.colStatus.HeaderText = "充电状态";
this.colStatus.MinimumWidth = 6;
this.colStatus.Name = "colStatus";
this.colStatus.ReadOnly = true;
this.colStatus.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// colEnabled
//
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.colEnabled.DefaultCellStyle = dataGridViewCellStyle18;
this.colEnabled.FillWeight = 59.72706F;
this.colEnabled.HeaderText = "启用";
this.colEnabled.MinimumWidth = 6;
this.colEnabled.Name = "colEnabled";
this.colEnabled.ReadOnly = true;
this.colEnabled.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// ChargeStationManagementForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1731, 875);
this.Controls.Add(this.splitContainer);
this.Margin = new System.Windows.Forms.Padding(4);
this.MinimumSize = new System.Drawing.Size(1327, 738);
this.Name = "ChargeStationManagementForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "充电桩管理系统";
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.pnlList.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvStations)).EndInit();
this.pnlListButtons.ResumeLayout(false);
this.pnlListButtons.PerformLayout();
this.pnlSearch.ResumeLayout(false);
this.pnlSearch.PerformLayout();
this.pnlEdit.ResumeLayout(false);
this.grpRealTimeInfo.ResumeLayout(false);
this.grpEditInfo.ResumeLayout(false);
this.grpEditInfo.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numSiteId)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numCurrent)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numVoltage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numPort)).EndInit();
this.pnlEditButtons.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.Panel pnlList;
private System.Windows.Forms.DataGridView dgvStations;
private System.Windows.Forms.Panel pnlListButtons;
private System.Windows.Forms.Label lblStatistics;
private System.Windows.Forms.Button btnStrategyConfig;
private System.Windows.Forms.Button btnCommMonitor;
private System.Windows.Forms.Button btnAlarmConfig;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Panel pnlSearch;
private System.Windows.Forms.ComboBox cmbStatusFilter;
private System.Windows.Forms.Label lblStatusFilter;
private System.Windows.Forms.TextBox txtSearch;
private System.Windows.Forms.Label lblSearch;
private System.Windows.Forms.Panel pnlEdit;
private System.Windows.Forms.GroupBox grpEditInfo;
private System.Windows.Forms.TextBox txtRemarks;
private System.Windows.Forms.Label lblRemarks;
private System.Windows.Forms.NumericUpDown numSiteId;
private System.Windows.Forms.Label lblSiteId;
private System.Windows.Forms.CheckBox chkEnabled;
private System.Windows.Forms.CheckBox chkShieldSiteMechanismStatus;
private System.Windows.Forms.NumericUpDown numCurrent;
private System.Windows.Forms.Label lblCurrent;
private System.Windows.Forms.NumericUpDown numVoltage;
private System.Windows.Forms.Label lblVoltage;
private System.Windows.Forms.NumericUpDown numPort;
private System.Windows.Forms.Label lblPort;
private System.Windows.Forms.TextBox txtIpAddress;
private System.Windows.Forms.Label lblIpAddress;
private System.Windows.Forms.ComboBox cmbType;
private System.Windows.Forms.Label lblType;
private System.Windows.Forms.ComboBox cmbChargeMethod;
private System.Windows.Forms.Label lblChargeMethod;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.TextBox txtStationId;
private System.Windows.Forms.Label lblStationId;
private System.Windows.Forms.Panel pnlEditButtons;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.GroupBox grpRealTimeInfo;
private System.Windows.Forms.Label lblCurrentVehicleValue;
private System.Windows.Forms.Label lblCurrentVehicle;
private System.Windows.Forms.Label lblBatteryLevelValue;
private System.Windows.Forms.Label lblBatteryLevel;
private System.Windows.Forms.Label lblRealTimeVoltageValue;
private System.Windows.Forms.Label lblRealTimeVoltage;
private System.Windows.Forms.Label lblRealTimeCurrentValue;
private System.Windows.Forms.Label lblRealTimeCurrent;
private System.Windows.Forms.Label lblCommStatusValue;
private System.Windows.Forms.Label lblCommStatus;
private System.Windows.Forms.Label lblChargeCommandStatusValue;
private System.Windows.Forms.Label lblChargeCommandStatus;
private System.Windows.Forms.Label lblMechanismStatusValue;
private System.Windows.Forms.Label lblMechanismStatus;
private System.Windows.Forms.Label lblAlarmValue;
private System.Windows.Forms.Label lblAlarm;
private System.Windows.Forms.ComboBox chargeCarType;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridViewTextBoxColumn colStationId;
private System.Windows.Forms.DataGridViewTextBoxColumn colName;
private System.Windows.Forms.DataGridViewTextBoxColumn colType;
private System.Windows.Forms.DataGridViewTextBoxColumn colChargeMethod;
private System.Windows.Forms.DataGridViewTextBoxColumn colSiteId;
private System.Windows.Forms.DataGridViewTextBoxColumn colLastSendTime;
private System.Windows.Forms.DataGridViewTextBoxColumn colLastReceiveTime;
private System.Windows.Forms.DataGridViewTextBoxColumn colCommStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn colChargeCommandStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn colMechanismStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn colCurrentVehicle;
private System.Windows.Forms.DataGridViewTextBoxColumn colBatteryLevel;
private System.Windows.Forms.DataGridViewTextBoxColumn colAlarm;
private System.Windows.Forms.DataGridViewTextBoxColumn colRealTimeVoltage;
private System.Windows.Forms.DataGridViewTextBoxColumn colRealTimeCurrent;
private System.Windows.Forms.DataGridViewTextBoxColumn colStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn colEnabled;
}
}