namespace WinFormsApp { partial class Form { /// /// 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() { userControlCheckedList = new Components.UserControlCheckedList(); buttonFillCheckedList = new Button(); buttonClearList = new Button(); SuspendLayout(); // // userControlCheckedList // userControlCheckedList.BackColor = Color.Firebrick; userControlCheckedList.Location = new Point(12, 12); userControlCheckedList.Name = "userControlCheckedList"; userControlCheckedList.Size = new Size(315, 170); userControlCheckedList.TabIndex = 0; // // buttonFillCheckedList // buttonFillCheckedList.Location = new Point(12, 202); buttonFillCheckedList.Name = "buttonFillCheckedList"; buttonFillCheckedList.Size = new Size(75, 23); buttonFillCheckedList.TabIndex = 1; buttonFillCheckedList.Text = "Заполнить"; buttonFillCheckedList.UseVisualStyleBackColor = true; buttonFillCheckedList.Click += buttonFillCheckedList_Click; // // buttonClearList // buttonClearList.Location = new Point(105, 202); buttonClearList.Name = "buttonClearList"; buttonClearList.Size = new Size(75, 23); buttonClearList.TabIndex = 2; buttonClearList.Text = "Очистить"; buttonClearList.UseVisualStyleBackColor = true; buttonClearList.Click += buttonClearList_Click; // // Form // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(697, 459); Controls.Add(buttonClearList); Controls.Add(buttonFillCheckedList); Controls.Add(userControlCheckedList); Name = "Form"; Text = "Form"; ResumeLayout(false); } #endregion private Components.UserControlCheckedList userControlCheckedList; private Button buttonFillCheckedList; private Button buttonClearList; } }