Winify – Diff between revs 25 and 30

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 25 Rev 30
Line 108... Line 108...
108 // tabPage2 108 // tabPage2
109 // 109 //
110 this.tabPage2.Controls.Add(this.flowLayoutPanel2); 110 this.tabPage2.Controls.Add(this.flowLayoutPanel2);
111 this.tabPage2.Location = new System.Drawing.Point(4, 22); 111 this.tabPage2.Location = new System.Drawing.Point(4, 22);
112 this.tabPage2.Name = "tabPage2"; 112 this.tabPage2.Name = "tabPage2";
113 this.tabPage2.Size = new System.Drawing.Size(521, 221); 113 this.tabPage2.Size = new System.Drawing.Size(538, 243);
114 this.tabPage2.TabIndex = 1; 114 this.tabPage2.TabIndex = 1;
115 this.tabPage2.Text = "Application"; 115 this.tabPage2.Text = "Application";
116 this.tabPage2.UseVisualStyleBackColor = true; 116 this.tabPage2.UseVisualStyleBackColor = true;
117 // 117 //
118 // flowLayoutPanel2 118 // flowLayoutPanel2
119 // 119 //
120 this.flowLayoutPanel2.Controls.Add(this.groupBox3); 120 this.flowLayoutPanel2.Controls.Add(this.groupBox3);
121 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 121 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
122 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); 122 this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
123 this.flowLayoutPanel2.Name = "flowLayoutPanel2"; 123 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
124 this.flowLayoutPanel2.Size = new System.Drawing.Size(521, 221); 124 this.flowLayoutPanel2.Size = new System.Drawing.Size(538, 243);
125 this.flowLayoutPanel2.TabIndex = 0; 125 this.flowLayoutPanel2.TabIndex = 0;
126 // 126 //
127 // groupBox3 127 // groupBox3
128 // 128 //
129 this.groupBox3.Controls.Add(this.checkBox1); 129 this.groupBox3.Controls.Add(this.checkBox1);
Line 135... Line 135...
135 this.groupBox3.Text = "Startup"; 135 this.groupBox3.Text = "Startup";
136 // 136 //
137 // checkBox1 137 // checkBox1
138 // 138 //
139 this.checkBox1.AutoSize = true; 139 this.checkBox1.AutoSize = true;
140 this.checkBox1.Checked = global::Winify.Properties.Settings.Default.LaunchOnBoot; -  
141 this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Winify.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); -  
142 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill; 140 this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
143 this.checkBox1.Location = new System.Drawing.Point(3, 16); 141 this.checkBox1.Location = new System.Drawing.Point(3, 16);
144 this.checkBox1.Name = "checkBox1"; 142 this.checkBox1.Name = "checkBox1";
145 this.checkBox1.Size = new System.Drawing.Size(247, 34); 143 this.checkBox1.Size = new System.Drawing.Size(247, 34);
146 this.checkBox1.TabIndex = 0; 144 this.checkBox1.TabIndex = 0;
Line 364... Line 362...
364 // tabPage3 362 // tabPage3
365 // 363 //
366 this.tabPage3.Controls.Add(this.tableLayoutPanel7); 364 this.tabPage3.Controls.Add(this.tableLayoutPanel7);
367 this.tabPage3.Location = new System.Drawing.Point(4, 22); 365 this.tabPage3.Location = new System.Drawing.Point(4, 22);
368 this.tabPage3.Name = "tabPage3"; 366 this.tabPage3.Name = "tabPage3";
369 this.tabPage3.Size = new System.Drawing.Size(508, 241); 367 this.tabPage3.Size = new System.Drawing.Size(538, 243);
370 this.tabPage3.TabIndex = 2; 368 this.tabPage3.TabIndex = 2;
371 this.tabPage3.Text = "Announcements"; 369 this.tabPage3.Text = "Announcements";
372 this.tabPage3.UseVisualStyleBackColor = true; 370 this.tabPage3.UseVisualStyleBackColor = true;
373 // 371 //
374 // tableLayoutPanel7 372 // tableLayoutPanel7
Line 381... Line 379...
381 this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; 379 this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
382 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0); 380 this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
383 this.tableLayoutPanel7.Name = "tableLayoutPanel7"; 381 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
384 this.tableLayoutPanel7.RowCount = 1; 382 this.tableLayoutPanel7.RowCount = 1;
385 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 383 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
386 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 384 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 241F));
387 this.tableLayoutPanel7.Size = new System.Drawing.Size(508, 241); 385 this.tableLayoutPanel7.Size = new System.Drawing.Size(538, 243);
388 this.tableLayoutPanel7.TabIndex = 0; 386 this.tableLayoutPanel7.TabIndex = 0;
389 // 387 //
390 // groupBox2 388 // groupBox2
391 // 389 //
392 this.groupBox2.Controls.Add(this.tableLayoutPanel10); 390 this.groupBox2.Controls.Add(this.tableLayoutPanel10);
393 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; 391 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
394 this.groupBox2.Location = new System.Drawing.Point(257, 3); 392 this.groupBox2.Location = new System.Drawing.Point(272, 3);
395 this.groupBox2.Name = "groupBox2"; 393 this.groupBox2.Name = "groupBox2";
396 this.groupBox2.Size = new System.Drawing.Size(248, 235); 394 this.groupBox2.Size = new System.Drawing.Size(263, 237);
397 this.groupBox2.TabIndex = 3; 395 this.groupBox2.TabIndex = 3;
398 this.groupBox2.TabStop = false; 396 this.groupBox2.TabStop = false;
399 this.groupBox2.Text = "Announcement Settings"; 397 this.groupBox2.Text = "Announcement Settings";
400 // 398 //
401 // tableLayoutPanel10 399 // tableLayoutPanel10
Line 411... Line 409...
411 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16); 409 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
412 this.tableLayoutPanel10.Name = "tableLayoutPanel10"; 410 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
413 this.tableLayoutPanel10.RowCount = 2; 411 this.tableLayoutPanel10.RowCount = 2;
414 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 412 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
415 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); 413 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
416 this.tableLayoutPanel10.Size = new System.Drawing.Size(242, 216); 414 this.tableLayoutPanel10.Size = new System.Drawing.Size(257, 218);
417 this.tableLayoutPanel10.TabIndex = 4; 415 this.tableLayoutPanel10.TabIndex = 4;
418 // 416 //
419 // label4 417 // label4
420 // 418 //
421 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 419 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
422 this.label4.AutoSize = true; 420 this.label4.AutoSize = true;
423 this.label4.Location = new System.Drawing.Point(3, 47); 421 this.label4.Location = new System.Drawing.Point(3, 48);
424 this.label4.Name = "label4"; 422 this.label4.Name = "label4";
425 this.label4.Size = new System.Drawing.Size(54, 13); 423 this.label4.Size = new System.Drawing.Size(58, 13);
426 this.label4.TabIndex = 0; 424 this.label4.TabIndex = 0;
427 this.label4.Text = "App Id"; 425 this.label4.Text = "App Id";
428 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 426 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
429 // 427 //
430 // appIdTextBox 428 // appIdTextBox
431 // 429 //
432 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 430 this.appIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
433 this.appIdTextBox.Location = new System.Drawing.Point(63, 44); 431 this.appIdTextBox.Location = new System.Drawing.Point(67, 44);
434 this.appIdTextBox.Name = "appIdTextBox"; 432 this.appIdTextBox.Name = "appIdTextBox";
435 this.appIdTextBox.Size = new System.Drawing.Size(176, 20); 433 this.appIdTextBox.Size = new System.Drawing.Size(187, 20);
436 this.appIdTextBox.TabIndex = 1; 434 this.appIdTextBox.TabIndex = 1;
437 // 435 //
438 // label6 436 // label6
439 // 437 //
440 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 438 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
441 this.label6.AutoSize = true; 439 this.label6.AutoSize = true;
442 this.label6.Location = new System.Drawing.Point(3, 155); 440 this.label6.Location = new System.Drawing.Point(3, 157);
443 this.label6.Name = "label6"; 441 this.label6.Name = "label6";
444 this.label6.Size = new System.Drawing.Size(54, 13); 442 this.label6.Size = new System.Drawing.Size(58, 13);
445 this.label6.TabIndex = 2; 443 this.label6.TabIndex = 2;
446 this.label6.Text = "Timeout"; 444 this.label6.Text = "Timeout";
447 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 445 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
448 // 446 //
449 // lingerTimeTextBox 447 // lingerTimeTextBox
450 // 448 //
451 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 449 this.lingerTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
452 this.lingerTimeTextBox.Location = new System.Drawing.Point(63, 152); 450 this.lingerTimeTextBox.Location = new System.Drawing.Point(67, 153);
453 this.lingerTimeTextBox.Name = "lingerTimeTextBox"; 451 this.lingerTimeTextBox.Name = "lingerTimeTextBox";
454 this.lingerTimeTextBox.Size = new System.Drawing.Size(176, 20); 452 this.lingerTimeTextBox.Size = new System.Drawing.Size(187, 20);
455 this.lingerTimeTextBox.TabIndex = 3; 453 this.lingerTimeTextBox.TabIndex = 3;
456 // 454 //
457 // tableLayoutPanel4 455 // tableLayoutPanel4
458 // 456 //
459 this.tableLayoutPanel4.ColumnCount = 1; 457 this.tableLayoutPanel4.ColumnCount = 1;
Line 464... Line 462...
464 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3); 462 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
465 this.tableLayoutPanel4.Name = "tableLayoutPanel4"; 463 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
466 this.tableLayoutPanel4.RowCount = 2; 464 this.tableLayoutPanel4.RowCount = 2;
467 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F)); 465 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
468 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); 466 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
469 this.tableLayoutPanel4.Size = new System.Drawing.Size(248, 235); 467 this.tableLayoutPanel4.Size = new System.Drawing.Size(263, 237);
470 this.tableLayoutPanel4.TabIndex = 4; 468 this.tableLayoutPanel4.TabIndex = 4;
471 // 469 //
472 // tableLayoutPanel5 470 // tableLayoutPanel5
473 // 471 //
474 this.tableLayoutPanel5.ColumnCount = 3; 472 this.tableLayoutPanel5.ColumnCount = 3;
Line 476... Line 474...
476 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 474 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
477 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); 475 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
478 this.tableLayoutPanel5.Controls.Add(this.button4, 0, 0); 476 this.tableLayoutPanel5.Controls.Add(this.button4, 0, 0);
479 this.tableLayoutPanel5.Controls.Add(this.button3, 2, 0); 477 this.tableLayoutPanel5.Controls.Add(this.button3, 2, 0);
480 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; 478 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
481 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 202); 479 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 204);
482 this.tableLayoutPanel5.Name = "tableLayoutPanel5"; 480 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
483 this.tableLayoutPanel5.RowCount = 1; 481 this.tableLayoutPanel5.RowCount = 1;
484 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 482 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
485 this.tableLayoutPanel5.Size = new System.Drawing.Size(242, 30); 483 this.tableLayoutPanel5.Size = new System.Drawing.Size(257, 30);
486 this.tableLayoutPanel5.TabIndex = 0; 484 this.tableLayoutPanel5.TabIndex = 0;
487 // 485 //
488 // button4 486 // button4
489 // 487 //
490 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 488 this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
Line 497... Line 495...
497 this.button4.Click += new System.EventHandler(this.Button4_Click); 495 this.button4.Click += new System.EventHandler(this.Button4_Click);
498 // 496 //
499 // button3 497 // button3
500 // 498 //
501 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 499 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
502 this.button3.Location = new System.Drawing.Point(165, 3); 500 this.button3.Location = new System.Drawing.Point(180, 3);
503 this.button3.Name = "button3"; 501 this.button3.Name = "button3";
504 this.button3.Size = new System.Drawing.Size(74, 23); 502 this.button3.Size = new System.Drawing.Size(74, 23);
505 this.button3.TabIndex = 0; 503 this.button3.TabIndex = 0;
506 this.button3.Text = "Remove"; 504 this.button3.Text = "Remove";
507 this.button3.UseVisualStyleBackColor = true; 505 this.button3.UseVisualStyleBackColor = true;
Line 511... Line 509...
511 // 509 //
512 this.groupBox4.Controls.Add(this.listBox2); 510 this.groupBox4.Controls.Add(this.listBox2);
513 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; 511 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
514 this.groupBox4.Location = new System.Drawing.Point(3, 3); 512 this.groupBox4.Location = new System.Drawing.Point(3, 3);
515 this.groupBox4.Name = "groupBox4"; 513 this.groupBox4.Name = "groupBox4";
516 this.groupBox4.Size = new System.Drawing.Size(242, 193); 514 this.groupBox4.Size = new System.Drawing.Size(257, 195);
517 this.groupBox4.TabIndex = 4; 515 this.groupBox4.TabIndex = 4;
518 this.groupBox4.TabStop = false; 516 this.groupBox4.TabStop = false;
519 this.groupBox4.Text = "Application Id"; 517 this.groupBox4.Text = "Application Id";
520 // 518 //
521 // listBox2 519 // listBox2
522 // 520 //
523 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill; 521 this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
524 this.listBox2.FormattingEnabled = true; 522 this.listBox2.FormattingEnabled = true;
525 this.listBox2.Location = new System.Drawing.Point(3, 16); 523 this.listBox2.Location = new System.Drawing.Point(3, 16);
526 this.listBox2.Name = "listBox2"; 524 this.listBox2.Name = "listBox2";
527 this.listBox2.Size = new System.Drawing.Size(236, 174); 525 this.listBox2.Size = new System.Drawing.Size(251, 176);
528 this.listBox2.TabIndex = 0; 526 this.listBox2.TabIndex = 0;
529 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged); 527 this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged);
530 // 528 //
531 // tableLayoutPanel8 529 // tableLayoutPanel8
532 // 530 //
Line 588... Line 586...
588 this.ClientSize = new System.Drawing.Size(552, 317); 586 this.ClientSize = new System.Drawing.Size(552, 317);
589 this.Controls.Add(this.tableLayoutPanel8); 587 this.Controls.Add(this.tableLayoutPanel8);
590 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 588 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
591 this.Name = "SettingsForm"; 589 this.Name = "SettingsForm";
592 this.Text = "Winify: Settings"; 590 this.Text = "Winify: Settings";
-   591 this.Load += new System.EventHandler(this.SettingsForm_Load);
593 this.tabControl1.ResumeLayout(false); 592 this.tabControl1.ResumeLayout(false);
594 this.tabPage2.ResumeLayout(false); 593 this.tabPage2.ResumeLayout(false);
595 this.flowLayoutPanel2.ResumeLayout(false); 594 this.flowLayoutPanel2.ResumeLayout(false);
596 this.groupBox3.ResumeLayout(false); 595 this.groupBox3.ResumeLayout(false);
597 this.groupBox3.PerformLayout(); 596 this.groupBox3.PerformLayout();