Exemple #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.SuspendLayout();

            this.imagePickerAlign                       = new ImagePickerControl();
            this.imagePickerAlign.Name                  = "imagePickerAlign";
            this.imagePickerAlign.Dock                  = DockStyle.Fill;
            this.imagePickerAlign.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.imagePickerAlign.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.imagePickerAlign.IntegralHeight        = false;
            this.imagePickerAlign.ItemHeight            = 29;
            this.imagePickerAlign.SelectedIndexChanged += new EventHandler(imagePickerAlign_SelectedIndexChanged);

            //
            // HtmlAlignEditor
            //
            this.Controls.Add(this.imagePickerAlign);
            this.Name = "HtmlAlignEditor";
            this.Size = new System.Drawing.Size(208, 35);

            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.SuspendLayout();

            this.imagePickerAlign = new ImagePickerControl();
            this.imagePickerAlign.Name = "imagePickerAlign";
            this.imagePickerAlign.Dock = DockStyle.Fill;
            this.imagePickerAlign.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.imagePickerAlign.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.imagePickerAlign.IntegralHeight = false;
            this.imagePickerAlign.ItemHeight = 29;
            this.imagePickerAlign.SelectedIndexChanged += new EventHandler(imagePickerAlign_SelectedIndexChanged);

            //
            // HtmlAlignEditor
            //
            this.Controls.Add(this.imagePickerAlign);
            this.Name = "HtmlAlignEditor";
            this.Size = new System.Drawing.Size(208, 35);

            this.ResumeLayout(false);
        }