81 |
ImageList small_image_list = new ImageList(); |
ImageList small_image_list = new ImageList(); |
82 |
ImageList large_image_list = new ImageList(); |
ImageList large_image_list = new ImageList(); |
83 |
|
|
84 |
int small_width = 16; |
int small_width = 32; |
85 |
int large_width = 32; |
int large_width = 48; |
86 |
|
|
87 |
small_image_list.ImageSize = new Size(small_width, small_width); |
small_image_list.ImageSize = new Size(small_width, small_width); |
88 |
large_image_list.ImageSize = new Size(large_width, large_width); |
large_image_list.ImageSize = new Size(large_width, large_width); |