home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / exp / DMEXUTIL.EXE / 0 / RCDATA / TRENAMEDIALOG / TRENAMEDIALOG.txt < prev   
Text File  |  2000-02-23  |  7KB  |  347 lines

  1. object renamedialog: Trenamedialog
  2.   Tag = 10200
  3.   Left = 637
  4.   Top = 433
  5.   Width = 465
  6.   Height = 253
  7.   Caption = 'Dateien Eigenschaften ∩┐╜ndern'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object StatusBar1: TStatusBar
  22.     Left = 0
  23.     Top = 207
  24.     Width = 457
  25.     Height = 19
  26.     Panels = <
  27.       item
  28.         Text = 'Pfad:'
  29.         Width = 50
  30.       end
  31.       item
  32.         Text = 'c:\temp\'
  33.         Width = 300
  34.       end>
  35.     SimplePanel = False
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 0
  39.     Top = 37
  40.     Width = 457
  41.     Height = 170
  42.     Align = alBottom
  43.     BevelOuter = bvNone
  44.     TabOrder = 1
  45.     object Label3: TLabel
  46.       Tag = 10206
  47.       Left = 128
  48.       Top = 64
  49.       Width = 34
  50.       Height = 13
  51.       Caption = 'Datum:'
  52.       Enabled = False
  53.     end
  54.     object Label4: TLabel
  55.       Tag = 10207
  56.       Left = 216
  57.       Top = 64
  58.       Width = 21
  59.       Height = 13
  60.       Caption = 'Zeit:'
  61.       Enabled = False
  62.     end
  63.     object Label2: TLabel
  64.       Left = 8
  65.       Top = 2
  66.       Width = 32
  67.       Height = 13
  68.       Caption = 'Label2'
  69.     end
  70.     object Edit1: TEdit
  71.       Left = 128
  72.       Top = 20
  73.       Width = 169
  74.       Height = 21
  75.       Hint = '[Name(Startpos,Endpos)][N:Width:Offset][Ext(Startpos,Endpos)]'
  76.       ParentShowHint = False
  77.       ShowHint = False
  78.       TabOrder = 0
  79.       Text = '[Name][Ext]'
  80.       OnChange = Edit1Change
  81.       OnKeyDown = Edit1KeyDown
  82.       OnKeyPress = Edit1KeyPress
  83.     end
  84.     object DateTimePicker1: TDateTimePicker
  85.       Left = 128
  86.       Top = 80
  87.       Width = 81
  88.       Height = 21
  89.       Hint = 'dd:mm:yyyy'
  90.       CalAlignment = dtaLeft
  91.       Date = 35778.938171180600000000
  92.       Time = 35778.938171180600000000
  93.       DateFormat = dfShort
  94.       DateMode = dmComboBox
  95.       Enabled = False
  96.       Kind = dtkDate
  97.       ParseInput = False
  98.       ParentShowHint = False
  99.       ShowHint = True
  100.       TabOrder = 1
  101.       OnChange = Edit1Change
  102.     end
  103.     object DateTimePicker2: TDateTimePicker
  104.       Left = 216
  105.       Top = 80
  106.       Width = 81
  107.       Height = 21
  108.       Hint = 'hh:mm:ss'
  109.       CalAlignment = dtaLeft
  110.       Date = 35778.939224652800000000
  111.       Time = 35778.939224652800000000
  112.       DateFormat = dfShort
  113.       DateMode = dmUpDown
  114.       Enabled = False
  115.       Kind = dtkTime
  116.       ParseInput = False
  117.       ParentShowHint = False
  118.       ShowHint = True
  119.       TabOrder = 2
  120.       OnChange = Edit1Change
  121.     end
  122.     object RadioButton1: TCheckBox
  123.       Tag = 10203
  124.       Left = 16
  125.       Top = 80
  126.       Width = 113
  127.       Height = 17
  128.       Caption = '&Erstelldatum'
  129.       Checked = True
  130.       Enabled = False
  131.       State = cbChecked
  132.       TabOrder = 3
  133.       OnClick = RadioButton1Click
  134.     end
  135.     object RadioButton2: TCheckBox
  136.       Tag = 10204
  137.       Left = 16
  138.       Top = 112
  139.       Width = 113
  140.       Height = 17
  141.       Caption = 'Letzter &Zugriff'
  142.       Checked = True
  143.       Enabled = False
  144.       State = cbChecked
  145.       TabOrder = 4
  146.       OnClick = RadioButton1Click
  147.     end
  148.     object RadioButton3: TCheckBox
  149.       Tag = 10205
  150.       Left = 16
  151.       Top = 96
  152.       Width = 113
  153.       Height = 17
  154.       Caption = '&Letzte ∩┐╜nderung'
  155.       Checked = True
  156.       Enabled = False
  157.       State = cbChecked
  158.       TabOrder = 5
  159.       OnClick = RadioButton1Click
  160.     end
  161.     object CheckBox1: TCheckBox
  162.       Tag = 10201
  163.       Left = 8
  164.       Top = 20
  165.       Width = 97
  166.       Height = 17
  167.       Caption = '&Name'
  168.       Checked = True
  169.       State = cbChecked
  170.       TabOrder = 6
  171.       OnClick = CheckBox1Click
  172.     end
  173.     object CheckBox2: TCheckBox
  174.       Tag = 10202
  175.       Left = 8
  176.       Top = 64
  177.       Width = 97
  178.       Height = 17
  179.       Caption = '&Datum'
  180.       TabOrder = 7
  181.       OnClick = CheckBox2Click
  182.     end
  183.     object Button3: TButton
  184.       Tag = 10208
  185.       Left = 240
  186.       Top = 104
  187.       Width = 59
  188.       Height = 17
  189.       Caption = '&Jetzt!'
  190.       Enabled = False
  191.       TabOrder = 8
  192.       OnClick = Button3Click
  193.     end
  194.     object Panel2: TPanel
  195.       Left = 313
  196.       Top = 0
  197.       Width = 144
  198.       Height = 170
  199.       Align = alRight
  200.       BevelOuter = bvNone
  201.       TabOrder = 9
  202.       object Button1: TButton
  203.         Tag = 10209
  204.         Left = 63
  205.         Top = 8
  206.         Width = 26
  207.         Height = 25
  208.         Caption = '&Testen'
  209.         TabOrder = 0
  210.         Visible = False
  211.         OnClick = Button1Click
  212.       end
  213.       object Button2: TButton
  214.         Tag = 10210
  215.         Left = 15
  216.         Top = 136
  217.         Width = 121
  218.         Height = 25
  219.         Caption = '&Ausf∩┐╜hren'
  220.         Enabled = False
  221.         TabOrder = 1
  222.         OnClick = Button2Click
  223.       end
  224.       object Button4: TButton
  225.         Tag = 10211
  226.         Left = 16
  227.         Top = 104
  228.         Width = 121
  229.         Height = 25
  230.         Cancel = True
  231.         Caption = 'A&bbrechen'
  232.         TabOrder = 2
  233.         OnClick = Button4Click
  234.       end
  235.       object Button5: TButton
  236.         Tag = 10101
  237.         Left = 16
  238.         Top = 72
  239.         Width = 121
  240.         Height = 25
  241.         Caption = 'OK'
  242.         Default = True
  243.         TabOrder = 3
  244.         OnClick = Button5Click
  245.       end
  246.     end
  247.     object CheckBox3: TCheckBox
  248.       Tag = 10260
  249.       Left = 8
  250.       Top = 144
  251.       Width = 97
  252.       Height = 17
  253.       Caption = 'Attribute'
  254.       TabOrder = 10
  255.       OnClick = CheckBox3Click
  256.     end
  257.     object Edit2: TEdit
  258.       Left = 128
  259.       Top = 144
  260.       Width = 41
  261.       Height = 21
  262.       Enabled = False
  263.       TabOrder = 11
  264.       Text = 'RSAH'
  265.       OnChange = Edit1Change
  266.       OnKeyPress = Edit2KeyPress
  267.     end
  268.   end
  269.   object ListView1: TListView
  270.     Left = 0
  271.     Top = 0
  272.     Width = 457
  273.     Height = 37
  274.     Align = alClient
  275.     Columns = <
  276.       item
  277.         Caption = 'Name'
  278.         Width = 150
  279.       end
  280.       item
  281.         Caption = 'Alter Name'
  282.         Width = 120
  283.       end
  284.       item
  285.         Caption = 'Neuer Name'
  286.         Width = 120
  287.       end
  288.       item
  289.         Width = 20
  290.       end>
  291.     Font.Charset = DEFAULT_CHARSET
  292.     Font.Color = clWindowText
  293.     Font.Height = -11
  294.     Font.Name = 'MS Sans Serif'
  295.     Font.Style = []
  296.     HotTrackStyles = []
  297.     ParentFont = False
  298.     TabOrder = 2
  299.     TabStop = False
  300.     ViewStyle = vsReport
  301.     OnColumnClick = ListView1ColumnClick
  302.     OnCompare = ListView1Compare
  303.     OnKeyDown = ListView1KeyDown
  304.   end
  305.   object PopupMenu1: TPopupMenu
  306.     Left = 424
  307.     Top = 69
  308.     object Name1: TMenuItem
  309.       Caption = '[N&ame]'
  310.       OnClick = Name1Click
  311.     end
  312.     object Name12551: TMenuItem
  313.       Caption = '[Name($$,$$)]'
  314.       OnClick = Name1Click
  315.     end
  316.     object N1: TMenuItem
  317.       Caption = '-'
  318.     end
  319.     object Ext1: TMenuItem
  320.       Caption = '[E&xt]'
  321.       OnClick = Name1Click
  322.     end
  323.     object Ext12551: TMenuItem
  324.       Caption = '[Ext($$,$$)]'
  325.       OnClick = Name1Click
  326.     end
  327.     object N2: TMenuItem
  328.       Caption = '-'
  329.     end
  330.     object N3: TMenuItem
  331.       Caption = '[&N]'
  332.       OnClick = Name1Click
  333.     end
  334.     object N011: TMenuItem
  335.       Caption = '[N:$$:$$]'
  336.       OnClick = Name1Click
  337.     end
  338.     object N4: TMenuItem
  339.       Caption = '-'
  340.     end
  341.     object Schlieen1: TMenuItem
  342.       Tag = 10307
  343.       Caption = 'Schlie∩┐╜en'
  344.     end
  345.   end
  346. end
  347.