Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. namespace QGIS_Installer
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Vyžaduje se proměnná návrháře.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Uvolněte všechny používané prostředky.
  11. /// </summary>
  12. /// <param name="disposing">hodnota true, když by se měl spravovaný prostředek odstranit; jinak 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 Kód generovaný Návrhářem Windows Form
  22. /// <summary>
  23. /// Metoda vyžadovaná pro podporu Návrháře - neupravovat
  24. /// obsah této metody v editoru kódu.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.label7 = new System.Windows.Forms.Label();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.label9 = new System.Windows.Forms.Label();
  39. this.label10 = new System.Windows.Forms.Label();
  40. this.label11 = new System.Windows.Forms.Label();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.label12 = new System.Windows.Forms.Label();
  43. this.label13 = new System.Windows.Forms.Label();
  44. this.comboBox1 = new System.Windows.Forms.ComboBox();
  45. this.SuspendLayout();
  46. //
  47. // openFileDialog1
  48. //
  49. this.openFileDialog1.FileName = "openFileDialog1";
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  55. this.label1.ForeColor = System.Drawing.Color.Green;
  56. this.label1.Location = new System.Drawing.Point(93, 148);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(0, 18);
  59. this.label1.TabIndex = 2;
  60. this.label1.Click += new System.EventHandler(this.label1_Click);
  61. //
  62. // button3
  63. //
  64. this.button3.Location = new System.Drawing.Point(97, 92);
  65. this.button3.Name = "button3";
  66. this.button3.Size = new System.Drawing.Size(122, 40);
  67. this.button3.TabIndex = 3;
  68. this.button3.Text = "Install plugin";
  69. this.button3.UseVisualStyleBackColor = true;
  70. this.button3.Click += new System.EventHandler(this.button3_Click);
  71. //
  72. // label2
  73. //
  74. this.label2.AutoSize = true;
  75. this.label2.Location = new System.Drawing.Point(669, 133);
  76. this.label2.Name = "label2";
  77. this.label2.Size = new System.Drawing.Size(0, 17);
  78. this.label2.TabIndex = 4;
  79. //
  80. // label3
  81. //
  82. this.label3.AutoSize = true;
  83. this.label3.Location = new System.Drawing.Point(669, 169);
  84. this.label3.Name = "label3";
  85. this.label3.Size = new System.Drawing.Size(0, 17);
  86. this.label3.TabIndex = 5;
  87. //
  88. // label4
  89. //
  90. this.label4.AutoSize = true;
  91. this.label4.Location = new System.Drawing.Point(669, 206);
  92. this.label4.Name = "label4";
  93. this.label4.Size = new System.Drawing.Size(0, 17);
  94. this.label4.TabIndex = 6;
  95. //
  96. // label5
  97. //
  98. this.label5.AutoSize = true;
  99. this.label5.Location = new System.Drawing.Point(669, 241);
  100. this.label5.Name = "label5";
  101. this.label5.Size = new System.Drawing.Size(0, 17);
  102. this.label5.TabIndex = 7;
  103. //
  104. // label6
  105. //
  106. this.label6.AutoSize = true;
  107. this.label6.Location = new System.Drawing.Point(669, 278);
  108. this.label6.Name = "label6";
  109. this.label6.Size = new System.Drawing.Size(0, 17);
  110. this.label6.TabIndex = 8;
  111. //
  112. // label7
  113. //
  114. this.label7.AutoSize = true;
  115. this.label7.Location = new System.Drawing.Point(530, 133);
  116. this.label7.Name = "label7";
  117. this.label7.Size = new System.Drawing.Size(76, 17);
  118. this.label7.TabIndex = 9;
  119. this.label7.Text = "Werkzeug:";
  120. //
  121. // label8
  122. //
  123. this.label8.AutoSize = true;
  124. this.label8.Location = new System.Drawing.Point(530, 169);
  125. this.label8.Name = "label8";
  126. this.label8.Size = new System.Drawing.Size(45, 17);
  127. this.label8.TabIndex = 10;
  128. this.label8.Text = "Flask:";
  129. //
  130. // label9
  131. //
  132. this.label9.AutoSize = true;
  133. this.label9.Location = new System.Drawing.Point(530, 206);
  134. this.label9.Name = "label9";
  135. this.label9.Size = new System.Drawing.Size(41, 17);
  136. this.label9.TabIndex = 11;
  137. this.label9.Text = "Click:";
  138. this.label9.Click += new System.EventHandler(this.label9_Click);
  139. //
  140. // label10
  141. //
  142. this.label10.AutoSize = true;
  143. this.label10.Location = new System.Drawing.Point(530, 237);
  144. this.label10.Name = "label10";
  145. this.label10.Size = new System.Drawing.Size(94, 17);
  146. this.label10.TabIndex = 12;
  147. this.label10.Text = "Itsdangerous:";
  148. //
  149. // label11
  150. //
  151. this.label11.AutoSize = true;
  152. this.label11.Location = new System.Drawing.Point(530, 278);
  153. this.label11.Name = "label11";
  154. this.label11.Size = new System.Drawing.Size(104, 17);
  155. this.label11.TabIndex = 13;
  156. this.label11.Text = "Layman plugin:";
  157. //
  158. // button1
  159. //
  160. this.button1.Location = new System.Drawing.Point(22, 29);
  161. this.button1.Name = "button1";
  162. this.button1.Size = new System.Drawing.Size(122, 40);
  163. this.button1.TabIndex = 14;
  164. this.button1.Text = "Download plugin";
  165. this.button1.UseVisualStyleBackColor = true;
  166. this.button1.Visible = false;
  167. this.button1.Click += new System.EventHandler(this.button1_Click);
  168. //
  169. // label12
  170. //
  171. this.label12.AutoSize = true;
  172. this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  173. this.label12.Location = new System.Drawing.Point(528, 79);
  174. this.label12.Name = "label12";
  175. this.label12.Size = new System.Drawing.Size(144, 25);
  176. this.label12.TabIndex = 15;
  177. this.label12.Text = "Dependencies:";
  178. this.label12.Click += new System.EventHandler(this.label12_Click);
  179. //
  180. // label13
  181. //
  182. this.label13.AutoSize = true;
  183. this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  184. this.label13.ForeColor = System.Drawing.Color.Green;
  185. this.label13.Location = new System.Drawing.Point(94, 171);
  186. this.label13.Name = "label13";
  187. this.label13.Size = new System.Drawing.Size(0, 18);
  188. this.label13.TabIndex = 17;
  189. //
  190. // comboBox1
  191. //
  192. this.comboBox1.FormattingEnabled = true;
  193. this.comboBox1.Location = new System.Drawing.Point(533, 32);
  194. this.comboBox1.Name = "comboBox1";
  195. this.comboBox1.Size = new System.Drawing.Size(121, 24);
  196. this.comboBox1.TabIndex = 18;
  197. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  198. //
  199. // Form1
  200. //
  201. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  202. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  203. this.ClientSize = new System.Drawing.Size(850, 341);
  204. this.Controls.Add(this.comboBox1);
  205. this.Controls.Add(this.label13);
  206. this.Controls.Add(this.label12);
  207. this.Controls.Add(this.button1);
  208. this.Controls.Add(this.label11);
  209. this.Controls.Add(this.label10);
  210. this.Controls.Add(this.label9);
  211. this.Controls.Add(this.label8);
  212. this.Controls.Add(this.label7);
  213. this.Controls.Add(this.label6);
  214. this.Controls.Add(this.label5);
  215. this.Controls.Add(this.label4);
  216. this.Controls.Add(this.label3);
  217. this.Controls.Add(this.label2);
  218. this.Controls.Add(this.button3);
  219. this.Controls.Add(this.label1);
  220. this.Name = "Form1";
  221. this.Text = "Layman plugin installer";
  222. this.Load += new System.EventHandler(this.Form1_Load);
  223. this.ResumeLayout(false);
  224. this.PerformLayout();
  225. }
  226. #endregion
  227. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  228. private System.Windows.Forms.Label label1;
  229. private System.Windows.Forms.Button button3;
  230. private System.Windows.Forms.Label label2;
  231. private System.Windows.Forms.Label label3;
  232. private System.Windows.Forms.Label label4;
  233. private System.Windows.Forms.Label label5;
  234. private System.Windows.Forms.Label label6;
  235. private System.Windows.Forms.Label label7;
  236. private System.Windows.Forms.Label label8;
  237. private System.Windows.Forms.Label label9;
  238. private System.Windows.Forms.Label label10;
  239. private System.Windows.Forms.Label label11;
  240. private System.Windows.Forms.Button button1;
  241. private System.Windows.Forms.Label label12;
  242. private System.Windows.Forms.Label label13;
  243. private System.Windows.Forms.ComboBox comboBox1;
  244. }
  245. }