comparison FrmPreferences.Designer.cs @ 142:e0af96397e26

Re #203: Translate WarFoundry * Actually add German translation * Make controls on Pref form use custom translatable IBB versions so that they translate * Make new menu item a custom translatable IBB version so that it translates
author IBBoard <dev@ibboard.co.uk>
date Wed, 14 Apr 2010 19:42:45 +0000
parents 60c795eca8de
children 4b96e6a6c999
comparison
equal deleted inserted replaced
141:4aabe514c868 142:e0af96397e26
30 { 30 {
31 this.preferenceSections = new System.Windows.Forms.TreeView(); 31 this.preferenceSections = new System.Windows.Forms.TreeView();
32 this.languagesGroup = new System.Windows.Forms.GroupBox(); 32 this.languagesGroup = new System.Windows.Forms.GroupBox();
33 this.lblLanguage = new IBBoard.Windows.Forms.IBBLabel(); 33 this.lblLanguage = new IBBoard.Windows.Forms.IBBLabel();
34 this.languageList = new System.Windows.Forms.ComboBox(); 34 this.languageList = new System.Windows.Forms.ComboBox();
35 this.bttnOkay = new System.Windows.Forms.Button(); 35 this.bttnOkay = new IBBoard.Windows.Forms.IBBButton();
36 this.bttnCancel = new System.Windows.Forms.Button(); 36 this.bttnCancel = new IBBoard.Windows.Forms.IBBButton();
37 this.languagesGroup.SuspendLayout(); 37 this.languagesGroup.SuspendLayout();
38 this.SuspendLayout(); 38 this.SuspendLayout();
39 // 39 //
40 // preferenceSections 40 // preferenceSections
41 // 41 //
113 113
114 private System.Windows.Forms.TreeView preferenceSections; 114 private System.Windows.Forms.TreeView preferenceSections;
115 private System.Windows.Forms.GroupBox languagesGroup; 115 private System.Windows.Forms.GroupBox languagesGroup;
116 private System.Windows.Forms.ComboBox languageList; 116 private System.Windows.Forms.ComboBox languageList;
117 private IBBoard.Windows.Forms.IBBLabel lblLanguage; 117 private IBBoard.Windows.Forms.IBBLabel lblLanguage;
118 private System.Windows.Forms.Button bttnOkay; 118 private IBBoard.Windows.Forms.IBBButton bttnOkay;
119 private System.Windows.Forms.Button bttnCancel; 119 private IBBoard.Windows.Forms.IBBButton bttnCancel;
120 } 120 }
121 } 121 }