Exemplo n.º 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TileControl));
     this.listView1 = new SonicRetro.SonLVL.API.TileList();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.BackColor             = System.Drawing.SystemColors.Window;
     this.listView1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.listView1.ImageSize             = 16;
     this.listView1.Location              = new System.Drawing.Point(0, 0);
     this.listView1.Name                  = "listView1";
     this.listView1.Size                  = new System.Drawing.Size(150, 150);
     this.listView1.TabIndex              = 1;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     this.listView1.DoubleClick          += new System.EventHandler(this.listView1_DoubleClick);
     //
     // TileControl
     //
     this.Controls.Add(this.listView1);
     this.Name  = "TileControl";
     this.Load += new System.EventHandler(this.IDControl_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 private void InitializeComponent()
 {
     this.listView1 = new TileList();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Location              = new System.Drawing.Point(0, 0);
     this.listView1.Name                  = "listView1";
     this.listView1.Size                  = new System.Drawing.Size(150, 150);
     this.listView1.TabIndex              = 1;
     this.listView1.DoubleClick          += new System.EventHandler(this.listView1_DoubleClick);
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     this.listView1.ImageSize             = 16;
     //
     // BlockControl
     //
     this.Controls.Add(this.listView1);
     this.Name  = "BlockControl";
     this.Load += new System.EventHandler(this.IDControl_Load);
     this.ResumeLayout(false);
 }