namespace AntdUI.Design { partial class FrmColorEditor { /// /// 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.input1 = new AntdUI.Input(); this.SuspendLayout(); // // input1 // this.input1.Anchor = System.Windows.Forms.AnchorStyles.None; this.input1.Location = new System.Drawing.Point(43, 174); this.input1.Name = "input1"; this.input1.Size = new System.Drawing.Size(144, 50); this.input1.TabIndex = 1; // // FrmColorEditor // this.Controls.Add(this.input1); this.MinimumSize = new System.Drawing.Size(240, 280); this.Name = "FrmColorEditor"; this.Size = new System.Drawing.Size(240, 280); this.ResumeLayout(false); } #endregion private Input input1; } }