Exemple #1
0
 void LoadFonts()
 {
     this.lblP2Name.Font  = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F);
     this.lblP1Name.Font  = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblScore1.Font  = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime1.Font   = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblP1Score.Font = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.AgencyFB), 18F);
     this.lblP1Time.Font  = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.AgencyFB), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblP2Time.Font  = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.AgencyFB), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblP2Score.Font = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.AgencyFB), 18F);
     this.lblTime2.Font   = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblScore2.Font  = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblP1Type.Font  = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblP2Type.Font  = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblP1State.Font = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblP2State.Font = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 }
 void LoadFonts()
 {
     this.lblDisplayedText.Font = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Font = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 }
 public ProgressForm()
 {
     InitializeComponent();
     LoadFonts();
     Icon = CommonProperties.GetIcon();
 }
Exemple #4
0
 void LoadFonts()
 {
     this.lblTimer.Font = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Font   = new System.Drawing.Font(CommonProperties.GetFontFamily(CommonProperties.MyFont.ElectroShackle), 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 }
 private void button4_Click(object sender, EventArgs e)
 {
     MessageBox.Show(this, "By: Ahmed Osama\nahmedosama.me\n" +
                     CommonProperties.GetProductVersion(), "About",
                     MessageBoxButtons.OK, MessageBoxIcon.Information);
 }
 public PlayerTypeForm()
 {
     InitializeComponent();
     LoadFonts();
     Icon = CommonProperties.GetIcon();
 }
Exemple #7
0
 public ExternalAIForm()
 {
     InitializeComponent();
     LoadFonts();
     Icon = CommonProperties.GetIcon();
 }