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

企业管理

开发平台:

Delphi

  1. object w_gzrl: Tw_gzrl
  2.   Left = 177
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = #24037#36164#24405#20837#19982#35745#31639
  6.   ClientHeight = 322
  7.   ClientWidth = 559
  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.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 94
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 561
  25.     Height = 321
  26.     TabOrder = 0
  27.     object StaticText1: TStaticText
  28.       Left = 184
  29.       Top = 8
  30.       Width = 156
  31.       Height = 24
  32.       BorderStyle = sbsSunken
  33.       Caption = #24037#36164#24405#20837#19982#35745#31639#31995#32479'  '
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -16
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsUnderline]
  39.       ParentFont = False
  40.       TabOrder = 0
  41.     end
  42.     object GroupBox1: TGroupBox
  43.       Left = 0
  44.       Top = 48
  45.       Width = 553
  46.       Height = 209
  47.       Caption = #24405#20837#25968#25454
  48.       TabOrder = 1
  49.       object Label1: TLabel
  50.         Left = 16
  51.         Top = 24
  52.         Width = 37
  53.         Height = 13
  54.         Caption = #24180#20221'   '
  55.         FocusControl = DBEdit1
  56.       end
  57.       object Label2: TLabel
  58.         Left = 184
  59.         Top = 24
  60.         Width = 34
  61.         Height = 13
  62.         Caption = #26376#20221'  '
  63.         FocusControl = DBEdit2
  64.       end
  65.       object Label3: TLabel
  66.         Left = 8
  67.         Top = 64
  68.         Width = 62
  69.         Height = 13
  70.         Caption = #32844#24037#32534#21495'  '
  71.         FocusControl = DBEdit3
  72.       end
  73.       object Label4: TLabel
  74.         Left = 176
  75.         Top = 56
  76.         Width = 71
  77.         Height = 13
  78.         Caption = #32844#24037#22995#21517'     '
  79.         FocusControl = DBEdit4
  80.       end
  81.       object Label5: TLabel
  82.         Left = 376
  83.         Top = 24
  84.         Width = 68
  85.         Height = 13
  86.         Caption = #22522#26412#24037#36164'    '
  87.         FocusControl = DBEdit5
  88.       end
  89.       object Label6: TLabel
  90.         Left = 376
  91.         Top = 64
  92.         Width = 68
  93.         Height = 13
  94.         Caption = #28014#21160#24037#36164'    '
  95.         FocusControl = DBEdit6
  96.       end
  97.       object Label7: TLabel
  98.         Left = 8
  99.         Top = 104
  100.         Width = 45
  101.         Height = 13
  102.         Caption = #20010#20154' '#31246
  103.         FocusControl = DBEdit7
  104.       end
  105.       object Label8: TLabel
  106.         Left = 176
  107.         Top = 96
  108.         Width = 71
  109.         Height = 13
  110.         Caption = #23703#20301#24037#36164'     '
  111.         FocusControl = DBEdit8
  112.       end
  113.       object Label9: TLabel
  114.         Left = 376
  115.         Top = 96
  116.         Width = 68
  117.         Height = 13
  118.         Caption = #29983#27963#34917#21161'    '
  119.         FocusControl = DBEdit9
  120.       end
  121.       object Label10: TLabel
  122.         Left = 8
  123.         Top = 136
  124.         Width = 62
  125.         Height = 13
  126.         Caption = #20445#38505#25187#38500'  '
  127.         FocusControl = DBEdit10
  128.       end
  129.       object Label11: TLabel
  130.         Left = 184
  131.         Top = 136
  132.         Width = 57
  133.         Height = 13
  134.         Caption = #24635#24037#36164'     '
  135.         FocusControl = DBEdit11
  136.       end
  137.       object Label12: TLabel
  138.         Left = 8
  139.         Top = 176
  140.         Width = 56
  141.         Height = 13
  142.         Caption = #23454#21457#24037#36164
  143.         FocusControl = DBEdit12
  144.       end
  145.       object Label14: TLabel
  146.         Left = 376
  147.         Top = 136
  148.         Width = 54
  149.         Height = 13
  150.         Caption = #24635#25187#38500'    '
  151.       end
  152.       object DBEdit1: TDBEdit
  153.         Left = 72
  154.         Top = 24
  155.         Width = 97
  156.         Height = 21
  157.         DataField = 'g_nf'
  158.         DataSource = data_gzxt
  159.         TabOrder = 0
  160.       end
  161.       object DBEdit2: TDBEdit
  162.         Left = 248
  163.         Top = 24
  164.         Width = 113
  165.         Height = 21
  166.         DataField = 'g_yf'
  167.         DataSource = data_gzxt
  168.         TabOrder = 1
  169.       end
  170.       object DBEdit3: TDBEdit
  171.         Left = 72
  172.         Top = 56
  173.         Width = 97
  174.         Height = 21
  175.         DataField = 'rs_id'
  176.         DataSource = data_gzxt
  177.         TabOrder = 2
  178.       end
  179.       object DBEdit4: TDBEdit
  180.         Left = 248
  181.         Top = 56
  182.         Width = 113
  183.         Height = 21
  184.         DataField = 'rs_name'
  185.         DataSource = data_gzxt
  186.         TabOrder = 3
  187.       end
  188.       object DBEdit5: TDBEdit
  189.         Left = 456
  190.         Top = 24
  191.         Width = 86
  192.         Height = 21
  193.         DataField = 'g_jbgz'
  194.         DataSource = data_gzxt
  195.         TabOrder = 4
  196.       end
  197.       object DBEdit6: TDBEdit
  198.         Left = 456
  199.         Top = 64
  200.         Width = 89
  201.         Height = 21
  202.         DataField = 'g_fdgz'
  203.         DataSource = data_gzxt
  204.         TabOrder = 5
  205.       end
  206.       object DBEdit7: TDBEdit
  207.         Left = 72
  208.         Top = 96
  209.         Width = 97
  210.         Height = 21
  211.         DataField = 'g_grss'
  212.         DataSource = data_gzxt
  213.         TabOrder = 6
  214.       end
  215.       object DBEdit8: TDBEdit
  216.         Left = 248
  217.         Top = 96
  218.         Width = 113
  219.         Height = 21
  220.         DataField = 'g_gwgz'
  221.         DataSource = data_gzxt
  222.         TabOrder = 7
  223.       end
  224.       object DBEdit9: TDBEdit
  225.         Left = 456
  226.         Top = 96
  227.         Width = 89
  228.         Height = 21
  229.         DataField = 'g_shbz'
  230.         DataSource = data_gzxt
  231.         TabOrder = 8
  232.       end
  233.       object DBEdit10: TDBEdit
  234.         Left = 72
  235.         Top = 136
  236.         Width = 97
  237.         Height = 21
  238.         DataField = 'g_bxkc'
  239.         DataSource = data_gzxt
  240.         TabOrder = 9
  241.       end
  242.       object DBEdit11: TDBEdit
  243.         Left = 192
  244.         Top = -16
  245.         Width = 113
  246.         Height = 21
  247.         DataField = 'g_zgz'
  248.         DataSource = data_gzxt
  249.         TabOrder = 10
  250.         Visible = False
  251.       end
  252.       object DBEdit12: TDBEdit
  253.         Left = 464
  254.         Top = -16
  255.         Width = 89
  256.         Height = 21
  257.         DataField = 'g_sfgz'
  258.         DataSource = data_gzxt
  259.         TabOrder = 11
  260.         Visible = False
  261.       end
  262.       object Edit1: TEdit
  263.         Left = 248
  264.         Top = 136
  265.         Width = 113
  266.         Height = 21
  267.         TabOrder = 12
  268.       end
  269.       object Edit3: TEdit
  270.         Left = 72
  271.         Top = 176
  272.         Width = 129
  273.         Height = 21
  274.         TabOrder = 13
  275.       end
  276.       object DBEdit13: TDBEdit
  277.         Left = 328
  278.         Top = -16
  279.         Width = 134
  280.         Height = 21
  281.         DataField = 'g_zkc'
  282.         DataSource = data_gzxt
  283.         TabOrder = 14
  284.         Visible = False
  285.       end
  286.       object Edit2: TEdit
  287.         Left = 456
  288.         Top = 136
  289.         Width = 89
  290.         Height = 21
  291.         TabOrder = 15
  292.       end
  293.     end
  294.     object GroupBox2: TGroupBox
  295.       Left = 0
  296.       Top = 256
  297.       Width = 553
  298.       Height = 57
  299.       TabOrder = 2
  300.       object Button8: TButton
  301.         Left = 352
  302.         Top = 16
  303.         Width = 57
  304.         Height = 25
  305.         Caption = #23614#35760#24405
  306.         TabOrder = 0
  307.         OnClick = Button8Click
  308.       end
  309.       object Button1: TButton
  310.         Left = 408
  311.         Top = 16
  312.         Width = 57
  313.         Height = 25
  314.         Caption = #35745#31639#32479#35745
  315.         TabOrder = 1
  316.         OnClick = Button1Click
  317.       end
  318.       object BitBtn1: TBitBtn
  319.         Left = 464
  320.         Top = 16
  321.         Width = 57
  322.         Height = 25
  323.         Caption = #36864#20986#31995#32479
  324.         Font.Charset = GB2312_CHARSET
  325.         Font.Color = clWindowText
  326.         Font.Height = -12
  327.         Font.Name = #23435#20307
  328.         Font.Style = []
  329.         ParentFont = False
  330.         TabOrder = 2
  331.         OnClick = BitBtn1Click
  332.       end
  333.       object Button6: TButton
  334.         Left = 296
  335.         Top = 16
  336.         Width = 57
  337.         Height = 25
  338.         Caption = #39318#35760#24405
  339.         TabOrder = 3
  340.         OnClick = Button6Click
  341.       end
  342.       object Button5: TButton
  343.         Left = 240
  344.         Top = 16
  345.         Width = 57
  346.         Height = 25
  347.         Caption = #19979#19968#26465
  348.         TabOrder = 4
  349.         OnClick = Button5Click
  350.       end
  351.       object Button4: TButton
  352.         Left = 184
  353.         Top = 16
  354.         Width = 57
  355.         Height = 25
  356.         Caption = #19978#19968#19979#26465
  357.         TabOrder = 5
  358.         OnClick = Button4Click
  359.       end
  360.       object Button7: TButton
  361.         Left = 128
  362.         Top = 16
  363.         Width = 57
  364.         Height = 25
  365.         Caption = #20445#23384
  366.         TabOrder = 6
  367.         OnClick = Button7Click
  368.       end
  369.       object Button3: TButton
  370.         Left = 72
  371.         Top = 16
  372.         Width = 57
  373.         Height = 25
  374.         Caption = #20462#25913
  375.         TabOrder = 7
  376.         OnClick = Button3Click
  377.       end
  378.       object Button2: TButton
  379.         Left = 16
  380.         Top = 16
  381.         Width = 57
  382.         Height = 25
  383.         Caption = #22686#21152
  384.         TabOrder = 8
  385.         OnClick = Button2Click
  386.       end
  387.     end
  388.   end
  389.   object ado_gzxt: TADOQuery
  390.     Active = True
  391.     Connection = Data1.database1
  392.     CursorType = ctStatic
  393.     OnCalcFields = ado_gzxtCalcFields
  394.     Parameters = <>
  395.     SQL.Strings = (
  396.       'select * from gzxt')
  397.     Left = 448
  398.     Top = 16
  399.     object ado_gzxtg_nf: TStringField
  400.       FieldName = 'g_nf'
  401.       FixedChar = True
  402.       Size = 8
  403.     end
  404.     object ado_gzxtg_yf: TStringField
  405.       FieldName = 'g_yf'
  406.       FixedChar = True
  407.       Size = 5
  408.     end
  409.     object ado_gzxtrs_id: TStringField
  410.       FieldName = 'rs_id'
  411.       FixedChar = True
  412.       Size = 5
  413.     end
  414.     object ado_gzxtrs_name: TStringField
  415.       FieldName = 'rs_name'
  416.       FixedChar = True
  417.       Size = 10
  418.     end
  419.     object ado_gzxtg_jbgz: TFloatField
  420.       FieldName = 'g_jbgz'
  421.     end
  422.     object ado_gzxtg_fdgz: TFloatField
  423.       FieldName = 'g_fdgz'
  424.     end
  425.     object ado_gzxtg_grss: TFloatField
  426.       FieldName = 'g_grss'
  427.     end
  428.     object ado_gzxtg_gwgz: TFloatField
  429.       FieldName = 'g_gwgz'
  430.     end
  431.     object ado_gzxtg_shbz: TFloatField
  432.       FieldName = 'g_shbz'
  433.     end
  434.     object ado_gzxtg_bxkc: TFloatField
  435.       FieldName = 'g_bxkc'
  436.     end
  437.     object ado_gzxtg_zgz: TFloatField
  438.       FieldKind = fkCalculated
  439.       FieldName = 'g_zgz'
  440.       Calculated = True
  441.     end
  442.     object ado_gzxtg_zkc: TFloatField
  443.       FieldKind = fkCalculated
  444.       FieldName = 'g_zkc'
  445.       Calculated = True
  446.     end
  447.     object ado_gzxtg_sfgz: TFloatField
  448.       FieldKind = fkCalculated
  449.       FieldName = 'g_sfgz'
  450.       Calculated = True
  451.     end
  452.   end
  453.   object data_gzxt: TDataSource
  454.     DataSet = ado_gzxt
  455.     Left = 376
  456.     Top = 32
  457.   end
  458. end