using WinFormsLibrary1; namespace WinFormsApp1 { partial class Form1 { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { comboBoxUserControl = new ComboBox(); dateInputControl1 = new DateInputControl(); listBoxUserControl = new ListBoxUserControl(); SuspendLayout(); // // comboBoxUserControl // comboBoxUserControl.Location = new Point(13, 15); comboBoxUserControl.Margin = new Padding(4, 5, 4, 5); comboBoxUserControl.Name = "comboBoxUserControl"; comboBoxUserControl.Size = new Size(160, 28); comboBoxUserControl.TabIndex = 0; // // dateInputControl1 // dateInputControl1.DateFormat = null; dateInputControl1.Location = new Point(13, 107); dateInputControl1.Margin = new Padding(4, 5, 4, 5); dateInputControl1.Name = "dateInputControl1"; dateInputControl1.Size = new Size(166, 96); dateInputControl1.TabIndex = 3; // // listBoxUserControl // listBoxUserControl.Location = new Point(13, 233); listBoxUserControl.Margin = new Padding(4, 5, 4, 5); listBoxUserControl.Name = "listBoxUserControl"; listBoxUserControl.SelectedIndex = -1; listBoxUserControl.Size = new Size(365, 182); listBoxUserControl.TabIndex = 4; // // Form1 // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(400, 462); Controls.Add(listBoxUserControl); Controls.Add(dateInputControl1); Controls.Add(comboBoxUserControl); Margin = new Padding(4, 5, 4, 5); Name = "Form1"; Text = "Form1"; ResumeLayout(false); } private ComboBox comboBoxUserControl; private DateInputControl dateInputControl1; private ListBoxUserControl listBoxUserControl; } }