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