Setupin.dfm
上传用户:sipnol
上传日期:2013-03-16
资源大小:318k
文件大小:5k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. object setupForm: TsetupForm
  2.   Left = 261
  3.   Top = 143
  4.   BorderStyle = bsDialog
  5.   Caption = '电梯仿真系统'
  6.   ClientHeight = 325
  7.   ClientWidth = 377
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 377
  21.     Height = 325
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 100
  27.       Top = 22
  28.       Width = 168
  29.       Height = 21
  30.       Caption = '系统运行参数设置'
  31.       Font.Charset = GB2312_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -21
  34.       Font.Name = '宋体'
  35.       Font.Style = []
  36.       ParentFont = False
  37.     end
  38.     object BitBtn1: TBitBtn
  39.       Left = 64
  40.       Top = 289
  41.       Width = 114
  42.       Height = 25
  43.       Caption = '进入仿真系统'
  44.       DragCursor = crHandPoint
  45.       Font.Charset = GB2312_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -13
  48.       Font.Name = '宋体'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       TabOrder = 0
  52.       OnClick = BitBtn1Click
  53.       Kind = bkOK
  54.     end
  55.     object BitBtn2: TBitBtn
  56.       Left = 204
  57.       Top = 289
  58.       Width = 114
  59.       Height = 25
  60.       Caption = '退出仿真系统'
  61.       DragCursor = crHandPoint
  62.       Font.Charset = GB2312_CHARSET
  63.       Font.Color = clWindowText
  64.       Font.Height = -13
  65.       Font.Name = '宋体'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       TabOrder = 1
  69.       OnClick = BitBtn2Click
  70.       Kind = bkCancel
  71.     end
  72.     object GroupBox1: TGroupBox
  73.       Left = 61
  74.       Top = 54
  75.       Width = 262
  76.       Height = 230
  77.       Font.Charset = GB2312_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -13
  80.       Font.Name = '宋体'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       TabOrder = 2
  84.       object Label2: TLabel
  85.         Left = 20
  86.         Top = 22
  87.         Width = 104
  88.         Height = 13
  89.         Caption = '电梯最大载客量:'
  90.       end
  91.       object Label3: TLabel
  92.         Left = 20
  93.         Top = 58
  94.         Width = 91
  95.         Height = 13
  96.         Caption = '参与仿真人数:'
  97.       end
  98.       object Label4: TLabel
  99.         Left = 20
  100.         Top = 93
  101.         Width = 91
  102.         Height = 13
  103.         Caption = '人员到齐时间:'
  104.       end
  105.       object Label5: TLabel
  106.         Left = 20
  107.         Top = 129
  108.         Width = 91
  109.         Height = 13
  110.         Caption = '电梯运行速度:'
  111.       end
  112.       object Label6: TLabel
  113.         Left = 20
  114.         Top = 164
  115.         Width = 91
  116.         Height = 13
  117.         Caption = '上下电梯时间:'
  118.       end
  119.       object Label7: TLabel
  120.         Left = 213
  121.         Top = 23
  122.         Width = 13
  123.         Height = 13
  124.         Caption = '人'
  125.       end
  126.       object Label8: TLabel
  127.         Left = 213
  128.         Top = 58
  129.         Width = 13
  130.         Height = 13
  131.         Caption = '人'
  132.       end
  133.       object Label9: TLabel
  134.         Left = 213
  135.         Top = 93
  136.         Width = 26
  137.         Height = 13
  138.         Caption = '分钟'
  139.       end
  140.       object Label10: TLabel
  141.         Left = 213
  142.         Top = 128
  143.         Width = 33
  144.         Height = 13
  145.         Caption = '秒/层'
  146.       end
  147.       object Label11: TLabel
  148.         Left = 213
  149.         Top = 163
  150.         Width = 33
  151.         Height = 13
  152.         Caption = '秒/人'
  153.       end
  154.       object Label12: TLabel
  155.         Left = 20
  156.         Top = 200
  157.         Width = 91
  158.         Height = 13
  159.         Caption = '乘坐电梯次数:'
  160.       end
  161.       object Label13: TLabel
  162.         Left = 216
  163.         Top = 198
  164.         Width = 13
  165.         Height = 13
  166.         Caption = '次'
  167.       end
  168.       object SEMaxLoad: TSpinEdit
  169.         Left = 119
  170.         Top = 20
  171.         Width = 77
  172.         Height = 22
  173.         MaxLength = 2
  174.         MaxValue = 20
  175.         MinValue = 10
  176.         TabOrder = 0
  177.         Value = 15
  178.       end
  179.       object SEPersonNum: TSpinEdit
  180.         Left = 119
  181.         Top = 55
  182.         Width = 77
  183.         Height = 22
  184.         MaxLength = 3
  185.         MaxValue = 1000
  186.         MinValue = 0
  187.         TabOrder = 1
  188.         Value = 100
  189.       end
  190.       object SEOntime: TSpinEdit
  191.         Left = 119
  192.         Top = 90
  193.         Width = 77
  194.         Height = 22
  195.         MaxLength = 2
  196.         MaxValue = 10
  197.         MinValue = 0
  198.         TabOrder = 2
  199.         Value = 5
  200.       end
  201.       object SEElavotorSpeed: TSpinEdit
  202.         Left = 119
  203.         Top = 125
  204.         Width = 77
  205.         Height = 22
  206.         MaxLength = 1
  207.         MaxValue = 5
  208.         MinValue = 1
  209.         TabOrder = 3
  210.         Value = 1
  211.       end
  212.       object SEUpDownTime: TSpinEdit
  213.         Left = 119
  214.         Top = 160
  215.         Width = 77
  216.         Height = 22
  217.         MaxLength = 2
  218.         MaxValue = 10
  219.         MinValue = 2
  220.         TabOrder = 4
  221.         Value = 2
  222.       end
  223.       object SETakeNum: TSpinEdit
  224.         Left = 119
  225.         Top = 195
  226.         Width = 76
  227.         Height = 22
  228.         MaxLength = 1
  229.         MaxValue = 10
  230.         MinValue = 1
  231.         TabOrder = 5
  232.         Value = 5
  233.       end
  234.     end
  235.   end
  236. end