⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 paichein.dfm

📁 信息管理系统
💻 DFM
字号:
object paicheinfrm: Tpaicheinfrm
  Left = 190
  Top = 50
  Width = 768
  Height = 485
  Caption = #20892#26426#35843#29992#24405#20837
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 760
    Height = 458
    Align = alClient
    BevelInner = bvLowered
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 18
      Top = 16
      Width = 60
      Height = 12
      Caption = #24405#20837#26085#26399#65306
    end
    object Label2: TLabel
      Left = 188
      Top = 16
      Width = 60
      Height = 12
      Caption = #29992#36710#21333#20301#65306
    end
    object Label3: TLabel
      Left = 562
      Top = 16
      Width = 60
      Height = 12
      Caption = #24102' '#36710' '#20154#65306
    end
    object Label4: TLabel
      Left = 378
      Top = 13
      Width = 60
      Height = 12
      Caption = #29992#36710#24615#36136#65306
    end
    object Label6: TLabel
      Left = 18
      Top = 49
      Width = 60
      Height = 12
      Caption = #21457' '#36710' '#22320#65306
    end
    object Label7: TLabel
      Left = 188
      Top = 49
      Width = 60
      Height = 12
      Caption = #21040' '#36798' '#22320#65306
    end
    object Label8: TLabel
      Left = 378
      Top = 50
      Width = 60
      Height = 12
      Caption = #29992#36710#26102#38388#65306
    end
    object Label11: TLabel
      Left = 378
      Top = 86
      Width = 60
      Height = 12
      Caption = #21496#26426#32534#21495#65306
    end
    object Label12: TLabel
      Left = 188
      Top = 86
      Width = 60
      Height = 12
      Caption = #36710'    '#22411#65306
    end
    object Label13: TLabel
      Left = 18
      Top = 80
      Width = 60
      Height = 12
      Caption = #36710#36742#32534#21495#65306
    end
    object Label17: TLabel
      Left = 18
      Top = 145
      Width = 60
      Height = 12
      Caption = #22791'    '#27880#65306
    end
    object Label18: TLabel
      Left = 18
      Top = 189
      Width = 81
      Height = 12
      AutoSize = False
      Caption = #20170#26085#27966#36710#24773#20917#65306
      Layout = tlBottom
    end
    object Button1: TButton
      Left = 632
      Top = 42
      Width = 73
      Height = 20
      Caption = #20445#23384
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 632
      Top = 107
      Width = 73
      Height = 20
      Caption = #36864#20986
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 632
      Top = 75
      Width = 73
      Height = 20
      Caption = #21462#28040
      TabOrder = 2
      OnClick = Button3Click
    end
    object DBGrid1: TDBGrid
      Left = 7
      Top = 208
      Width = 714
      Height = 215
      DataSource = paiche_ds1
      ReadOnly = True
      TabOrder = 3
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'PAICHE_ID'
          ImeName = #32043#20809#25340#38899#36755#20837#27861
          Title.Caption = #27966#36710#21333#21495
          Title.Color = clSkyBlue
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'DATETIME'
          Title.Caption = #24405#20837#26085#26399
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'USER_COMPANY'
          Title.Caption = #29992#36710#21333#20301
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'USER1'
          Title.Caption = #24102#36710#20154
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'PURPOSE'
          Title.Caption = #29992#36710#24615#36136
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'DAY_BOOKED'
          Title.Caption = #29992#36710#26085#26399
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'OPERTATOR'
          Title.Caption = #25805#20316#21592
          Visible = True
        end>
    end
    object StatusBar1: TStatusBar
      Left = 2
      Top = 437
      Width = 756
      Height = 19
      Panels = <
        item
          Width = 50
        end>
    end
    object DateTimePicker1: TDateTimePicker
      Left = 80
      Top = 16
      Width = 81
      Height = 20
      Date = 38553.608816909720000000
      Time = 38553.608816909720000000
      TabOrder = 5
    end
    object Edit1: TEdit
      Left = 248
      Top = 16
      Width = 81
      Height = 20
      TabOrder = 6
      Text = 'Edit1'
    end
    object ComboBox1: TComboBox
      Left = 456
      Top = 16
      Width = 81
      Height = 20
      ItemHeight = 12
      TabOrder = 7
      Text = 'ComboBox1'
      Items.Strings = (
        #38271#36884#22823#37327
        #30701#36884#23569#37327
        #38271#36884#23569#37327
        #30701#36884#22823#37327)
    end
    object Edit2: TEdit
      Left = 632
      Top = 16
      Width = 73
      Height = 20
      TabOrder = 8
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 80
      Top = 48
      Width = 81
      Height = 20
      TabOrder = 9
      Text = 'Edit3'
    end
    object Edit4: TEdit
      Left = 248
      Top = 48
      Width = 81
      Height = 20
      TabOrder = 10
      Text = 'Edit4'
    end
    object DateTimePicker2: TDateTimePicker
      Left = 456
      Top = 48
      Width = 81
      Height = 20
      Date = 38553.609902152770000000
      Time = 38553.609902152770000000
      TabOrder = 11
    end
    object ComboBox2: TComboBox
      Left = 80
      Top = 80
      Width = 81
      Height = 20
      ItemHeight = 12
      TabOrder = 12
      Text = 'ComboBox2'
    end
    object Edit5: TEdit
      Left = 248
      Top = 80
      Width = 81
      Height = 20
      TabOrder = 13
      Text = 'A'
    end
    object Memo1: TMemo
      Left = 80
      Top = 136
      Width = 641
      Height = 33
      Lines.Strings = (
        'Memo1')
      TabOrder = 14
    end
    object ComboBox3: TComboBox
      Left = 456
      Top = 88
      Width = 81
      Height = 20
      ItemHeight = 12
      TabOrder = 15
      Text = 'ComboBox3'
    end
  end
  object paiche_cds1: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 160
    Top = 280
  end
  object paiche_ds1: TDataSource
    DataSet = paiche_cds1
    Left = 224
    Top = 280
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -