Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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(46, 17);
  78. this.label2.TabIndex = 4;
  79. this.label2.Text = "label2";
  80. //
  81. // label3
  82. //
  83. this.label3.AutoSize = true;
  84. this.label3.Location = new System.Drawing.Point(669, 169);
  85. this.label3.Name = "label3";
  86. this.label3.Size = new System.Drawing.Size(46, 17);
  87. this.label3.TabIndex = 5;
  88. this.label3.Text = "label3";
  89. //
  90. // label4
  91. //
  92. this.label4.AutoSize = true;
  93. this.label4.Location = new System.Drawing.Point(669, 206);
  94. this.label4.Name = "label4";
  95. this.label4.Size = new System.Drawing.Size(46, 17);
  96. this.label4.TabIndex = 6;
  97. this.label4.Text = "label4";
  98. //
  99. // label5
  100. //
  101. this.label5.AutoSize = true;
  102. this.label5.Location = new System.Drawing.Point(669, 241);
  103. this.label5.Name = "label5";
  104. this.label5.Size = new System.Drawing.Size(46, 17);
  105. this.label5.TabIndex = 7;
  106. this.label5.Text = "label5";
  107. //
  108. // label6
  109. //
  110. this.label6.AutoSize = true;
  111. this.label6.Location = new System.Drawing.Point(669, 278);
  112. this.label6.Name = "label6";
  113. this.label6.Size = new System.Drawing.Size(46, 17);
  114. this.label6.TabIndex = 8;
  115. this.label6.Text = "label6";
  116. //
  117. // label7
  118. //
  119. this.label7.AutoSize = true;
  120. this.label7.Location = new System.Drawing.Point(530, 133);
  121. this.label7.Name = "label7";
  122. this.label7.Size = new System.Drawing.Size(76, 17);
  123. this.label7.TabIndex = 9;
  124. this.label7.Text = "Werkzeug:";
  125. //
  126. // label8
  127. //
  128. this.label8.AutoSize = true;
  129. this.label8.Location = new System.Drawing.Point(530, 169);
  130. this.label8.Name = "label8";
  131. this.label8.Size = new System.Drawing.Size(45, 17);
  132. this.label8.TabIndex = 10;
  133. this.label8.Text = "Flask:";
  134. //
  135. // label9
  136. //
  137. this.label9.AutoSize = true;
  138. this.label9.Location = new System.Drawing.Point(530, 206);
  139. this.label9.Name = "label9";
  140. this.label9.Size = new System.Drawing.Size(41, 17);
  141. this.label9.TabIndex = 11;
  142. this.label9.Text = "Click:";
  143. this.label9.Click += new System.EventHandler(this.label9_Click);
  144. //
  145. // label10
  146. //
  147. this.label10.AutoSize = true;
  148. this.label10.Location = new System.Drawing.Point(530, 237);
  149. this.label10.Name = "label10";
  150. this.label10.Size = new System.Drawing.Size(94, 17);
  151. this.label10.TabIndex = 12;
  152. this.label10.Text = "Itsdangerous:";
  153. //
  154. // label11
  155. //
  156. this.label11.AutoSize = true;
  157. this.label11.Location = new System.Drawing.Point(530, 278);
  158. this.label11.Name = "label11";
  159. this.label11.Size = new System.Drawing.Size(104, 17);
  160. this.label11.TabIndex = 13;
  161. this.label11.Text = "Layman plugin:";
  162. //
  163. // button1
  164. //
  165. this.button1.Location = new System.Drawing.Point(22, 29);
  166. this.button1.Name = "button1";
  167. this.button1.Size = new System.Drawing.Size(122, 40);
  168. this.button1.TabIndex = 14;
  169. this.button1.Text = "Download plugin";
  170. this.button1.UseVisualStyleBackColor = true;
  171. this.button1.Visible = false;
  172. this.button1.Click += new System.EventHandler(this.button1_Click);
  173. //
  174. // label12
  175. //
  176. this.label12.AutoSize = true;
  177. this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  178. this.label12.Location = new System.Drawing.Point(528, 79);
  179. this.label12.Name = "label12";
  180. this.label12.Size = new System.Drawing.Size(144, 25);
  181. this.label12.TabIndex = 15;
  182. this.label12.Text = "Dependencies:";
  183. this.label12.Click += new System.EventHandler(this.label12_Click);
  184. //
  185. // label13
  186. //
  187. this.label13.AutoSize = true;
  188. this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  189. this.label13.ForeColor = System.Drawing.Color.Green;
  190. this.label13.Location = new System.Drawing.Point(94, 171);
  191. this.label13.Name = "label13";
  192. this.label13.Size = new System.Drawing.Size(22, 18);
  193. this.label13.TabIndex = 17;
  194. this.label13.Text = "xx";
  195. //
  196. // comboBox1
  197. //
  198. this.comboBox1.FormattingEnabled = true;
  199. this.comboBox1.Location = new System.Drawing.Point(533, 32);
  200. this.comboBox1.Name = "comboBox1";
  201. this.comboBox1.Size = new System.Drawing.Size(121, 24);
  202. this.comboBox1.TabIndex = 18;
  203. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  204. //
  205. // Form1
  206. //
  207. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  208. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  209. this.ClientSize = new System.Drawing.Size(850, 341);
  210. this.Controls.Add(this.comboBox1);
  211. this.Controls.Add(this.label13);
  212. this.Controls.Add(this.label12);
  213. this.Controls.Add(this.button1);
  214. this.Controls.Add(this.label11);
  215. this.Controls.Add(this.label10);
  216. this.Controls.Add(this.label9);
  217. this.Controls.Add(this.label8);
  218. this.Controls.Add(this.label7);
  219. this.Controls.Add(this.label6);
  220. this.Controls.Add(this.label5);
  221. this.Controls.Add(this.label4);
  222. this.Controls.Add(this.label3);
  223. this.Controls.Add(this.label2);
  224. this.Controls.Add(this.button3);
  225. this.Controls.Add(this.label1);
  226. this.Name = "Form1";
  227. this.Text = "Layman plugin installer";
  228. this.Load += new System.EventHandler(this.Form1_Load);
  229. this.ResumeLayout(false);
  230. this.PerformLayout();
  231. }
  232. #endregion
  233. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  234. private System.Windows.Forms.Label label1;
  235. private System.Windows.Forms.Button button3;
  236. private System.Windows.Forms.Label label2;
  237. private System.Windows.Forms.Label label3;
  238. private System.Windows.Forms.Label label4;
  239. private System.Windows.Forms.Label label5;
  240. private System.Windows.Forms.Label label6;
  241. private System.Windows.Forms.Label label7;
  242. private System.Windows.Forms.Label label8;
  243. private System.Windows.Forms.Label label9;
  244. private System.Windows.Forms.Label label10;
  245. private System.Windows.Forms.Label label11;
  246. private System.Windows.Forms.Button button1;
  247. private System.Windows.Forms.Label label12;
  248. private System.Windows.Forms.Label label13;
  249. private System.Windows.Forms.ComboBox comboBox1;
  250. }
  251. }