namespace OTSIncAReportApp._1_UI.OTSReportExport
{
partial class ClassificationOrderAdjuster
{
///
/// 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.listView_select = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.button_up = new System.Windows.Forms.Button();
this.button_down = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// 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(35, 12);
this.listView_select.Name = "listView_select";
this.listView_select.Size = new System.Drawing.Size(226, 426);
this.listView_select.TabIndex = 20;
this.listView_select.UseCompatibleStateImageBehavior = false;
this.listView_select.View = System.Windows.Forms.View.Details;
//
// columnHeader2
//
this.columnHeader2.Text = "";
this.columnHeader2.Width = 210;
//
// button_up
//
this.button_up.Font = new System.Drawing.Font("宋体", 9F);
this.button_up.Location = new System.Drawing.Point(10, 108);
this.button_up.Name = "button_up";
this.button_up.Size = new System.Drawing.Size(19, 98);
this.button_up.TabIndex = 18;
this.button_up.Text = "▲";
this.button_up.UseVisualStyleBackColor = true;
this.button_up.Click += new System.EventHandler(this.button_up_Click);
//
// button_down
//
this.button_down.Font = new System.Drawing.Font("宋体", 9F);
this.button_down.Location = new System.Drawing.Point(10, 212);
this.button_down.Name = "button_down";
this.button_down.Size = new System.Drawing.Size(19, 98);
this.button_down.TabIndex = 19;
this.button_down.Text = "▼";
this.button_down.UseVisualStyleBackColor = true;
this.button_down.Click += new System.EventHandler(this.button_down_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(186, 444);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 25;
this.button4.Text = "取消";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(105, 444);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 24;
this.button3.Text = "确定";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// ClassificationOrderAdjuster
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(276, 478);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.listView_select);
this.Controls.Add(this.button_up);
this.Controls.Add(this.button_down);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(292, 517);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(292, 517);
this.Name = "ClassificationOrderAdjuster";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "排序修改";
this.Load += new System.EventHandler(this.ClassificationOrderAdjuster_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView listView_select;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Button button_up;
private System.Windows.Forms.Button button_down;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
}
}