Form1.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. namespace DefSorter
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  37. this.button1.Location = new System.Drawing.Point(41, 35);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(138, 27);
  40. this.button1.TabIndex = 0;
  41. this.button1.Text = "Posortuj defy!";
  42. this.button1.UseVisualStyleBackColor = true;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  49. this.label1.Location = new System.Drawing.Point(12, 9);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(114, 18);
  52. this.label1.TabIndex = 1;
  53. this.label1.Text = "Defów wykryto: ";
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  59. this.label2.Location = new System.Drawing.Point(146, 9);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(52, 18);
  62. this.label2.TabIndex = 2;
  63. this.label2.Text = "XXXX";
  64. //
  65. // progressBar1
  66. //
  67. this.progressBar1.Location = new System.Drawing.Point(4, 73);
  68. this.progressBar1.Name = "progressBar1";
  69. this.progressBar1.Size = new System.Drawing.Size(202, 19);
  70. this.progressBar1.TabIndex = 3;
  71. //
  72. // Form1
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76. this.ClientSize = new System.Drawing.Size(210, 97);
  77. this.Controls.Add(this.progressBar1);
  78. this.Controls.Add(this.label2);
  79. this.Controls.Add(this.label1);
  80. this.Controls.Add(this.button1);
  81. this.Name = "Form1";
  82. this.Text = "Def sorter by Tow";
  83. this.ResumeLayout(false);
  84. this.PerformLayout();
  85. }
  86. #endregion
  87. private System.Windows.Forms.Button button1;
  88. private System.Windows.Forms.Label label1;
  89. private System.Windows.Forms.Label label2;
  90. private System.Windows.Forms.ProgressBar progressBar1;
  91. }
  92. }