123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- namespace DataUpload
- {
- partial class FormMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.button4 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.pBar = new System.Windows.Forms.ProgressBar();
- 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.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.button4);
- this.splitContainer1.Panel1.Controls.Add(this.button1);
- this.splitContainer1.Panel1.Controls.Add(this.pBar);
- 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;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(225, 12);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(77, 27);
- this.button4.TabIndex = 7;
- this.button4.Text = "数据下载";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_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);
- //
- // pBar
- //
- this.pBar.Location = new System.Drawing.Point(732, 12);
- this.pBar.Name = "pBar";
- this.pBar.Size = new System.Drawing.Size(246, 23);
- this.pBar.TabIndex = 2;
- this.pBar.Visible = false;
- this.pBar.Click += new System.EventHandler(this.pBar_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.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 = "抄表日期";
- //
- // 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 btnSearch;
- private System.Windows.Forms.ImageList imageList1;
- private Loading loading;
- private System.Windows.Forms.ProgressBar pBar;
- 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.Button button1;
- private System.Windows.Forms.Button button4;
- }
- }
|