namespace Sunny.UI.Demo { partial class FTransfer { /// /// 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.uiTransfer1 = new Sunny.UI.UITransfer(); this.uiLine1 = new Sunny.UI.UILine(); this.PagePanel.SuspendLayout(); this.SuspendLayout(); // // PagePanel // this.PagePanel.Controls.Add(this.uiLine1); this.PagePanel.Controls.Add(this.uiTransfer1); this.PagePanel.Size = new System.Drawing.Size(800, 480); // // uiTransfer1 // this.uiTransfer1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiTransfer1.ItemsLeft.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8"}); this.uiTransfer1.ItemsRight.AddRange(new object[] { "9", "10", "11", "12", "13", "14", "15", "16"}); this.uiTransfer1.Location = new System.Drawing.Point(30, 55); this.uiTransfer1.Margin = new System.Windows.Forms.Padding(7, 9, 7, 9); this.uiTransfer1.Name = "uiTransfer1"; this.uiTransfer1.Padding = new System.Windows.Forms.Padding(1); this.uiTransfer1.RadiusSides = Sunny.UI.UICornerRadiusSides.None; this.uiTransfer1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None; this.uiTransfer1.Size = new System.Drawing.Size(427, 370); this.uiTransfer1.TabIndex = 3; this.uiTransfer1.Text = "uiTransfer1"; this.uiTransfer1.ItemsLeftCountChange += new System.EventHandler(this.uiTransfer1_ItemsLeftCountChange); this.uiTransfer1.ItemsRightCountChange += new System.EventHandler(this.uiTransfer1_ItemsRightCountChange); // // uiLine1 // this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine1.Location = new System.Drawing.Point(30, 20); this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine1.Name = "uiLine1"; this.uiLine1.Size = new System.Drawing.Size(670, 20); this.uiLine1.TabIndex = 19; this.uiLine1.Text = "UITransfer"; this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FTransfer // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(800, 515); this.Name = "FTransfer"; this.Symbol = 61516; this.Text = "Transfer"; this.PagePanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private UITransfer uiTransfer1; private UILine uiLine1; } }