ARCed.Controls.MultiStateCheckedListBox.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
		private void InitializeComponent()
		{
			this.flowPanel = new System.Windows.Forms.FlowLayoutPanel();
			this.SuspendLayout();
			// 
			// flowPanel
			// 
			this.flowPanel.AutoScroll = true;
			this.flowPanel.BackColor = System.Drawing.SystemColors.Window;
			this.flowPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.flowPanel.Location = new System.Drawing.Point(0, 0);
			this.flowPanel.Name = "flowPanel";
			this.flowPanel.Size = new System.Drawing.Size(182, 75);
			this.flowPanel.TabIndex = 0;
			this.flowPanel.WrapContents = false;
			this.Controls.Add(flowPanel);
			flowPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
			flowPanel.Location = new System.Drawing.Point(9, 19);
			flowPanel.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right |
				System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom;
			this.ResumeLayout(false);

		}
MultiStateCheckedListBox