Unit1.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 356
  5.   Height = 207
  6.   Caption = 'Select media file'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 19
  21.     Height = 13
  22.     Caption = 'Port'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 184
  26.     Top = 16
  27.     Width = 49
  28.     Height = 13
  29.     Caption = 'Max Client'
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 80
  33.     Top = 8
  34.     Width = 49
  35.     Height = 21
  36.     TabOrder = 0
  37.     Text = '8'#160'080'
  38.   end
  39.   object Edit2: TEdit
  40.     Left = 240
  41.     Top = 8
  42.     Width = 49
  43.     Height = 21
  44.     TabOrder = 1
  45.     Text = '8'
  46.   end
  47.   object UpDown1: TUpDown
  48.     Left = 129
  49.     Top = 8
  50.     Width = 15
  51.     Height = 21
  52.     Associate = Edit1
  53.     Min = 0
  54.     Max = 32767
  55.     Position = 8080
  56.     TabOrder = 2
  57.     Wrap = False
  58.   end
  59.   object UpDown2: TUpDown
  60.     Left = 289
  61.     Top = 8
  62.     Width = 15
  63.     Height = 21
  64.     Associate = Edit2
  65.     Min = 0
  66.     Position = 8
  67.     TabOrder = 3
  68.     Wrap = False
  69.   end
  70.   object Button1: TButton
  71.     Left = 64
  72.     Top = 48
  73.     Width = 73
  74.     Height = 25
  75.     Caption = 'Source File'
  76.     TabOrder = 4
  77.     OnClick = Button1Click
  78.   end
  79.   object Button2: TButton
  80.     Left = 200
  81.     Top = 48
  82.     Width = 73
  83.     Height = 25
  84.     Caption = 'Run'
  85.     Enabled = False
  86.     TabOrder = 5
  87.     OnClick = Button2Click
  88.   end
  89.   object Memo1: TMemo
  90.     Left = 0
  91.     Top = 109
  92.     Width = 348
  93.     Height = 71
  94.     Align = alBottom
  95.     ScrollBars = ssVertical
  96.     TabOrder = 6
  97.   end
  98.   object OpenDialog: TOpenDialog
  99.     Left = 8
  100.     Top = 112
  101.   end
  102. end