namespace DataUpload
{
partial class FormMain
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.pBar = new System.Windows.Forms.ProgressBar();
this.btnUpload = new System.Windows.Forms.Button();
this.btnSearch = new System.Windows.Forms.Button();
this.lstData = new System.Windows.Forms.ListView();
this.No = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Area = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Bldg = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Apmt = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Room = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.UserNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.MeterNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Reading = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Date = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.UploadResult = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.loading = new DataUpload.Loading();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.button3);
this.splitContainer1.Panel1.Controls.Add(this.button1);
this.splitContainer1.Panel1.Controls.Add(this.button2);
this.splitContainer1.Panel1.Controls.Add(this.pBar);
this.splitContainer1.Panel1.Controls.Add(this.btnUpload);
this.splitContainer1.Panel1.Controls.Add(this.btnSearch);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.loading);
this.splitContainer1.Panel2.Controls.Add(this.lstData);
this.splitContainer1.Size = new System.Drawing.Size(990, 487);
this.splitContainer1.SplitterDistance = 45;
this.splitContainer1.TabIndex = 0;
//
// button3
//
this.button3.Location = new System.Drawing.Point(308, 12);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(77, 27);
this.button3.TabIndex = 6;
this.button3.Text = "Lora表筛选";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(102, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(117, 27);
this.button1.TabIndex = 5;
this.button1.Text = "手抄器筛选(多选)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_2);
//
// button2
//
this.button2.Location = new System.Drawing.Point(225, 12);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(77, 27);
this.button2.TabIndex = 4;
this.button2.Text = "NB表筛选";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// pBar
//
this.pBar.Location = new System.Drawing.Point(474, 12);
this.pBar.Name = "pBar";
this.pBar.Size = new System.Drawing.Size(504, 23);
this.pBar.TabIndex = 2;
this.pBar.Visible = false;
this.pBar.Click += new System.EventHandler(this.pBar_Click);
//
// btnUpload
//
this.btnUpload.Location = new System.Drawing.Point(391, 12);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(77, 27);
this.btnUpload.TabIndex = 1;
this.btnUpload.Text = "数据上传";
this.btnUpload.UseVisualStyleBackColor = true;
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(19, 12);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(77, 27);
this.btnSearch.TabIndex = 0;
this.btnSearch.Text = "手抄器筛选";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// lstData
//
this.lstData.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.No,
this.Area,
this.Bldg,
this.Apmt,
this.Room,
this.UserNo,
this.MeterNo,
this.Reading,
this.Date,
this.UploadResult});
this.lstData.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstData.FullRowSelect = true;
this.lstData.GridLines = true;
this.lstData.HideSelection = false;
this.lstData.Location = new System.Drawing.Point(0, 0);
this.lstData.Name = "lstData";
this.lstData.Size = new System.Drawing.Size(990, 438);
this.lstData.SmallImageList = this.imageList1;
this.lstData.TabIndex = 0;
this.lstData.UseCompatibleStateImageBehavior = false;
this.lstData.View = System.Windows.Forms.View.Details;
this.lstData.SelectedIndexChanged += new System.EventHandler(this.lstData_SelectedIndexChanged);
//
// No
//
this.No.Text = "序号";
//
// Area
//
this.Area.Text = "小区名称";
//
// Bldg
//
this.Bldg.Text = "楼宇名称";
//
// Apmt
//
this.Apmt.Text = "单元名称";
//
// Room
//
this.Room.Text = "门牌编号";
//
// UserNo
//
this.UserNo.Text = "用户编号";
//
// MeterNo
//
this.MeterNo.Text = "水表编号";
//
// Reading
//
this.Reading.Text = "本期读数";
//
// Date
//
this.Date.Text = "抄表日期";
//
// UploadResult
//
this.UploadResult.Text = "上传结果";
this.UploadResult.Width = 500;
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(22, 20);
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// loading
//
this.loading.Location = new System.Drawing.Point(389, 92);
this.loading.Name = "loading";
this.loading.Size = new System.Drawing.Size(135, 136);
this.loading.TabIndex = 1;
this.loading.Visible = false;
this.loading.Load += new System.EventHandler(this.loading_Load);
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(990, 487);
this.Controls.Add(this.splitContainer1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据上传接口";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FormMain_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Button btnUpload;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.ImageList imageList1;
private Loading loading;
private System.Windows.Forms.ProgressBar pBar;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ListView lstData;
private System.Windows.Forms.ColumnHeader No;
private System.Windows.Forms.ColumnHeader Area;
private System.Windows.Forms.ColumnHeader Bldg;
private System.Windows.Forms.ColumnHeader Apmt;
private System.Windows.Forms.ColumnHeader Room;
private System.Windows.Forms.ColumnHeader UserNo;
private System.Windows.Forms.ColumnHeader MeterNo;
private System.Windows.Forms.ColumnHeader Reading;
private System.Windows.Forms.ColumnHeader Date;
private System.Windows.Forms.ColumnHeader UploadResult;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
}
}