You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

174 lines
8.9 KiB
C#

9 months ago
namespace JwKdsV.Component
{
partial class DualListBox
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.sourceLabel = new System.Windows.Forms.Label();
this.selectLabel = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.selectListBox = new DevComponents.DotNetBar.ListBoxAdv();
this.sourceListBox = new DevComponents.DotNetBar.ListBoxAdv();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(3, 23);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(198, 23);
this.button1.TabIndex = 4;
this.button1.Text = ">>";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.OnSourceAll2SelectClick);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button2.Location = new System.Drawing.Point(207, 23);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(199, 23);
this.button2.TabIndex = 5;
this.button2.Text = "<<";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.OnSelect2SouceClick);
//
// sourceLabel
//
this.sourceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.sourceLabel.AutoSize = true;
this.sourceLabel.Location = new System.Drawing.Point(3, 0);
this.sourceLabel.Name = "sourceLabel";
this.sourceLabel.Size = new System.Drawing.Size(198, 12);
this.sourceLabel.TabIndex = 6;
this.sourceLabel.Text = "没有可选项";
//
// selectLabel
//
this.selectLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.selectLabel.AutoSize = true;
this.selectLabel.Location = new System.Drawing.Point(207, 0);
this.selectLabel.Name = "selectLabel";
this.selectLabel.Size = new System.Drawing.Size(199, 12);
this.selectLabel.TabIndex = 7;
this.selectLabel.Text = "没有可选项";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.selectListBox, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.button2, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.selectLabel, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.button1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.sourceLabel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.sourceListBox, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(409, 155);
this.tableLayoutPanel1.TabIndex = 8;
//
// selectListBox
//
this.selectListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.selectListBox.AutoScroll = true;
//
//
//
this.selectListBox.BackgroundStyle.Class = "ListBoxAdv";
this.selectListBox.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.selectListBox.CheckStateMember = null;
this.selectListBox.ContainerControlProcessDialogKey = true;
this.selectListBox.DragDropSupport = true;
this.selectListBox.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.selectListBox.Location = new System.Drawing.Point(207, 53);
this.selectListBox.Name = "selectListBox";
this.selectListBox.Size = new System.Drawing.Size(199, 99);
this.selectListBox.TabIndex = 9;
this.selectListBox.Text = "listBoxAdv2";
this.selectListBox.ItemClick += new System.EventHandler(this.OnSelectItemClick);
//
// sourceListBox
//
this.sourceListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.sourceListBox.AutoScroll = true;
//
//
//
this.sourceListBox.BackgroundStyle.Class = "ListBoxAdv";
this.sourceListBox.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.sourceListBox.ContainerControlProcessDialogKey = true;
this.sourceListBox.DragDropSupport = true;
this.sourceListBox.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
this.sourceListBox.Location = new System.Drawing.Point(3, 53);
this.sourceListBox.Name = "sourceListBox";
this.sourceListBox.Size = new System.Drawing.Size(198, 99);
this.sourceListBox.TabIndex = 8;
this.sourceListBox.Text = "listBoxAdv1";
this.sourceListBox.ItemClick += new System.EventHandler(this.OnSourceItemClick);
//
// DualListBox
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "DualListBox";
this.Size = new System.Drawing.Size(409, 155);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label sourceLabel;
private System.Windows.Forms.Label selectLabel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevComponents.DotNetBar.ListBoxAdv selectListBox;
private DevComponents.DotNetBar.ListBoxAdv sourceListBox;
}
}