home *** CD-ROM | disk | FTP | other *** search
- object frmSet: TfrmSet
- Left = 145
- Top = 220
- BorderStyle = bsDialog
- Caption = 'frmSet'
- ClientHeight = 323
- ClientWidth = 624
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object panView: TPanel
- Left = 10
- Top = 12
- Width = 322
- Height = 242
- BevelOuter = bvLowered
- TabOrder = 6
- end
- object edFrame: TEdit
- Left = 9
- Top = 288
- Width = 77
- Height = 21
- TabStop = False
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 353
- Top = 282
- Width = 82
- Height = 28
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 435
- Top = 282
- Width = 82
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 3
- end
- object boxSize: TGroupBox
- Left = 344
- Top = 132
- Width = 270
- Height = 97
- Caption = 'Resolution and Color Depth'
- TabOrder = 1
- object labResX: TLabel
- Left = 15
- Top = 24
- Width = 28
- Height = 13
- Caption = 'Width'
- end
- object labX: TLabel
- Left = 70
- Top = 43
- Width = 7
- Height = 13
- Caption = 'X'
- end
- object labBPP: TLabel
- Left = 138
- Top = 24
- Width = 59
- Height = 13
- Caption = 'Bits per pixel'
- end
- object labResY: TLabel
- Left = 80
- Top = 24
- Width = 31
- Height = 13
- Caption = 'Height'
- end
- object chkDither: TCheckBox
- Left = 138
- Top = 68
- Width = 67
- Height = 17
- Caption = 'Dithering'
- TabOrder = 0
- end
- object lstBPP: TComboBox
- Left = 138
- Top = 39
- Width = 119
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = lstBPPChange
- end
- object edResX: TEdit
- Left = 15
- Top = 39
- Width = 51
- Height = 21
- TabOrder = 2
- OnExit = edResXExit
- end
- object edResY: TEdit
- Left = 80
- Top = 39
- Width = 51
- Height = 21
- TabOrder = 3
- OnExit = edResYExit
- end
- end
- object btnUndo: TButton
- Left = 528
- Top = 282
- Width = 82
- Height = 28
- Caption = 'Revert...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = btnUndoClick
- end
- object edFilename: TEdit
- Left = 87
- Top = 288
- Width = 245
- Height = 21
- TabStop = False
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 5
- end
- object barFrame: TTrackBar
- Left = 2
- Top = 257
- Width = 337
- Height = 25
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 7
- TickMarks = tmBoth
- TickStyle = tsNone
- OnChange = barFrameChange
- end
- object boxFormat: TGroupBox
- Left = 344
- Top = 7
- Width = 270
- Height = 114
- Caption = 'Output File'
- TabOrder = 8
- object Label1: TLabel
- Left = 11
- Top = 22
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 11
- Top = 48
- Width = 34
- Height = 13
- Caption = 'Codec:'
- end
- object btnCodec: TButton
- Left = 156
- Top = 77
- Width = 103
- Height = 25
- Caption = '&Codec Settings...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = btnCodecClick
- end
- object edName: TEdit
- Left = 52
- Top = 19
- Width = 207
- Height = 21
- TabStop = False
- Color = clBtnFace
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 1
- end
- object edCodec: TEdit
- Left = 52
- Top = 46
- Width = 207
- Height = 21
- TabStop = False
- Color = clBtnFace
- Ctl3D = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 2
- end
- end
- end
-