home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TDLGRENAMEPART / TDLGRENAMEPART.txt < prev   
Text File  |  1999-04-03  |  3KB  |  142 lines

  1. object dlgRenamePart: TdlgRenamePart
  2.   Left = 232
  3.   Top = 173
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rename part'
  6.   ClientHeight = 113
  7.   ClientWidth = 273
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 70
  20.     Top = 0
  21.     Width = 203
  22.     Height = 113
  23.     Align = alClient
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 88
  29.     Top = 8
  30.     Width = 27
  31.     Height = 14
  32.     Caption = 'Name'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object RotateLabel1: TRotateLabel
  41.     Left = 131
  42.     Top = 81
  43.     Width = 129
  44.     Height = 24
  45.     Escapement = 0
  46.     TextStyle = tsRecessed
  47.     Caption = 'Rename part'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clSilver
  50.     Font.Height = -21
  51.     Font.Name = 'Arial'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     Transparent = True
  55.   end
  56.   object editName: TEditNew
  57.     Left = 88
  58.     Top = 24
  59.     Width = 169
  60.     Height = 21
  61.     Color = clBlack
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWhite
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     MaxLength = 256
  68.     ParentFont = False
  69.     TabOrder = 0
  70.     FocusColor = clBlack
  71.     FocusFontColor = clWhite
  72.     NoFocusColor = clBlack
  73.     NoFocusFontColor = clWhite
  74.   end
  75.   object Panel1: TPanel
  76.     Left = 0
  77.     Top = 0
  78.     Width = 70
  79.     Height = 113
  80.     Align = alLeft
  81.     BevelOuter = bvNone
  82.     Color = clBlack
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clSilver
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 1
  90.     object labelText: TLabel
  91.       Left = 6
  92.       Top = 65
  93.       Width = 63
  94.       Height = 46
  95.       AutoSize = False
  96.       Caption = 'Input name on selected parts'
  97.       Font.Charset = ANSI_CHARSET
  98.       Font.Color = clYellow
  99.       Font.Height = -11
  100.       Font.Name = 'Arial'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       Transparent = True
  104.       WordWrap = True
  105.     end
  106.     object btnClose: tnybutton
  107.       Left = 7
  108.       Top = 7
  109.       Width = 57
  110.       Height = 25
  111.       Cursor = crHandPoint
  112.       Caption = '&OK'
  113.       Default = True
  114.       Font.Charset = ANSI_CHARSET
  115.       Font.Color = clSilver
  116.       Font.Height = -11
  117.       Font.Name = 'Arial'
  118.       Font.Style = [fsBold]
  119.       ModalResult = 1
  120.       ParentFont = False
  121.       TabOrder = 0
  122.     end
  123.     object tnybutton1: tnybutton
  124.       Left = 7
  125.       Top = 34
  126.       Width = 57
  127.       Height = 25
  128.       Cursor = crHandPoint
  129.       Cancel = True
  130.       Caption = '&Cancel'
  131.       Font.Charset = ANSI_CHARSET
  132.       Font.Color = clSilver
  133.       Font.Height = -11
  134.       Font.Name = 'Arial'
  135.       Font.Style = [fsBold]
  136.       ModalResult = 2
  137.       ParentFont = False
  138.       TabOrder = 1
  139.     end
  140.   end
  141. end
  142.