Form1.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace Сжатие_RLE
  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.btnPack = new System.Windows.Forms.Button();
  29. this.btnUnPack = new System.Windows.Forms.Button();
  30. this.openFile = new System.Windows.Forms.OpenFileDialog();
  31. this.lblGenerate = new System.Windows.Forms.Label();
  32. this.btnGenerate = new System.Windows.Forms.Button();
  33. this.lblPack = new System.Windows.Forms.Label();
  34. this.lblPosition = new System.Windows.Forms.Label();
  35. this.lblCounter = new System.Windows.Forms.Label();
  36. this.lblBuf = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // btnPack
  40. //
  41. this.btnPack.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  42. this.btnPack.Location = new System.Drawing.Point(31, 129);
  43. this.btnPack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  44. this.btnPack.Name = "btnPack";
  45. this.btnPack.Size = new System.Drawing.Size(119, 35);
  46. this.btnPack.TabIndex = 0;
  47. this.btnPack.Text = "Упаковка";
  48. this.btnPack.UseVisualStyleBackColor = true;
  49. this.btnPack.Click += new System.EventHandler(this.btnPack_Click);
  50. //
  51. // btnUnPack
  52. //
  53. this.btnUnPack.Location = new System.Drawing.Point(29, 202);
  54. this.btnUnPack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  55. this.btnUnPack.Name = "btnUnPack";
  56. this.btnUnPack.Size = new System.Drawing.Size(121, 19);
  57. this.btnUnPack.TabIndex = 1;
  58. this.btnUnPack.Text = "Распаковка";
  59. this.btnUnPack.UseVisualStyleBackColor = true;
  60. this.btnUnPack.Click += new System.EventHandler(this.btnUnPack_Click);
  61. //
  62. // lblGenerate
  63. //
  64. this.lblGenerate.AutoSize = true;
  65. this.lblGenerate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.lblGenerate.Location = new System.Drawing.Point(33, 14);
  67. this.lblGenerate.Name = "lblGenerate";
  68. this.lblGenerate.Size = new System.Drawing.Size(107, 24);
  69. this.lblGenerate.TabIndex = 2;
  70. this.lblGenerate.Text = "Генерация";
  71. //
  72. // btnGenerate
  73. //
  74. this.btnGenerate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.btnGenerate.Location = new System.Drawing.Point(29, 44);
  76. this.btnGenerate.Name = "btnGenerate";
  77. this.btnGenerate.Size = new System.Drawing.Size(121, 33);
  78. this.btnGenerate.TabIndex = 3;
  79. this.btnGenerate.Text = "Генерация";
  80. this.btnGenerate.UseVisualStyleBackColor = true;
  81. this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
  82. //
  83. // lblPack
  84. //
  85. this.lblPack.AutoSize = true;
  86. this.lblPack.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.lblPack.Location = new System.Drawing.Point(34, 99);
  88. this.lblPack.Name = "lblPack";
  89. this.lblPack.Size = new System.Drawing.Size(106, 24);
  90. this.lblPack.TabIndex = 4;
  91. this.lblPack.Text = "Упаковано";
  92. //
  93. // lblPosition
  94. //
  95. this.lblPosition.AutoSize = true;
  96. this.lblPosition.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  97. this.lblPosition.Location = new System.Drawing.Point(678, 13);
  98. this.lblPosition.Name = "lblPosition";
  99. this.lblPosition.Size = new System.Drawing.Size(92, 24);
  100. this.lblPosition.TabIndex = 5;
  101. this.lblPosition.Text = "Позиция:";
  102. //
  103. // lblCounter
  104. //
  105. this.lblCounter.AutoSize = true;
  106. this.lblCounter.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  107. this.lblCounter.Location = new System.Drawing.Point(678, 129);
  108. this.lblCounter.Name = "lblCounter";
  109. this.lblCounter.Size = new System.Drawing.Size(89, 24);
  110. this.lblCounter.TabIndex = 6;
  111. this.lblCounter.Text = "Счетчик:";
  112. //
  113. // lblBuf
  114. //
  115. this.lblBuf.AutoSize = true;
  116. this.lblBuf.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  117. this.lblBuf.Location = new System.Drawing.Point(678, 71);
  118. this.lblBuf.Name = "lblBuf";
  119. this.lblBuf.Size = new System.Drawing.Size(73, 24);
  120. this.lblBuf.TabIndex = 7;
  121. this.lblBuf.Text = "Буфер:";
  122. //
  123. // Form1
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.ClientSize = new System.Drawing.Size(857, 315);
  128. this.Controls.Add(this.lblBuf);
  129. this.Controls.Add(this.lblCounter);
  130. this.Controls.Add(this.lblPosition);
  131. this.Controls.Add(this.lblPack);
  132. this.Controls.Add(this.btnGenerate);
  133. this.Controls.Add(this.lblGenerate);
  134. this.Controls.Add(this.btnUnPack);
  135. this.Controls.Add(this.btnPack);
  136. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  137. this.Name = "Form1";
  138. this.Text = "Сжатие RLE";
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private System.Windows.Forms.Button btnPack;
  144. private System.Windows.Forms.Button btnUnPack;
  145. private System.Windows.Forms.OpenFileDialog openFile;
  146. private System.Windows.Forms.Label lblGenerate;
  147. private System.Windows.Forms.Button btnGenerate;
  148. private System.Windows.Forms.Label lblPack;
  149. private System.Windows.Forms.Label lblPosition;
  150. private System.Windows.Forms.Label lblCounter;
  151. private System.Windows.Forms.Label lblBuf;
  152. }
  153. }