-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCookingForm.dfm
86 lines (86 loc) · 1.84 KB
/
CookingForm.dfm
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
object FormCooking: TFormCooking
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #20316#27861
ClientHeight = 238
ClientWidth = 585
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
DesignSize = (
585
238)
PixelsPerInch = 96
TextHeight = 23
object Label1: TLabel
Left = 8
Top = 185
Width = 152
Height = 23
Anchors = [akLeft, akBottom]
Caption = #33267#23569#38656#36984#19968#31278#20316#27861
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Visible = False
end
object OKButton: TButton
Left = 376
Top = 165
Width = 83
Height = 65
Anchors = [akRight, akBottom]
Caption = #30906#23450
ImageIndex = 0
Images = DM.ImageList
TabOrder = 0
OnMouseDown = OKButtonMouseDown
ExplicitLeft = 227
ExplicitTop = 180
end
object CancelButton: TButton
Left = 480
Top = 165
Width = 83
Height = 65
Anchors = [akRight, akBottom]
Caption = #21462#28040
ImageIndex = 1
Images = DM.ImageList
ModalResult = 2
TabOrder = 1
ExplicitLeft = 331
ExplicitTop = 180
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 569
Height = 145
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = #20316#27861
TabOrder = 2
ExplicitWidth = 420
end
object CookingDataSet: TSimpleDataSet
Aggregates = <>
Connection = DM.GuduConnection
DataSet.CommandText = 'SELECT * FROM Cooking WHERE IsDelete = '#39'00'#39
DataSet.MaxBlobSize = -1
DataSet.Params = <>
Params = <>
Left = 64
Top = 8
end
end