namespace OTSIncAReportApp._1_UI.OTSReportExport
{
partial class Category
{
///
/// 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.button_down = new System.Windows.Forms.Button();
this.button_up = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.listView_select = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.listView_whole = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// button_down
//
this.button_down.Font = new System.Drawing.Font("宋体", 9F);
this.button_down.Location = new System.Drawing.Point(3, 227);
this.button_down.Name = "button_down";
this.button_down.Size = new System.Drawing.Size(19, 98);
this.button_down.TabIndex = 12;
this.button_down.Text = "▼";
this.button_down.UseVisualStyleBackColor = true;
this.button_down.Click += new System.EventHandler(this.button_down_Click);
//
// button_up
//
this.button_up.Font = new System.Drawing.Font("宋体", 9F);
this.button_up.Location = new System.Drawing.Point(3, 123);
this.button_up.Name = "button_up";
this.button_up.Size = new System.Drawing.Size(19, 98);
this.button_up.TabIndex = 11;
this.button_up.Text = "▲";
this.button_up.UseVisualStyleBackColor = true;
this.button_up.Click += new System.EventHandler(this.button_up_Click);
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.listView_select);
this.panel1.Controls.Add(this.listView_whole);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.button_up);
this.panel1.Controls.Add(this.button_down);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(550, 486);
this.panel1.TabIndex = 13;
//
// button4
//
this.button4.Location = new System.Drawing.Point(462, 459);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 23;
this.button4.Text = "取消";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(381, 459);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 22;
this.button3.Text = "确定";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// panel3
//
this.panel3.Controls.Add(this.label2);
this.panel3.Location = new System.Drawing.Point(298, 27);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(248, 24);
this.panel3.TabIndex = 21;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 19;
this.label2.Text = "数据库分类:";
//
// panel2
//
this.panel2.Controls.Add(this.label1);
this.panel2.Location = new System.Drawing.Point(16, 27);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(248, 24);
this.panel2.TabIndex = 20;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 7);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 18;
this.label1.Text = "已选择分类:";
//
// listView_select
//
this.listView_select.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.listView_select.HideSelection = false;
this.listView_select.Location = new System.Drawing.Point(28, 27);
this.listView_select.Name = "listView_select";
this.listView_select.Size = new System.Drawing.Size(226, 426);
this.listView_select.TabIndex = 17;
this.listView_select.UseCompatibleStateImageBehavior = false;
this.listView_select.View = System.Windows.Forms.View.Details;
this.listView_select.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_select_MouseClick);
//
// columnHeader2
//
this.columnHeader2.Text = "";
this.columnHeader2.Width = 210;
//
// listView_whole
//
this.listView_whole.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.listView_whole.HideSelection = false;
this.listView_whole.Location = new System.Drawing.Point(313, 27);
this.listView_whole.Name = "listView_whole";
this.listView_whole.Size = new System.Drawing.Size(226, 426);
this.listView_whole.TabIndex = 16;
this.listView_whole.UseCompatibleStateImageBehavior = false;
this.listView_whole.View = System.Windows.Forms.View.Details;
this.listView_whole.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView_whole_MouseClick);
//
// columnHeader1
//
this.columnHeader1.Text = "";
this.columnHeader1.Width = 210;
//
// button2
//
this.button2.Location = new System.Drawing.Point(260, 232);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(47, 23);
this.button2.TabIndex = 15;
this.button2.Text = "删除";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(260, 203);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(47, 23);
this.button1.TabIndex = 14;
this.button1.Text = "添加";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Category
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 486);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(566, 525);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(566, 525);
this.Name = "Category";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "分类选择";
this.Load += new System.EventHandler(this.Category_Load);
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button_down;
private System.Windows.Forms.Button button_up;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListView listView_whole;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ListView listView_select;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
}
}