viewgit/index.php:465 Only variables should be passed by reference [2048]

viewgit/index.php:466 Non-static method GeSHi::get_language_name_from_extension() should not be called statically [2048]

  1. // ------------------------------------------------------------------------------
  2. // <autogenerated>
  3. // This code was generated by a tool.
  4. //
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </autogenerated>
  9. // ------------------------------------------------------------------------------
  10.  
  11.  
  12.  
  13. public partial class MainWindow {
  14.  
  15. private Gtk.VBox vbox1;
  16.  
  17. private Gtk.Notebook notebook1;
  18.  
  19. private Gtk.VBox vbox3;
  20.  
  21. private Gtk.Table table1;
  22.  
  23. private Gtk.Button button1;
  24.  
  25. private Gtk.Label label4;
  26.  
  27. private Gtk.Label label6;
  28.  
  29. private Gtk.Entry searchBox;
  30.  
  31. private Gtk.Entry searchUserBox;
  32.  
  33. private Gtk.ComboBox typeBox;
  34.  
  35. private Gtk.ScrolledWindow GtkScrolledWindow;
  36.  
  37. private Gtk.TreeView filelist;
  38.  
  39. private Gtk.Label label1;
  40.  
  41. private Gtk.VBox vbox2;
  42.  
  43. private Gtk.ScrolledWindow GtkScrolledWindow1;
  44.  
  45. private Gtk.TreeView tasklist;
  46.  
  47. private Gtk.HBox hbox2;
  48.  
  49. private Gtk.Label label2;
  50.  
  51. private Gtk.FileChooserButton downloadpathchooser;
  52.  
  53. private Gtk.Button blockTransfer;
  54.  
  55. private Gtk.Label label3;
  56.  
  57. private Gtk.Table table2;
  58.  
  59. private Gtk.Alignment alignment1;
  60.  
  61. private Gtk.Label label10;
  62.  
  63. private Gtk.Alignment alignment2;
  64.  
  65. private Gtk.Label label5;
  66.  
  67. private Gtk.Alignment alignment3;
  68.  
  69. private Gtk.Label label8;
  70.  
  71. private Gtk.Alignment alignment4;
  72.  
  73. private Gtk.Label label9;
  74.  
  75. private Gtk.Button button182;
  76.  
  77. private Gtk.Button button183;
  78.  
  79. private Gtk.Button button184;
  80.  
  81. private Gtk.Button ButtonUpdateConfiguration;
  82.  
  83. private Gtk.Label label11;
  84.  
  85. private Gtk.Table table3;
  86.  
  87. private Gtk.Entry entryConfigurationFolder;
  88.  
  89. private Gtk.Entry entryConfigurationIndex;
  90.  
  91. private Gtk.Entry entryConfigurationServer;
  92.  
  93. private Gtk.Label label12;
  94.  
  95. private Gtk.Label label13;
  96.  
  97. private Gtk.Label label14;
  98.  
  99. private Gtk.FileChooserButton uploadChooserButton;
  100.  
  101. private Gtk.Label label7;
  102.  
  103. private Gtk.Statusbar dizzystatus;
  104.  
  105. protected virtual void Build() {
  106. Stetic.Gui.Initialize(this);
  107. // Widget MainWindow
  108. this.Name = "MainWindow";
  109. this.Title = Mono.Unix.Catalog.GetString("Dizzy 0.1");
  110. this.Icon = Stetic.IconLoader.LoadIcon(this, "stock_connect", Gtk.IconSize.Menu, 16);
  111. this.WindowPosition = ((Gtk.WindowPosition)(4));
  112. this.DefaultWidth = 640;
  113. this.DefaultHeight = 480;
  114. // Container child MainWindow.Gtk.Container+ContainerChild
  115. this.vbox1 = new Gtk.VBox();
  116. this.vbox1.Name = "vbox1";
  117. this.vbox1.Spacing = 6;
  118. this.vbox1.BorderWidth = ((uint)(5));
  119. // Container child vbox1.Gtk.Box+BoxChild
  120. this.notebook1 = new Gtk.Notebook();
  121. this.notebook1.CanFocus = true;
  122. this.notebook1.Name = "notebook1";
  123. this.notebook1.CurrentPage = 2;
  124. // Container child notebook1.Gtk.Notebook+NotebookChild
  125. this.vbox3 = new Gtk.VBox();
  126. this.vbox3.Name = "vbox3";
  127. this.vbox3.Spacing = 6;
  128. // Container child vbox3.Gtk.Box+BoxChild
  129. this.table1 = new Gtk.Table(((uint)(2)), ((uint)(3)), false);
  130. this.table1.RowSpacing = ((uint)(6));
  131. this.table1.ColumnSpacing = ((uint)(6));
  132. this.table1.BorderWidth = ((uint)(5));
  133. // Container child table1.Gtk.Table+TableChild
  134. this.button1 = new Gtk.Button();
  135. this.button1.CanFocus = true;
  136. this.button1.Name = "button1";
  137. this.button1.UseUnderline = true;
  138. this.button1.Label = Mono.Unix.Catalog.GetString("Cerca");
  139. this.table1.Add(this.button1);
  140. Gtk.Table.TableChild w1 = ((Gtk.Table.TableChild)(this.table1[this.button1]));
  141. w1.TopAttach = ((uint)(1));
  142. w1.BottomAttach = ((uint)(2));
  143. w1.LeftAttach = ((uint)(2));
  144. w1.RightAttach = ((uint)(3));
  145. w1.XOptions = ((Gtk.AttachOptions)(4));
  146. w1.YOptions = ((Gtk.AttachOptions)(4));
  147. // Container child table1.Gtk.Table+TableChild
  148. this.label4 = new Gtk.Label();
  149. this.label4.Name = "label4";
  150. this.label4.LabelProp = Mono.Unix.Catalog.GetString("Parola chiave");
  151. this.table1.Add(this.label4);
  152. Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
  153. w2.XOptions = ((Gtk.AttachOptions)(4));
  154. w2.YOptions = ((Gtk.AttachOptions)(4));
  155. // Container child table1.Gtk.Table+TableChild
  156. this.label6 = new Gtk.Label();
  157. this.label6.Name = "label6";
  158. this.label6.LabelProp = Mono.Unix.Catalog.GetString("Utente");
  159. this.table1.Add(this.label6);
  160. Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.label6]));
  161. w3.TopAttach = ((uint)(1));
  162. w3.BottomAttach = ((uint)(2));
  163. w3.XOptions = ((Gtk.AttachOptions)(4));
  164. w3.YOptions = ((Gtk.AttachOptions)(4));
  165. // Container child table1.Gtk.Table+TableChild
  166. this.searchBox = new Gtk.Entry();
  167. this.searchBox.CanFocus = true;
  168. this.searchBox.Name = "searchBox";
  169. this.searchBox.IsEditable = true;
  170. this.searchBox.InvisibleChar = '•';
  171. this.table1.Add(this.searchBox);
  172. Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.searchBox]));
  173. w4.LeftAttach = ((uint)(1));
  174. w4.RightAttach = ((uint)(2));
  175. w4.YOptions = ((Gtk.AttachOptions)(4));
  176. // Container child table1.Gtk.Table+TableChild
  177. this.searchUserBox = new Gtk.Entry();
  178. this.searchUserBox.CanFocus = true;
  179. this.searchUserBox.Name = "searchUserBox";
  180. this.searchUserBox.IsEditable = true;
  181. this.searchUserBox.InvisibleChar = '•';
  182. this.table1.Add(this.searchUserBox);
  183. Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.searchUserBox]));
  184. w5.TopAttach = ((uint)(1));
  185. w5.BottomAttach = ((uint)(2));
  186. w5.LeftAttach = ((uint)(1));
  187. w5.RightAttach = ((uint)(2));
  188. w5.YOptions = ((Gtk.AttachOptions)(4));
  189. // Container child table1.Gtk.Table+TableChild
  190. this.typeBox = Gtk.ComboBox.NewText();
  191. this.typeBox.AppendText(Mono.Unix.Catalog.GetString("Qualsiasi"));
  192. this.typeBox.AppendText(Mono.Unix.Catalog.GetString("Audio"));
  193. this.typeBox.AppendText(Mono.Unix.Catalog.GetString("Video"));
  194. this.typeBox.AppendText(Mono.Unix.Catalog.GetString("Libro"));
  195. this.typeBox.Name = "typeBox";
  196. this.typeBox.Active = 0;
  197. this.table1.Add(this.typeBox);
  198. Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.typeBox]));
  199. w6.LeftAttach = ((uint)(2));
  200. w6.RightAttach = ((uint)(3));
  201. w6.XOptions = ((Gtk.AttachOptions)(4));
  202. w6.YOptions = ((Gtk.AttachOptions)(4));
  203. this.vbox3.Add(this.table1);
  204. Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox3[this.table1]));
  205. w7.Position = 0;
  206. w7.Expand = false;
  207. w7.Fill = false;
  208. // Container child vbox3.Gtk.Box+BoxChild
  209. this.GtkScrolledWindow = new Gtk.ScrolledWindow();
  210. this.GtkScrolledWindow.Name = "GtkScrolledWindow";
  211. this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
  212. // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
  213. this.filelist = new Gtk.TreeView();
  214. this.filelist.CanFocus = true;
  215. this.filelist.Name = "filelist";
  216. this.GtkScrolledWindow.Add(this.filelist);
  217. this.vbox3.Add(this.GtkScrolledWindow);
  218. Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox3[this.GtkScrolledWindow]));
  219. w9.Position = 1;
  220. this.notebook1.Add(this.vbox3);
  221. // Notebook tab
  222. this.label1 = new Gtk.Label();
  223. this.label1.Name = "label1";
  224. this.label1.LabelProp = Mono.Unix.Catalog.GetString("Ricerca");
  225. this.notebook1.SetTabLabel(this.vbox3, this.label1);
  226. this.label1.ShowAll();
  227. // Container child notebook1.Gtk.Notebook+NotebookChild
  228. this.vbox2 = new Gtk.VBox();
  229. this.vbox2.Name = "vbox2";
  230. this.vbox2.Spacing = 6;
  231. // Container child vbox2.Gtk.Box+BoxChild
  232. this.GtkScrolledWindow1 = new Gtk.ScrolledWindow();
  233. this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
  234. this.GtkScrolledWindow1.ShadowType = ((Gtk.ShadowType)(1));
  235. // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
  236. this.tasklist = new Gtk.TreeView();
  237. this.tasklist.CanFocus = true;
  238. this.tasklist.Name = "tasklist";
  239. this.GtkScrolledWindow1.Add(this.tasklist);
  240. this.vbox2.Add(this.GtkScrolledWindow1);
  241. Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow1]));
  242. w12.Position = 0;
  243. // Container child vbox2.Gtk.Box+BoxChild
  244. this.hbox2 = new Gtk.HBox();
  245. this.hbox2.Name = "hbox2";
  246. this.hbox2.Spacing = 6;
  247. this.hbox2.BorderWidth = ((uint)(4));
  248. // Container child hbox2.Gtk.Box+BoxChild
  249. this.label2 = new Gtk.Label();
  250. this.label2.Name = "label2";
  251. this.label2.LabelProp = Mono.Unix.Catalog.GetString("Scarica in");
  252. this.hbox2.Add(this.label2);
  253. Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox2[this.label2]));
  254. w13.Position = 0;
  255. w13.Expand = false;
  256. w13.Fill = false;
  257. // Container child hbox2.Gtk.Box+BoxChild
  258. this.downloadpathchooser = new Gtk.FileChooserButton(Mono.Unix.Catalog.GetString("Seleziona una cartella"), ((Gtk.FileChooserAction)(2)));
  259. this.downloadpathchooser.Name = "downloadpathchooser";
  260. this.hbox2.Add(this.downloadpathchooser);
  261. Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.hbox2[this.downloadpathchooser]));
  262. w14.Position = 1;
  263. // Container child hbox2.Gtk.Box+BoxChild
  264. this.blockTransfer = new Gtk.Button();
  265. this.blockTransfer.Sensitive = false;
  266. this.blockTransfer.CanFocus = true;
  267. this.blockTransfer.Name = "blockTransfer";
  268. this.blockTransfer.UseUnderline = true;
  269. this.blockTransfer.Label = Mono.Unix.Catalog.GetString("Blocca trasferimento");
  270. this.hbox2.Add(this.blockTransfer);
  271. Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.hbox2[this.blockTransfer]));
  272. w15.PackType = ((Gtk.PackType)(1));
  273. w15.Position = 2;
  274. w15.Expand = false;
  275. w15.Fill = false;
  276. this.vbox2.Add(this.hbox2);
  277. Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
  278. w16.Position = 1;
  279. w16.Expand = false;
  280. w16.Fill = false;
  281. this.notebook1.Add(this.vbox2);
  282. Gtk.Notebook.NotebookChild w17 = ((Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox2]));
  283. w17.Position = 1;
  284. // Notebook tab
  285. this.label3 = new Gtk.Label();
  286. this.label3.Name = "label3";
  287. this.label3.LabelProp = Mono.Unix.Catalog.GetString("Download");
  288. this.notebook1.SetTabLabel(this.vbox2, this.label3);
  289. this.label3.ShowAll();
  290. // Container child notebook1.Gtk.Notebook+NotebookChild
  291. this.table2 = new Gtk.Table(((uint)(7)), ((uint)(2)), false);
  292. this.table2.Name = "table2";
  293. this.table2.RowSpacing = ((uint)(6));
  294. this.table2.ColumnSpacing = ((uint)(6));
  295. this.table2.BorderWidth = ((uint)(15));
  296. // Container child table2.Gtk.Table+TableChild
  297. this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
  298. this.alignment1.Name = "alignment1";
  299. // Container child alignment1.Gtk.Container+ContainerChild
  300. this.label10 = new Gtk.Label();
  301. this.label10.Name = "label10";
  302. this.label10.Xalign = 0F;
  303. this.label10.LabelProp = Mono.Unix.Catalog.GetString("<b>Carica nuovi file</b>");
  304. this.label10.UseMarkup = true;
  305. this.alignment1.Add(this.label10);
  306. this.table2.Add(this.alignment1);
  307. Gtk.Table.TableChild w19 = ((Gtk.Table.TableChild)(this.table2[this.alignment1]));
  308. w19.TopAttach = ((uint)(3));
  309. w19.BottomAttach = ((uint)(4));
  310. w19.XOptions = ((Gtk.AttachOptions)(4));
  311. w19.YOptions = ((Gtk.AttachOptions)(4));
  312. // Container child table2.Gtk.Table+TableChild
  313. this.alignment2 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
  314. this.alignment2.Name = "alignment2";
  315. // Container child alignment2.Gtk.Container+ContainerChild
  316. this.label5 = new Gtk.Label();
  317. this.label5.Name = "label5";
  318. this.label5.Xalign = 0F;
  319. this.label5.LabelProp = Mono.Unix.Catalog.GetString("<b>Configurazione</b>");
  320. this.label5.UseMarkup = true;
  321. this.alignment2.Add(this.label5);
  322. this.table2.Add(this.alignment2);
  323. Gtk.Table.TableChild w21 = ((Gtk.Table.TableChild)(this.table2[this.alignment2]));
  324. w21.XOptions = ((Gtk.AttachOptions)(4));
  325. w21.YOptions = ((Gtk.AttachOptions)(4));
  326. // Container child table2.Gtk.Table+TableChild
  327. this.alignment3 = new Gtk.Alignment(0F, 0.5F, 1F, 1F);
  328. this.alignment3.Name = "alignment3";
  329. // Container child alignment3.Gtk.Container+ContainerChild
  330. this.label8 = new Gtk.Label();
  331. this.label8.Name = "label8";
  332. this.label8.Xalign = 0F;
  333. this.label8.LabelProp = Mono.Unix.Catalog.GetString("La password verrà richiesta alla prima necessità di connessione, ma le connessioni già attive non verranno terminate. ");
  334. this.label8.Wrap = true;
  335. this.alignment3.Add(this.label8);
  336. this.table2.Add(this.alignment3);
  337. Gtk.Table.TableChild w23 = ((Gtk.Table.TableChild)(this.table2[this.alignment3]));
  338. w23.TopAttach = ((uint)(1));
  339. w23.BottomAttach = ((uint)(2));
  340. w23.YOptions = ((Gtk.AttachOptions)(4));
  341. // Container child table2.Gtk.Table+TableChild
  342. this.alignment4 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
  343. this.alignment4.Name = "alignment4";
  344. // Container child alignment4.Gtk.Container+ContainerChild
  345. this.label9 = new Gtk.Label();
  346. this.label9.Name = "label9";
  347. this.label9.Xalign = 0F;
  348. this.label9.LabelProp = Mono.Unix.Catalog.GetString("La lista sul server viene aggiornata in automatico ogni ora. Aggiornare quando si è alla ricerca di novità.");
  349. this.label9.Wrap = true;
  350. this.alignment4.Add(this.label9);
  351. this.table2.Add(this.alignment4);
  352. Gtk.Table.TableChild w25 = ((Gtk.Table.TableChild)(this.table2[this.alignment4]));
  353. w25.TopAttach = ((uint)(2));
  354. w25.BottomAttach = ((uint)(3));
  355. w25.XOptions = ((Gtk.AttachOptions)(4));
  356. w25.YOptions = ((Gtk.AttachOptions)(4));
  357. // Container child table2.Gtk.Table+TableChild
  358. this.button182 = new Gtk.Button();
  359. this.button182.CanFocus = true;
  360. this.button182.Name = "button182";
  361. this.button182.UseUnderline = true;
  362. this.button182.Label = Mono.Unix.Catalog.GetString("Disconnetti");
  363. this.table2.Add(this.button182);
  364. Gtk.Table.TableChild w26 = ((Gtk.Table.TableChild)(this.table2[this.button182]));
  365. w26.TopAttach = ((uint)(1));
  366. w26.BottomAttach = ((uint)(2));
  367. w26.LeftAttach = ((uint)(1));
  368. w26.RightAttach = ((uint)(2));
  369. w26.XOptions = ((Gtk.AttachOptions)(4));
  370. w26.YOptions = ((Gtk.AttachOptions)(4));
  371. // Container child table2.Gtk.Table+TableChild
  372. this.button183 = new Gtk.Button();
  373. this.button183.CanFocus = true;
  374. this.button183.Name = "button183";
  375. this.button183.UseUnderline = true;
  376. this.button183.Label = Mono.Unix.Catalog.GetString("Aggiorna lista");
  377. this.table2.Add(this.button183);
  378. Gtk.Table.TableChild w27 = ((Gtk.Table.TableChild)(this.table2[this.button183]));
  379. w27.TopAttach = ((uint)(2));
  380. w27.BottomAttach = ((uint)(3));
  381. w27.LeftAttach = ((uint)(1));
  382. w27.RightAttach = ((uint)(2));
  383. w27.XOptions = ((Gtk.AttachOptions)(4));
  384. w27.YOptions = ((Gtk.AttachOptions)(4));
  385. // Container child table2.Gtk.Table+TableChild
  386. this.button184 = new Gtk.Button();
  387. this.button184.CanFocus = true;
  388. this.button184.Name = "button184";
  389. this.button184.UseUnderline = true;
  390. this.button184.Label = Mono.Unix.Catalog.GetString("Carica file");
  391. this.table2.Add(this.button184);
  392. Gtk.Table.TableChild w28 = ((Gtk.Table.TableChild)(this.table2[this.button184]));
  393. w28.TopAttach = ((uint)(4));
  394. w28.BottomAttach = ((uint)(5));
  395. w28.LeftAttach = ((uint)(1));
  396. w28.RightAttach = ((uint)(2));
  397. w28.XOptions = ((Gtk.AttachOptions)(4));
  398. w28.YOptions = ((Gtk.AttachOptions)(4));
  399. // Container child table2.Gtk.Table+TableChild
  400. this.ButtonUpdateConfiguration = new Gtk.Button();
  401. this.ButtonUpdateConfiguration.CanFocus = true;
  402. this.ButtonUpdateConfiguration.Name = "ButtonUpdateConfiguration";
  403. this.ButtonUpdateConfiguration.UseUnderline = true;
  404. this.ButtonUpdateConfiguration.Label = Mono.Unix.Catalog.GetString("Aggiorna\nconfigurazione");
  405. this.table2.Add(this.ButtonUpdateConfiguration);
  406. Gtk.Table.TableChild w29 = ((Gtk.Table.TableChild)(this.table2[this.ButtonUpdateConfiguration]));
  407. w29.TopAttach = ((uint)(6));
  408. w29.BottomAttach = ((uint)(7));
  409. w29.LeftAttach = ((uint)(1));
  410. w29.RightAttach = ((uint)(2));
  411. w29.XOptions = ((Gtk.AttachOptions)(4));
  412. w29.YOptions = ((Gtk.AttachOptions)(4));
  413. // Container child table2.Gtk.Table+TableChild
  414. this.label11 = new Gtk.Label();
  415. this.label11.Name = "label11";
  416. this.label11.Xalign = 0F;
  417. this.label11.LabelProp = Mono.Unix.Catalog.GetString("<b>Opzioni di connessione</b>");
  418. this.label11.UseMarkup = true;
  419. this.table2.Add(this.label11);
  420. Gtk.Table.TableChild w30 = ((Gtk.Table.TableChild)(this.table2[this.label11]));
  421. w30.TopAttach = ((uint)(5));
  422. w30.BottomAttach = ((uint)(6));
  423. w30.XOptions = ((Gtk.AttachOptions)(4));
  424. w30.YOptions = ((Gtk.AttachOptions)(4));
  425. // Container child table2.Gtk.Table+TableChild
  426. this.table3 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
  427. this.table3.Name = "table3";
  428. this.table3.RowSpacing = ((uint)(6));
  429. this.table3.ColumnSpacing = ((uint)(6));
  430. // Container child table3.Gtk.Table+TableChild
  431. this.entryConfigurationFolder = new Gtk.Entry();
  432. this.entryConfigurationFolder.CanFocus = true;
  433. this.entryConfigurationFolder.Name = "entryConfigurationFolder";
  434. this.entryConfigurationFolder.Text = Mono.Unix.Catalog.GetString("/nobackup");
  435. this.entryConfigurationFolder.IsEditable = true;
  436. this.entryConfigurationFolder.InvisibleChar = '•';
  437. this.table3.Add(this.entryConfigurationFolder);
  438. Gtk.Table.TableChild w31 = ((Gtk.Table.TableChild)(this.table3[this.entryConfigurationFolder]));
  439. w31.TopAttach = ((uint)(1));
  440. w31.BottomAttach = ((uint)(2));
  441. w31.LeftAttach = ((uint)(1));
  442. w31.RightAttach = ((uint)(2));
  443. w31.YOptions = ((Gtk.AttachOptions)(4));
  444. // Container child table3.Gtk.Table+TableChild
  445. this.entryConfigurationIndex = new Gtk.Entry();
  446. this.entryConfigurationIndex.CanFocus = true;
  447. this.entryConfigurationIndex.Name = "entryConfigurationIndex";
  448. this.entryConfigurationIndex.Text = Mono.Unix.Catalog.GetString("/nobackup/robol/index.db");
  449. this.entryConfigurationIndex.IsEditable = true;
  450. this.entryConfigurationIndex.InvisibleChar = '•';
  451. this.table3.Add(this.entryConfigurationIndex);
  452. Gtk.Table.TableChild w32 = ((Gtk.Table.TableChild)(this.table3[this.entryConfigurationIndex]));
  453. w32.TopAttach = ((uint)(2));
  454. w32.BottomAttach = ((uint)(3));
  455. w32.LeftAttach = ((uint)(1));
  456. w32.RightAttach = ((uint)(2));
  457. w32.YOptions = ((Gtk.AttachOptions)(4));
  458. // Container child table3.Gtk.Table+TableChild
  459. this.entryConfigurationServer = new Gtk.Entry();
  460. this.entryConfigurationServer.CanFocus = true;
  461. this.entryConfigurationServer.Name = "entryConfigurationServer";
  462. this.entryConfigurationServer.Text = Mono.Unix.Catalog.GetString("poisson.phc.unipi.it");
  463. this.entryConfigurationServer.IsEditable = true;
  464. this.entryConfigurationServer.InvisibleChar = '•';
  465. this.table3.Add(this.entryConfigurationServer);
  466. Gtk.Table.TableChild w33 = ((Gtk.Table.TableChild)(this.table3[this.entryConfigurationServer]));
  467. w33.LeftAttach = ((uint)(1));
  468. w33.RightAttach = ((uint)(2));
  469. w33.YOptions = ((Gtk.AttachOptions)(4));
  470. // Container child table3.Gtk.Table+TableChild
  471. this.label12 = new Gtk.Label();
  472. this.label12.Name = "label12";
  473. this.label12.Xalign = 0F;
  474. this.label12.LabelProp = Mono.Unix.Catalog.GetString("Server");
  475. this.label12.Wrap = true;
  476. this.table3.Add(this.label12);
  477. Gtk.Table.TableChild w34 = ((Gtk.Table.TableChild)(this.table3[this.label12]));
  478. w34.XOptions = ((Gtk.AttachOptions)(4));
  479. w34.YOptions = ((Gtk.AttachOptions)(4));
  480. // Container child table3.Gtk.Table+TableChild
  481. this.label13 = new Gtk.Label();
  482. this.label13.Name = "label13";
  483. this.label13.Xalign = 0F;
  484. this.label13.LabelProp = Mono.Unix.Catalog.GetString("Cartella condivisa");
  485. this.label13.Wrap = true;
  486. this.table3.Add(this.label13);
  487. Gtk.Table.TableChild w35 = ((Gtk.Table.TableChild)(this.table3[this.label13]));
  488. w35.TopAttach = ((uint)(1));
  489. w35.BottomAttach = ((uint)(2));
  490. w35.XOptions = ((Gtk.AttachOptions)(4));
  491. w35.YOptions = ((Gtk.AttachOptions)(4));
  492. // Container child table3.Gtk.Table+TableChild
  493. this.label14 = new Gtk.Label();
  494. this.label14.Name = "label14";
  495. this.label14.Xalign = 0F;
  496. this.label14.LabelProp = Mono.Unix.Catalog.GetString("File di indice");
  497. this.label14.Wrap = true;
  498. this.table3.Add(this.label14);
  499. Gtk.Table.TableChild w36 = ((Gtk.Table.TableChild)(this.table3[this.label14]));
  500. w36.TopAttach = ((uint)(2));
  501. w36.BottomAttach = ((uint)(3));
  502. w36.XOptions = ((Gtk.AttachOptions)(4));
  503. w36.YOptions = ((Gtk.AttachOptions)(4));
  504. this.table2.Add(this.table3);
  505. Gtk.Table.TableChild w37 = ((Gtk.Table.TableChild)(this.table2[this.table3]));
  506. w37.TopAttach = ((uint)(6));
  507. w37.BottomAttach = ((uint)(7));
  508. w37.XOptions = ((Gtk.AttachOptions)(4));
  509. w37.YOptions = ((Gtk.AttachOptions)(4));
  510. // Container child table2.Gtk.Table+TableChild
  511. this.uploadChooserButton = new Gtk.FileChooserButton(Mono.Unix.Catalog.GetString("Seleziona un file"), ((Gtk.FileChooserAction)(0)));
  512. this.uploadChooserButton.Name = "uploadChooserButton";
  513. this.table2.Add(this.uploadChooserButton);
  514. Gtk.Table.TableChild w38 = ((Gtk.Table.TableChild)(this.table2[this.uploadChooserButton]));
  515. w38.TopAttach = ((uint)(4));
  516. w38.BottomAttach = ((uint)(5));
  517. w38.XOptions = ((Gtk.AttachOptions)(4));
  518. w38.YOptions = ((Gtk.AttachOptions)(4));
  519. this.notebook1.Add(this.table2);
  520. Gtk.Notebook.NotebookChild w39 = ((Gtk.Notebook.NotebookChild)(this.notebook1[this.table2]));
  521. w39.Position = 2;
  522. // Notebook tab
  523. this.label7 = new Gtk.Label();
  524. this.label7.Name = "label7";
  525. this.label7.LabelProp = Mono.Unix.Catalog.GetString("Strumenti");
  526. this.notebook1.SetTabLabel(this.table2, this.label7);
  527. this.label7.ShowAll();
  528. this.vbox1.Add(this.notebook1);
  529. Gtk.Box.BoxChild w40 = ((Gtk.Box.BoxChild)(this.vbox1[this.notebook1]));
  530. w40.Position = 0;
  531. // Container child vbox1.Gtk.Box+BoxChild
  532. this.dizzystatus = new Gtk.Statusbar();
  533. this.dizzystatus.Name = "dizzystatus";
  534. this.dizzystatus.Spacing = 6;
  535. this.vbox1.Add(this.dizzystatus);
  536. Gtk.Box.BoxChild w41 = ((Gtk.Box.BoxChild)(this.vbox1[this.dizzystatus]));
  537. w41.Position = 1;
  538. w41.Expand = false;
  539. w41.Fill = false;
  540. this.Add(this.vbox1);
  541. if ((this.Child != null)) {
  542. this.Child.ShowAll();
  543. }
  544. this.Show();
  545. this.DeleteEvent += new Gtk.DeleteEventHandler(this.OnDeleteEvent);
  546. this.searchUserBox.Activated += new System.EventHandler(this.OnSearchUserBoxActivated);
  547. this.searchBox.Activated += new System.EventHandler(this.OnSearchBoxActivated);
  548. this.button1.Clicked += new System.EventHandler(this.OnSearchRequested);
  549. this.filelist.RowActivated += new Gtk.RowActivatedHandler(this.OnRowActivated);
  550. this.tasklist.CursorChanged += new System.EventHandler(this.OnTasklistCursorChanged);
  551. this.downloadpathchooser.SelectionChanged += new System.EventHandler(this.OnDownloadPathSelectionChanged);
  552. this.blockTransfer.Clicked += new System.EventHandler(this.OnBlockTransferClicked);
  553. this.ButtonUpdateConfiguration.Clicked += new System.EventHandler(this.OnButtonUpdateConfigurationClicked);
  554. this.button184.Clicked += new System.EventHandler(this.OnUploadRequested);
  555. this.button183.Clicked += new System.EventHandler(this.OnListUpdateRequired);
  556. this.button182.Clicked += new System.EventHandler(this.OnDisconnectionRequested);
  557. }
  558. }