-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDailyFoodItemForm.dfm
49 lines (49 loc) · 1.09 KB
/
DailyFoodItemForm.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
inherited FormDailyFoodItem: TFormDailyFoodItem
Caption = #36984#25799#21015#21360#38917#30446
ClientWidth = 447
OnClose = FormClose
OnShow = FormShow
ExplicitWidth = 453
ExplicitHeight = 257
PixelsPerInch = 96
TextHeight = 23
object Label1: TLabel [0]
Left = 16
Top = 173
Width = 152
Height = 23
Anchors = [akLeft, akBottom]
Caption = #33267#23569#38656#36984#19968#31278#39006#21029
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Visible = False
end
inherited OKButton: TButton
Left = 267
Top = 153
Anchors = [akRight, akBottom]
OnMouseDown = OKButtonMouseDown
ExplicitLeft = 267
ExplicitTop = 153
end
inherited CancelButton: TButton
Left = 356
Top = 153
Anchors = [akRight, akBottom]
ExplicitLeft = 356
ExplicitTop = 153
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 431
Height = 134
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = #20316#27861
TabOrder = 2
end
end