Unit1.dfm
上传用户:lcqxtx
上传日期:2013-02-15
资源大小:530k
文件大小:4k
源码类别:

企业管理

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 231
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = #30331#24405
  7.   ClientHeight = 236
  8.   ClientWidth = 263
  9.   Color = clSkyBlue
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = #23435#20307
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 94
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 40
  23.     Top = 96
  24.     Width = 54
  25.     Height = 12
  26.     Caption = #29992#25143#32534#21495' '
  27.   end
  28.   object Label2: TLabel
  29.     Left = 40
  30.     Top = 168
  31.     Width = 60
  32.     Height = 12
  33.     Caption = #21592#24037#23494#30721'  '
  34.   end
  35.   object Label3: TLabel
  36.     Left = 44
  37.     Top = 56
  38.     Width = 48
  39.     Height = 12
  40.     Caption = #26381#21153#22120'  '
  41.   end
  42.   object Label4: TLabel
  43.     Left = 40
  44.     Top = 128
  45.     Width = 60
  46.     Height = 12
  47.     Caption = #29992#25143#22995#21517'  '
  48.   end
  49.   object Edit2: TEdit
  50.     Left = 121
  51.     Top = 164
  52.     Width = 128
  53.     Height = 20
  54.     PasswordChar = '#'
  55.     TabOrder = 0
  56.     OnKeyPress = Edit2KeyPress
  57.   end
  58.   object Edit3: TEdit
  59.     Left = 121
  60.     Top = 48
  61.     Width = 128
  62.     Height = 20
  63.     TabOrder = 1
  64.     OnKeyPress = Edit3KeyPress
  65.   end
  66.   object BitBtn1: TBitBtn
  67.     Left = 40
  68.     Top = 205
  69.     Width = 75
  70.     Height = 28
  71.     Caption = #30830#23450
  72.     TabOrder = 2
  73.     OnClick = BitBtn1Click
  74.     Glyph.Data = {
  75.       76010000424D7601000000000000760000002800000020000000100000000100
  76.       04000000000000010000120B0000120B00001000000000000000000000000000
  77.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  78.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  79.       555555555555555555555555555555555555555555FF55555555555559055555
  80.       55555555577FF5555555555599905555555555557777F5555555555599905555
  81.       555555557777FF5555555559999905555555555777777F555555559999990555
  82.       5555557777777FF5555557990599905555555777757777F55555790555599055
  83.       55557775555777FF5555555555599905555555555557777F5555555555559905
  84.       555555555555777FF5555555555559905555555555555777FF55555555555579
  85.       05555555555555777FF5555555555557905555555555555777FF555555555555
  86.       5990555555555555577755555555555555555555555555555555}
  87.     NumGlyphs = 2
  88.   end
  89.   object Panel1: TPanel
  90.     Left = 0
  91.     Top = 197
  92.     Width = 265
  93.     Height = 4
  94.     TabOrder = 3
  95.   end
  96.   object BitBtn2: TBitBtn
  97.     Left = 152
  98.     Top = 205
  99.     Width = 75
  100.     Height = 28
  101.     Caption = #36864#20986
  102.     TabOrder = 4
  103.     OnClick = BitBtn2Click
  104.     Glyph.Data = {
  105.       76010000424D7601000000000000760000002800000020000000100000000100
  106.       04000000000000010000130B0000130B00001000000000000000000000000000
  107.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  108.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  109.       333333333333333333333333333333333333333FFF33FF333FFF339993370733
  110.       999333777FF37FF377733339993000399933333777F777F77733333399970799
  111.       93333333777F7377733333333999399933333333377737773333333333990993
  112.       3333333333737F73333333333331013333333333333777FF3333333333910193
  113.       333333333337773FF3333333399000993333333337377737FF33333399900099
  114.       93333333773777377FF333399930003999333337773777F777FF339993370733
  115.       9993337773337333777333333333333333333333333333333333333333333333
  116.       3333333333333333333333333333333333333333333333333333}
  117.     NumGlyphs = 2
  118.   end
  119.   object ComboBox1: TComboBox
  120.     Left = 120
  121.     Top = 88
  122.     Width = 129
  123.     Height = 20
  124.     ItemHeight = 12
  125.     TabOrder = 5
  126.     OnChange = ComboBox1Change
  127.   end
  128.   object StaticText1: TStaticText
  129.     Left = 64
  130.     Top = 16
  131.     Width = 180
  132.     Height = 20
  133.     Caption = 'ERP'#20154#21147#36164#28304#31649#29702#31995#32479'   '
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clWindowText
  136.     Font.Height = -16
  137.     Font.Name = #23435#20307
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 6
  141.   end
  142.   object Edit1: TEdit
  143.     Left = 120
  144.     Top = 128
  145.     Width = 129
  146.     Height = 20
  147.     Enabled = False
  148.     TabOrder = 7
  149.   end
  150.   object FInIfile1: TFInIfile
  151.     Filename = 'bds'
  152.     Left = 8
  153.     Top = 8
  154.   end
  155. end