home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / delphi32.exe / RCDATA / TNEWPACKAGEDLG / TNEWPACKAGEDLG.txt
Text File  |  1997-05-14  |  2KB  |  97 lines

  1. object NewPackageDlg: TNewPackageDlg
  2.   Left = 136
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソス゚ッソスソスソズの新ソスKソス成'
  6.   ClientHeight = 127
  7.   ClientWidth = 413
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 12
  13.   object Bevel1: TBevel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 397
  17.     Height = 79
  18.     Shape = bsFrame
  19.   end
  20.   object Label8: TLabel
  21.     Left = 16
  22.     Top = 23
  23.     Width = 48
  24.     Height = 13
  25.     Caption = 'ファソスル厄ソス(&F):'
  26.     FocusControl = EditPackageName
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 55
  31.     Width = 56
  32.     Height = 13
  33.     Caption = 'ソスソスソスソス(&D):'
  34.     FocusControl = EditDescription
  35.   end
  36.   object CancelBtn: TButton
  37.     Left = 250
  38.     Top = 95
  39.     Width = 75
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = 'ソスソスンセソス'
  43.     ModalResult = 2
  44.     TabOrder = 4
  45.     OnClick = CancelClick
  46.   end
  47.   object OkButton: TButton
  48.     Left = 170
  49.     Top = 95
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'OK'
  53.     TabOrder = 3
  54.     OnClick = OkButtonClick
  55.   end
  56.   object EditPackageName: TEdit
  57.     Left = 80
  58.     Top = 20
  59.     Width = 234
  60.     Height = 21
  61.     TabOrder = 0
  62.     OnChange = EditPackageNameChange
  63.   end
  64.   object BrowsePackageName: TButton
  65.     Left = 320
  66.     Top = 18
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'ソスQソスソス(&B)...'
  70.     Default = True
  71.     TabOrder = 1
  72.     OnClick = BrowsePackageName2Click
  73.   end
  74.   object HelpButton: TButton
  75.     Left = 330
  76.     Top = 95
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'ソスソスソスソス(&H)'
  80.     TabOrder = 5
  81.     OnClick = HelpButtonClick
  82.   end
  83.   object EditDescription: TEdit
  84.     Left = 80
  85.     Top = 52
  86.     Width = 315
  87.     Height = 21
  88.     TabOrder = 2
  89.   end
  90.   object FileNameDialog: TOpenDialog
  91.     DefaultExt = 'dpk'
  92.     Filter = 'Delphi ソス゚ッソスソスソスソス ソスソスソス (*.dpk)|*.dpk|ソスソスソスラてゑソスファソスソス (*.*)|*.*'
  93.     Title = 'ソス゚ッソスソスソズ厄ソス'
  94.     Top = 96
  95.   end
  96. end
  97.