| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- object MaskForm: TMaskForm
- Left = 600
- Top = 356
- BorderStyle = bsDialog
- Caption = #25513#30721#32534#36753#22120
- ClientHeight = 104
- ClientWidth = 325
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 12
- object EditText: TFlatMaskEdit
- Left = 96
- Top = 8
- Width = 218
- Height = 18
- Version = '4.55.0.0'
- Ticket.Width = 54
- Ticket.Height = 12
- Ticket.Caption = #25991#26412#20869#23481':'
- ColorFlat = clBtnFace
- ParentColor = True
- Color = clBtnFace
- TabOrder = 0
- end
- object EditMask: TFlatEdit
- Left = 96
- Top = 40
- Width = 218
- Height = 18
- Version = '4.55.0.0'
- ColorFocused = clBtnFace
- ColorBorder = clBtnFace
- ColorFlat = clBtnFace
- ParentColor = True
- ReadOnly = True
- TabOrder = 1
- Text = '(None)'
- Ticket.Width = 60
- Ticket.Height = 12
- Ticket.Caption = #25513#30721#26684#24335'::'
- end
- object OKButton: TFlatButton
- Left = 96
- Top = 72
- Width = 80
- Height = 25
- Version = '4.55.0.0'
- Caption = #30830#23450'(&O)'
- TabOrder = 2
- ModalResult = 1
- end
- object CancelButton: TFlatButton
- Left = 224
- Top = 72
- Width = 80
- Height = 25
- Version = '4.55.0.0'
- Caption = #21462#28040'(&C)'
- TabOrder = 3
- ModalResult = 2
- end
- end
|