~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/scriptedwizard/resources/win32gui/files/dialog/resource.rc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "resource.h"
 
2
 
 
3
DLG_MAIN DIALOGEX 6, 5, 194, 106
 
4
 
 
5
CAPTION "Code::Blocks Template Dialog App"
 
6
 
 
7
FONT 8, "MS Sans Serif", 0, 0, 1
 
8
 
 
9
STYLE 0x10CE0804
 
10
 
 
11
BEGIN
 
12
  CONTROL "&Test", IDC_BTN_TEST, "Button", 0x10010000, 138,  5, 46, 15
 
13
  CONTROL "&Quit", IDC_BTN_QUIT, "Button", 0x10010000, 138, 29, 46, 15
 
14
END