예제 #1
0
            public BkgTemplateSelectionGroup(BackgroundPropertiesForm parent, BackgroundTemplate template, Point location, Size size, int tabIndex)
            {
                this.SuspendLayout();

                this.FlatStyle = FlatStyle.System;
                this.Location  = location;
                this.Size      = size;
                this.TabIndex  = tabIndex;
                this.Name      = "BkgTemplateSelectionGroup";
                this.TabStop   = false;
                this.Text      = Strings.BkgChooseTemplate;

                this.m_BkgTemplateSelectionComboBox = new BkgTemplateSelectionComboBox(parent, new Point(20, 20), new Size(180, 30), 0);
                this.Controls.Add(this.m_BkgTemplateSelectionComboBox);

                this.ResumeLayout();
            }
            public BkgTemplateSelectionGroup(BackgroundPropertiesForm parent, BackgroundTemplate template, Point location, Size size, int tabIndex)
            {
                this.SuspendLayout();

                this.FlatStyle = FlatStyle.System;
                this.Location = location;
                this.Size = size;
                this.TabIndex = tabIndex;
                this.Name = "BkgTemplateSelectionGroup";
                this.TabStop = false;
                this.Text = Strings.BkgChooseTemplate;

                this.m_BkgTemplateSelectionComboBox = new BkgTemplateSelectionComboBox(parent, new Point(20, 20), new Size(180, 30), 0);
                this.Controls.Add(this.m_BkgTemplateSelectionComboBox);

                this.ResumeLayout();
            }