Replaces the file browser thing

This commit is contained in:
Artur 2022-04-26 23:21:42 +03:00
parent a915df802e
commit 4f8ccf2cbb
No known key found for this signature in database
GPG key ID: 3FBEC56B2779D23E
132 changed files with 29830 additions and 17 deletions

View file

@ -34,7 +34,7 @@
this.launchArgs = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.planetsideVersion = new System.Windows.Forms.Label();
this.findPTRDirDialogue = new System.Windows.Forms.FolderBrowserDialog();
this.findPTRDirDialogue = new Ookii.Dialogs.WinForms.VistaFolderBrowserDialog();
this.clearOnLaunch = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.coreCombat = new System.Windows.Forms.CheckBox();
@ -186,11 +186,11 @@
private System.Windows.Forms.TextBox launchArgs;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label planetsideVersion;
private System.Windows.Forms.FolderBrowserDialog findPTRDirDialogue;
private Ookii.Dialogs.WinForms.VistaFolderBrowserDialog findPTRDirDialogue;
private System.Windows.Forms.CheckBox clearOnLaunch;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.CheckBox coreCombat;
private System.Windows.Forms.Button editServerList;
private System.Windows.Forms.CheckBox generateClientIni;
}
}
}