asciipumper

- mspaint style program to create irc ascii art
git clone git://git.acid.vegas/asciipumper.git
Log | Files | Refs | Archive | README

ColorSelector.Designer.cs (14514B)

      1 namespace AsciiPumper
      2 {
      3 	partial class ColorSelector
      4 	{
      5 		/// <summary> 
      6 		/// Required designer variable.
      7 		/// </summary>
      8 		private System.ComponentModel.IContainer components = null;
      9 
     10 		/// <summary> 
     11 		/// Clean up any resources being used.
     12 		/// </summary>
     13 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
     14 		protected override void Dispose(bool disposing)
     15 		{
     16 			if (disposing && (components != null))
     17 			{
     18 				components.Dispose();
     19 			}
     20 			base.Dispose(disposing);
     21 		}
     22 
     23 		#region Component Designer generated code
     24 
     25 		/// <summary> 
     26 		/// Required method for Designer support - do not modify 
     27 		/// the contents of this method with the code editor.
     28 		/// </summary>
     29 		private void InitializeComponent()
     30 		{
     31 			this.colorLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
     32 			this.color0 = new System.Windows.Forms.PictureBox();
     33 			this.color1 = new System.Windows.Forms.PictureBox();
     34 			this.color2 = new System.Windows.Forms.PictureBox();
     35 			this.color3 = new System.Windows.Forms.PictureBox();
     36 			this.color4 = new System.Windows.Forms.PictureBox();
     37 			this.color5 = new System.Windows.Forms.PictureBox();
     38 			this.color7 = new System.Windows.Forms.PictureBox();
     39 			this.color8 = new System.Windows.Forms.PictureBox();
     40 			this.color9 = new System.Windows.Forms.PictureBox();
     41 			this.color10 = new System.Windows.Forms.PictureBox();
     42 			this.color11 = new System.Windows.Forms.PictureBox();
     43 			this.color12 = new System.Windows.Forms.PictureBox();
     44 			this.color13 = new System.Windows.Forms.PictureBox();
     45 			this.color14 = new System.Windows.Forms.PictureBox();
     46 			this.color15 = new System.Windows.Forms.PictureBox();
     47 			this.color6 = new System.Windows.Forms.PictureBox();
     48 			this.colorLayoutPanel.SuspendLayout();
     49 			((System.ComponentModel.ISupportInitialize)(this.color0)).BeginInit();
     50 			((System.ComponentModel.ISupportInitialize)(this.color1)).BeginInit();
     51 			((System.ComponentModel.ISupportInitialize)(this.color2)).BeginInit();
     52 			((System.ComponentModel.ISupportInitialize)(this.color3)).BeginInit();
     53 			((System.ComponentModel.ISupportInitialize)(this.color4)).BeginInit();
     54 			((System.ComponentModel.ISupportInitialize)(this.color5)).BeginInit();
     55 			((System.ComponentModel.ISupportInitialize)(this.color7)).BeginInit();
     56 			((System.ComponentModel.ISupportInitialize)(this.color8)).BeginInit();
     57 			((System.ComponentModel.ISupportInitialize)(this.color9)).BeginInit();
     58 			((System.ComponentModel.ISupportInitialize)(this.color10)).BeginInit();
     59 			((System.ComponentModel.ISupportInitialize)(this.color11)).BeginInit();
     60 			((System.ComponentModel.ISupportInitialize)(this.color12)).BeginInit();
     61 			((System.ComponentModel.ISupportInitialize)(this.color13)).BeginInit();
     62 			((System.ComponentModel.ISupportInitialize)(this.color14)).BeginInit();
     63 			((System.ComponentModel.ISupportInitialize)(this.color15)).BeginInit();
     64 			((System.ComponentModel.ISupportInitialize)(this.color6)).BeginInit();
     65 			this.SuspendLayout();
     66 			// 
     67 			// colorLayoutPanel
     68 			// 
     69 			this.colorLayoutPanel.Controls.Add(this.color0);
     70 			this.colorLayoutPanel.Controls.Add(this.color1);
     71 			this.colorLayoutPanel.Controls.Add(this.color2);
     72 			this.colorLayoutPanel.Controls.Add(this.color3);
     73 			this.colorLayoutPanel.Controls.Add(this.color4);
     74 			this.colorLayoutPanel.Controls.Add(this.color5);
     75 			this.colorLayoutPanel.Controls.Add(this.color6);
     76 			this.colorLayoutPanel.Controls.Add(this.color7);
     77 			this.colorLayoutPanel.Controls.Add(this.color8);
     78 			this.colorLayoutPanel.Controls.Add(this.color9);
     79 			this.colorLayoutPanel.Controls.Add(this.color10);
     80 			this.colorLayoutPanel.Controls.Add(this.color11);
     81 			this.colorLayoutPanel.Controls.Add(this.color12);
     82 			this.colorLayoutPanel.Controls.Add(this.color13);
     83 			this.colorLayoutPanel.Controls.Add(this.color14);
     84 			this.colorLayoutPanel.Controls.Add(this.color15);
     85 			this.colorLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     86 			this.colorLayoutPanel.Location = new System.Drawing.Point(0, 0);
     87 			this.colorLayoutPanel.Name = "colorLayoutPanel";
     88 			this.colorLayoutPanel.Size = new System.Drawing.Size(208, 52);
     89 			this.colorLayoutPanel.TabIndex = 0;
     90 			// 
     91 			// color0
     92 			// 
     93 			this.color0.BackColor = System.Drawing.Color.White;
     94 			this.color0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     95 			this.color0.Location = new System.Drawing.Point(3, 3);
     96 			this.color0.Name = "color0";
     97 			this.color0.Size = new System.Drawing.Size(20, 20);
     98 			this.color0.TabIndex = 0;
     99 			this.color0.TabStop = false;
    100 			this.color0.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color0_MouseClick);
    101 			// 
    102 			// color1
    103 			// 
    104 			this.color1.BackColor = System.Drawing.Color.Black;
    105 			this.color1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    106 			this.color1.Location = new System.Drawing.Point(29, 3);
    107 			this.color1.Name = "color1";
    108 			this.color1.Size = new System.Drawing.Size(20, 20);
    109 			this.color1.TabIndex = 1;
    110 			this.color1.TabStop = false;
    111 			this.color1.Click += new System.EventHandler(this.color1_Click);
    112 			this.color1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color1_MouseClick);
    113 			// 
    114 			// color2
    115 			// 
    116 			this.color2.BackColor = System.Drawing.Color.Blue;
    117 			this.color2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    118 			this.color2.Location = new System.Drawing.Point(55, 3);
    119 			this.color2.Name = "color2";
    120 			this.color2.Size = new System.Drawing.Size(20, 20);
    121 			this.color2.TabIndex = 2;
    122 			this.color2.TabStop = false;
    123 			this.color2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color2_MouseClick);
    124 			// 
    125 			// color3
    126 			// 
    127 			this.color3.BackColor = System.Drawing.Color.Green;
    128 			this.color3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    129 			this.color3.Location = new System.Drawing.Point(81, 3);
    130 			this.color3.Name = "color3";
    131 			this.color3.Size = new System.Drawing.Size(20, 20);
    132 			this.color3.TabIndex = 3;
    133 			this.color3.TabStop = false;
    134 			this.color3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color3_MouseClick);
    135 			// 
    136 			// color4
    137 			// 
    138 			this.color4.BackColor = System.Drawing.Color.Red;
    139 			this.color4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    140 			this.color4.Location = new System.Drawing.Point(107, 3);
    141 			this.color4.Name = "color4";
    142 			this.color4.Size = new System.Drawing.Size(20, 20);
    143 			this.color4.TabIndex = 4;
    144 			this.color4.TabStop = false;
    145 			this.color4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color4_MouseClick);
    146 			// 
    147 			// color5
    148 			// 
    149 			this.color5.BackColor = System.Drawing.Color.Brown;
    150 			this.color5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    151 			this.color5.Location = new System.Drawing.Point(133, 3);
    152 			this.color5.Name = "color5";
    153 			this.color5.Size = new System.Drawing.Size(20, 20);
    154 			this.color5.TabIndex = 5;
    155 			this.color5.TabStop = false;
    156 			this.color5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color5_MouseClick);
    157 			// 
    158 			// color7
    159 			// 
    160 			this.color7.BackColor = System.Drawing.Color.Orange;
    161 			this.color7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    162 			this.color7.Location = new System.Drawing.Point(185, 3);
    163 			this.color7.Name = "color7";
    164 			this.color7.Size = new System.Drawing.Size(20, 20);
    165 			this.color7.TabIndex = 6;
    166 			this.color7.TabStop = false;
    167 			this.color7.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color7_MouseClick);
    168 			// 
    169 			// color8
    170 			// 
    171 			this.color8.BackColor = System.Drawing.Color.Yellow;
    172 			this.color8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    173 			this.color8.Location = new System.Drawing.Point(3, 29);
    174 			this.color8.Name = "color8";
    175 			this.color8.Size = new System.Drawing.Size(20, 20);
    176 			this.color8.TabIndex = 7;
    177 			this.color8.TabStop = false;
    178 			this.color8.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color8_MouseClick);
    179 			// 
    180 			// color9
    181 			// 
    182 			this.color9.BackColor = System.Drawing.Color.LightGreen;
    183 			this.color9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    184 			this.color9.Location = new System.Drawing.Point(29, 29);
    185 			this.color9.Name = "color9";
    186 			this.color9.Size = new System.Drawing.Size(20, 20);
    187 			this.color9.TabIndex = 8;
    188 			this.color9.TabStop = false;
    189 			this.color9.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color9_MouseClick);
    190 			// 
    191 			// color10
    192 			// 
    193 			this.color10.BackColor = System.Drawing.Color.Teal;
    194 			this.color10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    195 			this.color10.Location = new System.Drawing.Point(55, 29);
    196 			this.color10.Name = "color10";
    197 			this.color10.Size = new System.Drawing.Size(20, 20);
    198 			this.color10.TabIndex = 9;
    199 			this.color10.TabStop = false;
    200 			this.color10.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color10_MouseClick);
    201 			// 
    202 			// color11
    203 			// 
    204 			this.color11.BackColor = System.Drawing.Color.LightCyan;
    205 			this.color11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    206 			this.color11.Location = new System.Drawing.Point(81, 29);
    207 			this.color11.Name = "color11";
    208 			this.color11.Size = new System.Drawing.Size(20, 20);
    209 			this.color11.TabIndex = 10;
    210 			this.color11.TabStop = false;
    211 			this.color11.Click += new System.EventHandler(this.color11_Click);
    212 			this.color11.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color11_MouseClick);
    213 			// 
    214 			// color12
    215 			// 
    216 			this.color12.BackColor = System.Drawing.Color.LightBlue;
    217 			this.color12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    218 			this.color12.Location = new System.Drawing.Point(107, 29);
    219 			this.color12.Name = "color12";
    220 			this.color12.Size = new System.Drawing.Size(20, 20);
    221 			this.color12.TabIndex = 11;
    222 			this.color12.TabStop = false;
    223 			this.color12.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color12_MouseClick);
    224 			// 
    225 			// color13
    226 			// 
    227 			this.color13.BackColor = System.Drawing.Color.Pink;
    228 			this.color13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    229 			this.color13.Location = new System.Drawing.Point(133, 29);
    230 			this.color13.Name = "color13";
    231 			this.color13.Size = new System.Drawing.Size(20, 20);
    232 			this.color13.TabIndex = 12;
    233 			this.color13.TabStop = false;
    234 			this.color13.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color13_MouseClick);
    235 			// 
    236 			// color14
    237 			// 
    238 			this.color14.BackColor = System.Drawing.Color.Gray;
    239 			this.color14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    240 			this.color14.Location = new System.Drawing.Point(159, 29);
    241 			this.color14.Name = "color14";
    242 			this.color14.Size = new System.Drawing.Size(20, 20);
    243 			this.color14.TabIndex = 13;
    244 			this.color14.TabStop = false;
    245 			this.color14.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color14_MouseClick);
    246 			// 
    247 			// color15
    248 			// 
    249 			this.color15.BackColor = System.Drawing.Color.LightGray;
    250 			this.color15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    251 			this.color15.Location = new System.Drawing.Point(185, 29);
    252 			this.color15.Name = "color15";
    253 			this.color15.Size = new System.Drawing.Size(20, 20);
    254 			this.color15.TabIndex = 14;
    255 			this.color15.TabStop = false;
    256 			this.color15.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color15_MouseClick);
    257 			// 
    258 			// color6
    259 			// 
    260 			this.color6.BackColor = System.Drawing.Color.Purple;
    261 			this.color6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    262 			this.color6.Location = new System.Drawing.Point(159, 3);
    263 			this.color6.Name = "color6";
    264 			this.color6.Size = new System.Drawing.Size(20, 20);
    265 			this.color6.TabIndex = 15;
    266 			this.color6.TabStop = false;
    267 			this.color6.MouseClick += new System.Windows.Forms.MouseEventHandler(this.color6_MouseClick);
    268 			// 
    269 			// ColorSelector
    270 			// 
    271 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    272 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    273 			this.Controls.Add(this.colorLayoutPanel);
    274 			this.Name = "ColorSelector";
    275 			this.Size = new System.Drawing.Size(208, 52);
    276 			this.colorLayoutPanel.ResumeLayout(false);
    277 			((System.ComponentModel.ISupportInitialize)(this.color0)).EndInit();
    278 			((System.ComponentModel.ISupportInitialize)(this.color1)).EndInit();
    279 			((System.ComponentModel.ISupportInitialize)(this.color2)).EndInit();
    280 			((System.ComponentModel.ISupportInitialize)(this.color3)).EndInit();
    281 			((System.ComponentModel.ISupportInitialize)(this.color4)).EndInit();
    282 			((System.ComponentModel.ISupportInitialize)(this.color5)).EndInit();
    283 			((System.ComponentModel.ISupportInitialize)(this.color7)).EndInit();
    284 			((System.ComponentModel.ISupportInitialize)(this.color8)).EndInit();
    285 			((System.ComponentModel.ISupportInitialize)(this.color9)).EndInit();
    286 			((System.ComponentModel.ISupportInitialize)(this.color10)).EndInit();
    287 			((System.ComponentModel.ISupportInitialize)(this.color11)).EndInit();
    288 			((System.ComponentModel.ISupportInitialize)(this.color12)).EndInit();
    289 			((System.ComponentModel.ISupportInitialize)(this.color13)).EndInit();
    290 			((System.ComponentModel.ISupportInitialize)(this.color14)).EndInit();
    291 			((System.ComponentModel.ISupportInitialize)(this.color15)).EndInit();
    292 			((System.ComponentModel.ISupportInitialize)(this.color6)).EndInit();
    293 			this.ResumeLayout(false);
    294 
    295 		}
    296 
    297 		#endregion
    298 
    299 		private System.Windows.Forms.FlowLayoutPanel colorLayoutPanel;
    300 		private System.Windows.Forms.PictureBox color0;
    301 		private System.Windows.Forms.PictureBox color1;
    302 		private System.Windows.Forms.PictureBox color2;
    303 		private System.Windows.Forms.PictureBox color3;
    304 		private System.Windows.Forms.PictureBox color4;
    305 		private System.Windows.Forms.PictureBox color5;
    306 		private System.Windows.Forms.PictureBox color7;
    307 		private System.Windows.Forms.PictureBox color8;
    308 		private System.Windows.Forms.PictureBox color9;
    309 		private System.Windows.Forms.PictureBox color10;
    310 		private System.Windows.Forms.PictureBox color11;
    311 		private System.Windows.Forms.PictureBox color12;
    312 		private System.Windows.Forms.PictureBox color13;
    313 		private System.Windows.Forms.PictureBox color14;
    314 		private System.Windows.Forms.PictureBox color15;
    315 		private System.Windows.Forms.PictureBox color6;
    316 	}
    317 }