CheckUn.dfm
Upload User: sqdhmy
Upload Date: 2022-05-16
Package Size: 2930k
Code Size: 2k
Category:

Graph program

Development Platform:

Delphi

  1. object CheDelF: TCheDelF
  2.   Left = 300
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 331
  7.   ClientWidth = 456
  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.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object bvl1: TBevel
  19.     Left = 8
  20.     Top = 289
  21.     Width = 441
  22.     Height = 2
  23.   end
  24.   object Memo1: TMemo
  25.     Left = 8
  26.     Top = 8
  27.     Width = 441
  28.     Height = 273
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = #23435#20307
  33.     Font.Style = []
  34.     ImeName = #20013#25991' ('#31616#20307') - '#32654#24335#38190#30424
  35.     Lines.Strings = (
  36.       '')
  37.     ParentFont = False
  38.     ReadOnly = True
  39.     ScrollBars = ssBoth
  40.     TabOrder = 0
  41.   end
  42.   object btnprn: TButton
  43.     Left = 208
  44.     Top = 298
  45.     Width = 65
  46.     Height = 25
  47.     Caption = #25171#21360
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -12
  51.     Font.Name = #23435#20307
  52.     Font.Style = []
  53.     ParentFont = False
  54.     TabOrder = 1
  55.     OnClick = btnprnClick
  56.   end
  57.   object btnsav: TButton
  58.     Left = 288
  59.     Top = 298
  60.     Width = 65
  61.     Height = 25
  62.     Caption = #20445#23384
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -12
  66.     Font.Name = #23435#20307
  67.     Font.Style = []
  68.     ParentFont = False
  69.     TabOrder = 2
  70.     OnClick = btnsavClick
  71.   end
  72.   object btnclo: TButton
  73.     Left = 368
  74.     Top = 298
  75.     Width = 65
  76.     Height = 25
  77.     Caption = #20851#38381
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -12
  81.     Font.Name = #23435#20307
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 3
  85.     OnClick = btncloClick
  86.   end
  87.   object dlgSave1: TSaveDialog
  88.     Left = 120
  89.     Top = 152
  90.   end
  91.   object dlgPnt1: TPrintDialog
  92.     Left = 160
  93.     Top = 152
  94.   end
  95. end