Componentes.Terceros.DevExp.../internal/x.36/1/ExpressScheduler 3/Sources/cxSchedulerHolidaysLocationEditor.dfm
2008-09-04 11:31:51 +00:00

53 lines
1.1 KiB
Plaintext

object fmHolidaysLocationEditor: TfmHolidaysLocationEditor
Left = 617
Top = 345
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'fmHolidaysLocationEditor'
ClientHeight = 68
ClientWidth = 314
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lbName: TcxLabel
Left = 6
Top = 10
Caption = 'lbName'
end
object teName: TcxTextEdit
Left = 96
Top = 8
Properties.OnChange = teLocationPropertiesChange
TabOrder = 1
Width = 210
end
object btnOK: TcxButton
Left = 128
Top = 37
Width = 85
Height = 23
Caption = 'btnOK'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = btnOKClick
end
object btnCancel: TcxButton
Left = 221
Top = 37
Width = 85
Height = 23
Cancel = True
Caption = 'btnCancel'
ModalResult = 2
TabOrder = 3
end
end