object FrmAparenciaScript: TFrmAparenciaScript Left = 130 Top = 179 HelpContext = 1004 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '198' ClientHeight = 218 ClientWidth = 504 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 221 Left = 8 Top = 196 Width = 307 Height = 13 Caption = 'Dica: Utilize o mouse para aumentar o tamanho da janela Scripts.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object BitBtn1: TBitBtn Tag = 187 Left = 423 Top = 189 Width = 77 Height = 27 Cursor = crHandPoint Hint = '184' Caption = '&Ok' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = BitBtn1Click end object GroupBox1: TGroupBox Tag = 209 Left = 243 Top = 7 Width = 257 Height = 174 Caption = 'Barra de Ferramentas' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False TabOrder = 1 object ApenasIconesChk: TCheckBox Tag = 220 Left = 9 Top = 152 Width = 232 Height = 17 Caption = '&Mostrar apenas �cones' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = ApenasIconesChkClick end object PosicaoBarraFerramentasRb: TRadioGroup Tag = 200 Left = 8 Top = 24 Width = 121 Height = 121 Caption = 'Posi��o' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( '210' '211' '212' '213' '214') ParentFont = False TabOrder = 0 OnClick = PosicaoBarraFerramentasRbClick end object BarraFlutuanteRb: TRadioGroup Tag = 215 Left = 139 Top = 24 Width = 110 Height = 121 Caption = ' Barra Flutuante ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( '216' '217' '218' '219') ParentFont = False TabOrder = 1 OnClick = BarraFlutuanteRbClick end end object GroupBox2: TGroupBox Tag = 199 Left = 7 Top = 7 Width = 229 Height = 174 Caption = 'Pastas do Script' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False TabOrder = 0 object Label3: TLabel Tag = 207 Left = 143 Top = 36 Width = 30 Height = 13 Alignment = taRightJustify Caption = '&Altura:' FocusControl = AlturaPastasEdit Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Tag = 208 Left = 146 Top = 65 Width = 27 Height = 13 Alignment = taRightJustify Caption = '&Larg.:' FocusControl = LarguraPastasEdit Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object PosicaoPastasRB: TRadioGroup Tag = 200 Left = 8 Top = 24 Width = 121 Height = 105 Caption = 'Posi��o' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( '202' '203' '204' '205') ParentFont = False TabOrder = 0 OnClick = PosicaoPastasRBClick end object UsarLadoOpostoChk: TCheckBox Tag = 206 Left = 10 Top = 152 Width = 167 Height = 17 Caption = '&Usar lado oposto' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = UsarLadoOpostoChkClick end object AlturaPastasEdit: TSpinEdit Left = 177 Top = 29 Width = 43 Height = 24 AutoSelect = False AutoSize = False Ctl3D = True EditorEnabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 200 MinValue = 18 ParentCtl3D = False ParentFont = False TabOrder = 1 Value = 18 OnChange = AlturaPastasEditChange end object LarguraPastasEdit: TSpinEdit Left = 177 Top = 58 Width = 43 Height = 24 AutoSelect = False AutoSize = False Ctl3D = True EditorEnabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 200 MinValue = 30 ParentCtl3D = False ParentFont = False TabOrder = 2 Value = 30 OnChange = LarguraPastasEditChange end end end