430 lines
20 KiB
C#
430 lines
20 KiB
C#
namespace Lskj.Location
|
|
{
|
|
partial class frmMain
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.gridMain = new DevExpress.XtraGrid.GridControl();
|
|
this.cmSelect = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.tsmiAllSelect = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiReSelect = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiUnSelect = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.EmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.plTop = new System.Windows.Forms.Panel();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.btnActivity = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.btnLocation = new System.Windows.Forms.Button();
|
|
this.plMain = new System.Windows.Forms.Panel();
|
|
this.wbLocation = new System.Windows.Forms.WebBrowser();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridMain)).BeginInit();
|
|
this.cmSelect.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|
this.plTop.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.plMain.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.splitContainer1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(988, 638);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.panel1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.plTop);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.plMain);
|
|
this.splitContainer1.Size = new System.Drawing.Size(988, 638);
|
|
this.splitContainer1.SplitterDistance = 283;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.gridMain);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 156);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(283, 482);
|
|
this.panel1.TabIndex = 7;
|
|
//
|
|
// gridMain
|
|
//
|
|
this.gridMain.ContextMenuStrip = this.cmSelect;
|
|
this.gridMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
gridLevelNode1.RelationName = "Level1";
|
|
this.gridMain.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode1});
|
|
this.gridMain.Location = new System.Drawing.Point(0, 0);
|
|
this.gridMain.MainView = this.gridView1;
|
|
this.gridMain.Name = "gridMain";
|
|
this.gridMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.repositoryItemCheckEdit1});
|
|
this.gridMain.Size = new System.Drawing.Size(283, 482);
|
|
this.gridMain.TabIndex = 5;
|
|
this.gridMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// cmSelect
|
|
//
|
|
this.cmSelect.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiAllSelect,
|
|
this.tsmiReSelect,
|
|
this.tsmiUnSelect});
|
|
this.cmSelect.Name = "cmSelect";
|
|
this.cmSelect.Size = new System.Drawing.Size(99, 70);
|
|
//
|
|
// tsmiAllSelect
|
|
//
|
|
this.tsmiAllSelect.Name = "tsmiAllSelect";
|
|
this.tsmiAllSelect.Size = new System.Drawing.Size(98, 22);
|
|
this.tsmiAllSelect.Text = "全选";
|
|
this.tsmiAllSelect.Click += new System.EventHandler(this.tsmiAllSelect_Click);
|
|
//
|
|
// tsmiReSelect
|
|
//
|
|
this.tsmiReSelect.Name = "tsmiReSelect";
|
|
this.tsmiReSelect.Size = new System.Drawing.Size(98, 22);
|
|
this.tsmiReSelect.Text = "反选";
|
|
this.tsmiReSelect.Click += new System.EventHandler(this.tsmiReSelect_Click);
|
|
//
|
|
// tsmiUnSelect
|
|
//
|
|
this.tsmiUnSelect.Name = "tsmiUnSelect";
|
|
this.tsmiUnSelect.Size = new System.Drawing.Size(98, 22);
|
|
this.tsmiUnSelect.Text = "取消";
|
|
this.tsmiUnSelect.Click += new System.EventHandler(this.tsmiUnSelect_Click);
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gridColumn1,
|
|
this.gridColumn2,
|
|
this.gridColumn3,
|
|
this.gridColumn4,
|
|
this.EmployeeID});
|
|
this.gridView1.GridControl = this.gridMain;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsSelection.MultiSelect = true;
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// gridColumn1
|
|
//
|
|
this.gridColumn1.Caption = "员工编号";
|
|
this.gridColumn1.FieldName = "LoginAccount";
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn1.Visible = true;
|
|
this.gridColumn1.VisibleIndex = 1;
|
|
this.gridColumn1.Width = 60;
|
|
//
|
|
// gridColumn2
|
|
//
|
|
this.gridColumn2.Caption = "员工名称";
|
|
this.gridColumn2.FieldName = "EmployeeName";
|
|
this.gridColumn2.Name = "gridColumn2";
|
|
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn2.Visible = true;
|
|
this.gridColumn2.VisibleIndex = 2;
|
|
this.gridColumn2.Width = 80;
|
|
//
|
|
// gridColumn3
|
|
//
|
|
this.gridColumn3.Caption = "联系电话";
|
|
this.gridColumn3.FieldName = "PrivatePhone";
|
|
this.gridColumn3.Name = "gridColumn3";
|
|
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn3.Visible = true;
|
|
this.gridColumn3.VisibleIndex = 3;
|
|
this.gridColumn3.Width = 100;
|
|
//
|
|
// gridColumn4
|
|
//
|
|
this.gridColumn4.Caption = "选";
|
|
this.gridColumn4.ColumnEdit = this.repositoryItemCheckEdit1;
|
|
this.gridColumn4.FieldName = "isCheck";
|
|
this.gridColumn4.Name = "gridColumn4";
|
|
this.gridColumn4.Visible = true;
|
|
this.gridColumn4.VisibleIndex = 0;
|
|
this.gridColumn4.Width = 24;
|
|
//
|
|
// repositoryItemCheckEdit1
|
|
//
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|
this.repositoryItemCheckEdit1.Caption = "Check";
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|
//
|
|
// EmployeeID
|
|
//
|
|
this.EmployeeID.Name = "EmployeeID";
|
|
//
|
|
// plTop
|
|
//
|
|
this.plTop.Controls.Add(this.groupBox2);
|
|
this.plTop.Controls.Add(this.groupBox1);
|
|
this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plTop.Location = new System.Drawing.Point(0, 0);
|
|
this.plTop.Name = "plTop";
|
|
this.plTop.Size = new System.Drawing.Size(283, 156);
|
|
this.plTop.TabIndex = 6;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.dateTimePicker2);
|
|
this.groupBox2.Controls.Add(this.dateTimePicker1);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.btnActivity);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(283, 104);
|
|
this.groupBox2.TabIndex = 3;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "轨迹时间段设置";
|
|
//
|
|
// dateTimePicker2
|
|
//
|
|
this.dateTimePicker2.Location = new System.Drawing.Point(68, 45);
|
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
|
this.dateTimePicker2.Size = new System.Drawing.Size(209, 21);
|
|
this.dateTimePicker2.TabIndex = 5;
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(68, 20);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(209, 21);
|
|
this.dateTimePicker1.TabIndex = 4;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(9, 49);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "结束时间";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(9, 24);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "开始时间";
|
|
//
|
|
// btnActivity
|
|
//
|
|
this.btnActivity.Location = new System.Drawing.Point(205, 68);
|
|
this.btnActivity.Name = "btnActivity";
|
|
this.btnActivity.Size = new System.Drawing.Size(75, 32);
|
|
this.btnActivity.TabIndex = 1;
|
|
this.btnActivity.Text = "活动轨迹";
|
|
this.btnActivity.UseVisualStyleBackColor = true;
|
|
this.btnActivity.Click += new System.EventHandler(this.btnActivity_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.textBox1);
|
|
this.groupBox1.Controls.Add(this.btnLocation);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 104);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(283, 52);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "位置设置";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(131, 24);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "分钟的位置";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(42, 24);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "最近";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(77, 21);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(48, 20);
|
|
this.textBox1.TabIndex = 1;
|
|
this.textBox1.Text = "10";
|
|
//
|
|
// btnLocation
|
|
//
|
|
this.btnLocation.Location = new System.Drawing.Point(205, 14);
|
|
this.btnLocation.Name = "btnLocation";
|
|
this.btnLocation.Size = new System.Drawing.Size(75, 32);
|
|
this.btnLocation.TabIndex = 0;
|
|
this.btnLocation.Text = "开始获取";
|
|
this.btnLocation.UseVisualStyleBackColor = true;
|
|
this.btnLocation.Click += new System.EventHandler(this.btnLocation_Click);
|
|
//
|
|
// plMain
|
|
//
|
|
this.plMain.Controls.Add(this.wbLocation);
|
|
this.plMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plMain.Location = new System.Drawing.Point(0, 0);
|
|
this.plMain.Name = "plMain";
|
|
this.plMain.Size = new System.Drawing.Size(701, 638);
|
|
this.plMain.TabIndex = 2;
|
|
//
|
|
// wbLocation
|
|
//
|
|
this.wbLocation.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.wbLocation.Location = new System.Drawing.Point(0, 0);
|
|
this.wbLocation.MinimumSize = new System.Drawing.Size(20, 20);
|
|
this.wbLocation.Name = "wbLocation";
|
|
this.wbLocation.Size = new System.Drawing.Size(701, 638);
|
|
this.wbLocation.TabIndex = 0;
|
|
//
|
|
// frmMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(988, 638);
|
|
this.Controls.Add(this.panel2);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frmMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "活动位置记录平台";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.frmMain_Load);
|
|
this.Resize += new System.EventHandler(this.frmMain_Resize);
|
|
this.panel2.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridMain)).EndInit();
|
|
this.cmSelect.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|
this.plTop.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.plMain.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Panel plMain;
|
|
private System.Windows.Forms.WebBrowser wbLocation;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraGrid.GridControl gridMain;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|
private System.Windows.Forms.Panel plTop;
|
|
private System.Windows.Forms.Button btnActivity;
|
|
private System.Windows.Forms.Button btnLocation;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn EmployeeID;
|
|
private System.Windows.Forms.ContextMenuStrip cmSelect;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiAllSelect;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiReSelect;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiUnSelect;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
}
|
|
|