61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
object DlgMsOffAutoMain: TDlgMsOffAutoMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'MsOffAuto'
|
|
ClientHeight = 122
|
|
ClientWidth = 350
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object Label1: TLabel
|
|
Left = 15
|
|
Top = 16
|
|
Width = 186
|
|
Height = 15
|
|
Caption = 'Excel '#54028#51068' '#44221#47196#47484' '#51077#47141#54644' '#51452#49901#49884#50724'.'
|
|
end
|
|
object SpeedButton1: TSpeedButton
|
|
Left = 313
|
|
Top = 43
|
|
Width = 23
|
|
Height = 23
|
|
Caption = '...'
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object btnExcel: TButton
|
|
Left = 94
|
|
Top = 82
|
|
Width = 161
|
|
Height = 25
|
|
Caption = #47928#49436#50640' '#50892#53552#47560#53356' '#52628#44032
|
|
TabOrder = 1
|
|
OnClick = btnExcelClick
|
|
end
|
|
object btnWord: TButton
|
|
Left = 319
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'btnWord'
|
|
TabOrder = 2
|
|
Visible = False
|
|
OnClick = btnWordClick
|
|
end
|
|
object edPath: TEdit
|
|
Left = 15
|
|
Top = 43
|
|
Width = 297
|
|
Height = 23
|
|
TabOrder = 0
|
|
end
|
|
object OpenDialog: TOpenDialog
|
|
Filter = 'Excel File|*.xls;*.xlsx'
|
|
Left = 272
|
|
end
|
|
end
|