-
Notifications
You must be signed in to change notification settings - Fork 1
/
DBMSFrm.wxform
110 lines (110 loc) · 2.9 KB
/
DBMSFrm.wxform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
object frmNewForm: TfrmNewForm
Left = 8
Top = 8
AutoScroll = False
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'DBMS'
ClientHeight = 296
ClientWidth = 304
Color = clAppWorkSpace
OldCreateOrder = True
PopupMenu = DesignerPopup.Owner
Visible = True
OnClick = FormClick
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
EVT_CLOSE = 'OnClose'
Wx_ICON.Data = {07544269746D617000000000}
Wx_Name = 'DBMSFrm'
Wx_IDName = 'ID_DIALOG1'
Wx_IDValue = 1000
Wx_Class = 'wxFrame'
Wx_Center = True
Wx_Hidden = False
Wx_SizeToContents = True
Wx_GeneralStyle = []
Wx_DialogStyle = [wxCAPTION, wxSYSTEM_MENU, wxDIALOG_NO_PARENT, wxMINIMIZE_BOX, wxCLOSE_BOX]
Wx_DesignerType = dtWxFrame
Wx_Border = 0
Wx_BorderAlignment = []
isAuimanagerAvailable = False
PixelsPerInch = 96
TextHeight = 15
object btnCreate: TWxButton
Left = 63
Top = 56
Width = 136
Height = 25
Caption = 'Create Database'
TabOrder = 0
EVT_BUTTON = 'btnCreateClick'
Wx_BKColor = clBlack
Wx_ButtonStyle = []
Wx_Class = 'wxButton'
Wx_ControlOrientation = wxControlVertical
Wx_Default = False
Wx_EventList.Strings = (
'EVT_BUTTON:OnClick'
'EVT_UPDATE_UI:OnUpdateUI')
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_BTNCREATE'
Wx_IDValue = 1001
Wx_PaneCaption = 'WxButton1'
Wx_PaneName = 'WxButton1_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object btnSelect: TWxButton
Left = 66
Top = 102
Width = 130
Height = 25
Caption = 'Select Database'
TabOrder = 1
EVT_BUTTON = 'btnSelectClick'
Wx_BKColor = clBlack
Wx_ButtonStyle = []
Wx_Class = 'wxButton'
Wx_ControlOrientation = wxControlVertical
Wx_Default = False
Wx_EventList.Strings = (
'EVT_BUTTON:OnClick'
'EVT_UPDATE_UI:OnUpdateUI')
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_BTNSELECT'
Wx_IDValue = 1002
Wx_PaneCaption = 'WxButton2'
Wx_PaneName = 'WxButton2_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
end