comparison FrmSystem.Designer.cs @ 10:43d88f50c712

Continued work on Category Tab Up and Down buttons adjust category position.
author Tsudico
date Fri, 17 Dec 2010 22:02:04 -0600
parents 0dadaa315430
children 372f921c20fc
comparison
equal deleted inserted replaced
8:0dadaa315430 10:43d88f50c712
518 this.btnCategoryUp.Name = "btnCategoryUp"; 518 this.btnCategoryUp.Name = "btnCategoryUp";
519 this.btnCategoryUp.Size = new System.Drawing.Size(62, 23); 519 this.btnCategoryUp.Size = new System.Drawing.Size(62, 23);
520 this.btnCategoryUp.TabIndex = 17; 520 this.btnCategoryUp.TabIndex = 17;
521 this.btnCategoryUp.Text = "Up"; 521 this.btnCategoryUp.Text = "Up";
522 this.btnCategoryUp.UseVisualStyleBackColor = true; 522 this.btnCategoryUp.UseVisualStyleBackColor = true;
523 this.btnCategoryUp.Click += new System.EventHandler(this.btnCategoryUp_Click);
523 // 524 //
524 // listCategories 525 // listCategories
525 // 526 //
526 this.listCategories.FormattingEnabled = true; 527 this.listCategories.FormattingEnabled = true;
527 this.listCategories.Location = new System.Drawing.Point(3, 6); 528 this.listCategories.Location = new System.Drawing.Point(3, 6);
536 this.btnCategoryDown.Name = "btnCategoryDown"; 537 this.btnCategoryDown.Name = "btnCategoryDown";
537 this.btnCategoryDown.Size = new System.Drawing.Size(62, 23); 538 this.btnCategoryDown.Size = new System.Drawing.Size(62, 23);
538 this.btnCategoryDown.TabIndex = 16; 539 this.btnCategoryDown.TabIndex = 16;
539 this.btnCategoryDown.Text = "Down"; 540 this.btnCategoryDown.Text = "Down";
540 this.btnCategoryDown.UseVisualStyleBackColor = true; 541 this.btnCategoryDown.UseVisualStyleBackColor = true;
542 this.btnCategoryDown.Click += new System.EventHandler(this.btnCategoryDown_Click);
541 // 543 //
542 // btnCategoryAdd 544 // btnCategoryAdd
543 // 545 //
544 this.btnCategoryAdd.Location = new System.Drawing.Point(216, 5); 546 this.btnCategoryAdd.Location = new System.Drawing.Point(216, 5);
545 this.btnCategoryAdd.Name = "btnCategoryAdd"; 547 this.btnCategoryAdd.Name = "btnCategoryAdd";