object DLG2FILEACTIONMIN: TDLG2FILEACTIONMIN Left = 225 Top = 266 Width = 455 Height = 169 HorzScrollBar.Visible = False VertScrollBar.Visible = False Caption = 'Action' Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Action: TLabel Left = 4 Top = 6 Width = 441 Height = 16 Alignment = taCenter AutoSize = False ShowAccelChar = False end object TextField: TLabel Left = 4 Top = 25 Width = 500 Height = 30 AutoSize = False ShowAccelChar = False WordWrap = True end object CancelButton: TButton Tag = 4002 Left = 174 Top = 116 Width = 100 Height = 23 Cancel = True Caption = '&Cancel' Default = True TabOrder = 0 OnClick = CancelButtonClick end object BackgroundBtn: TButton Tag = 4004 Left = 333 Top = 116 Width = 91 Height = 23 Caption = 'Background' TabOrder = 1 Visible = False OnClick = BackgroundBtnClick end object SecondPercentBar: TPercentPanel Left = 23 Top = 88 Width = 401 Height = 23 BevelOuter = bvLowered TabOrder = 3 Percent = 0 end object PercentBar: TPercentPanel Left = 23 Top = 60 Width = 401 Height = 23 BevelOuter = bvLowered TabOrder = 2 Percent = 0 end object Translate1: TTranslate Left = 8 Top = 112 end end