Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.comboSide = new System.Windows.Forms.ComboBox();
     this.flowPanel = new m.FlowPanel();
     this.SuspendLayout();
     //
     // comboSide
     //
     this.comboSide.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.comboSide.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSide.Name                  = "comboSide";
     this.comboSide.Size                  = new System.Drawing.Size(208, 21);
     this.comboSide.TabIndex              = 0;
     this.comboSide.SelectedIndexChanged += new System.EventHandler(this.comboSide_SelectedIndexChanged);
     //
     // flowPanel
     //
     this.flowPanel.BackColor = System.Drawing.Color.DarkKhaki;
     this.flowPanel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.flowPanel.Location  = new System.Drawing.Point(0, 21);
     this.flowPanel.Name      = "flowPanel";
     this.flowPanel.Size      = new System.Drawing.Size(208, 451);
     this.flowPanel.TabIndex  = 1;
     //
     // GobPanel
     //
     this.AutoScroll = true;
     this.BackColor  = System.Drawing.Color.Black;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.flowPanel,
         this.comboSide
     });
     this.Name = "GobPanel";
     this.Size = new System.Drawing.Size(208, 472);
     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()
 {
     this.comboSide = new System.Windows.Forms.ComboBox();
     this.flowPanel = new m.FlowPanel();
     this.SuspendLayout();
     //
     // comboSide
     //
     this.comboSide.Dock = System.Windows.Forms.DockStyle.Top;
     this.comboSide.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSide.Name = "comboSide";
     this.comboSide.Size = new System.Drawing.Size(208, 21);
     this.comboSide.TabIndex = 0;
     this.comboSide.SelectedIndexChanged += new System.EventHandler(this.comboSide_SelectedIndexChanged);
     //
     // flowPanel
     //
     this.flowPanel.BackColor = System.Drawing.Color.DarkKhaki;
     this.flowPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowPanel.Location = new System.Drawing.Point(0, 21);
     this.flowPanel.Name = "flowPanel";
     this.flowPanel.Size = new System.Drawing.Size(208, 451);
     this.flowPanel.TabIndex = 1;
     //
     // GobPanel
     //
     this.AutoScroll = true;
     this.BackColor = System.Drawing.Color.Black;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.flowPanel,
                                                                   this.comboSide});
     this.Name = "GobPanel";
     this.Size = new System.Drawing.Size(208, 472);
     this.ResumeLayout(false);
 }