Пример #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(SizeControl));
            this.grpSize = new GroupBox();
            this.scSizes = new SymbolSizeChooser();
            this.btnEdit = new Button();
            this.grpSize.SuspendLayout();
            ((ISupportInitialize)(this.scSizes)).BeginInit();
            this.SuspendLayout();
            //
            // grpSize
            //
            this.grpSize.AccessibleDescription = null;
            this.grpSize.AccessibleName = null;
            resources.ApplyResources(this.grpSize, "grpSize");
            this.grpSize.BackgroundImage = null;
            this.grpSize.Controls.Add(this.scSizes);
            this.grpSize.Controls.Add(this.btnEdit);
            this.grpSize.Font = null;
            this.grpSize.Name = "grpSize";
            this.grpSize.TabStop = false;
            //
            // scSizes
            //
            this.scSizes.AccessibleDescription = null;
            this.scSizes.AccessibleName = null;
            resources.ApplyResources(this.scSizes, "scSizes");
            this.scSizes.BackgroundImage = null;
            this.scSizes.BoxBackColor = SystemColors.Control;
            this.scSizes.BoxSelectionColor = SystemColors.Highlight;
            this.scSizes.BoxSize = new Size(36, 36);
            this.scSizes.Font = null;
            this.scSizes.Name = "scSizes";
            this.scSizes.NumBoxes = 4;
            this.scSizes.Orientation = Orientation.Horizontal;
            this.scSizes.RoundingRadius = 6;
            //
            // btnEdit
            //
            this.btnEdit.AccessibleDescription = null;
            this.btnEdit.AccessibleName = null;
            resources.ApplyResources(this.btnEdit, "btnEdit");
            this.btnEdit.BackgroundImage = null;
            this.btnEdit.Font = null;
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.UseVisualStyleBackColor = true;
            this.btnEdit.Click += new EventHandler(this.btnEdit_Click);
            //
            // SizeControl
            //
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");

            this.BackgroundImage = null;
            this.Controls.Add(this.grpSize);
            this.Font = null;
            this.Name = "SizeControl";
            this.grpSize.ResumeLayout(false);
            ((ISupportInitialize)(this.scSizes)).EndInit();
            this.ResumeLayout(false);
        }
Пример #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(SizeControl));

            this.grpSize = new GroupBox();
            this.scSizes = new SymbolSizeChooser();
            this.btnEdit = new Button();
            this.grpSize.SuspendLayout();
            ((ISupportInitialize)(this.scSizes)).BeginInit();
            this.SuspendLayout();
            //
            // grpSize
            //
            this.grpSize.AccessibleDescription = null;
            this.grpSize.AccessibleName        = null;
            resources.ApplyResources(this.grpSize, "grpSize");
            this.grpSize.BackgroundImage = null;
            this.grpSize.Controls.Add(this.scSizes);
            this.grpSize.Controls.Add(this.btnEdit);
            this.grpSize.Font    = null;
            this.grpSize.Name    = "grpSize";
            this.grpSize.TabStop = false;
            //
            // scSizes
            //
            this.scSizes.AccessibleDescription = null;
            this.scSizes.AccessibleName        = null;
            resources.ApplyResources(this.scSizes, "scSizes");
            this.scSizes.BackgroundImage   = null;
            this.scSizes.BoxBackColor      = SystemColors.Control;
            this.scSizes.BoxSelectionColor = SystemColors.Highlight;
            this.scSizes.BoxSize           = new Size(36, 36);
            this.scSizes.Font           = null;
            this.scSizes.Name           = "scSizes";
            this.scSizes.NumBoxes       = 4;
            this.scSizes.Orientation    = Orientation.Horizontal;
            this.scSizes.RoundingRadius = 6;
            //
            // btnEdit
            //
            this.btnEdit.AccessibleDescription = null;
            this.btnEdit.AccessibleName        = null;
            resources.ApplyResources(this.btnEdit, "btnEdit");
            this.btnEdit.BackgroundImage         = null;
            this.btnEdit.Font                    = null;
            this.btnEdit.Name                    = "btnEdit";
            this.btnEdit.UseVisualStyleBackColor = true;
            this.btnEdit.Click                  += new EventHandler(this.btnEdit_Click);
            //
            // SizeControl
            //
            this.AccessibleDescription = null;
            this.AccessibleName        = null;
            resources.ApplyResources(this, "$this");

            this.BackgroundImage = null;
            this.Controls.Add(this.grpSize);
            this.Font = null;
            this.Name = "SizeControl";
            this.grpSize.ResumeLayout(false);
            ((ISupportInitialize)(this.scSizes)).EndInit();
            this.ResumeLayout(false);
        }