u_yfdwkp.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:13k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form62: TForm62
  2.   Left = 270
  3.   Top = 155
  4.   Width = 348
  5.   Height = 365
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = '乙方单位卡片'
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '宋体'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 307
  23.     Width = 340
  24.     Height = 31
  25.     Align = alBottom
  26.     BevelInner = bvLowered
  27.     TabOrder = 0
  28.     object SpeedButton1: TSpeedButton
  29.       Left = 172
  30.       Top = 5
  31.       Width = 73
  32.       Height = 22
  33.       Caption = '确  定'
  34.       Flat = True
  35.       Glyph.Data = {
  36.         76010000424D7601000000000000760000002800000020000000100000000100
  37.         04000000000000010000120B0000120B00001000000000000000000000000000
  38.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  39.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  40.         555555555555555555555555555555555555555555FF55555555555559055555
  41.         55555555577FF5555555555599905555555555557777F5555555555599905555
  42.         555555557777FF5555555559999905555555555777777F555555559999990555
  43.         5555557777777FF5555557990599905555555777757777F55555790555599055
  44.         55557775555777FF5555555555599905555555555557777F5555555555559905
  45.         555555555555777FF5555555555559905555555555555777FF55555555555579
  46.         05555555555555777FF5555555555557905555555555555777FF555555555555
  47.         5990555555555555577755555555555555555555555555555555}
  48.       NumGlyphs = 2
  49.       OnClick = SpeedButton1Click
  50.     end
  51.     object SpeedButton2: TSpeedButton
  52.       Left = 260
  53.       Top = 5
  54.       Width = 73
  55.       Height = 22
  56.       Caption = '取  消'
  57.       Flat = True
  58.       Glyph.Data = {
  59.         76010000424D7601000000000000760000002800000020000000100000000100
  60.         04000000000000010000130B0000130B00001000000000000000000000000000
  61.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  62.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  63.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  64.         33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  65.         993337777F777F3377F3393999707333993337F77737333337FF993399933333
  66.         399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  67.         399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  68.         399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  69.         99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  70.         3333333777333777333333333999993333333333377777333333}
  71.       NumGlyphs = 2
  72.       OnClick = SpeedButton2Click
  73.     end
  74.   end
  75.   object Panel2: TPanel
  76.     Left = 0
  77.     Top = 0
  78.     Width = 340
  79.     Height = 307
  80.     Align = alClient
  81.     BevelInner = bvLowered
  82.     TabOrder = 1
  83.     object PageControl1: TPageControl
  84.       Left = 2
  85.       Top = 2
  86.       Width = 336
  87.       Height = 303
  88.       ActivePage = TabSheet1
  89.       Align = alClient
  90.       HotTrack = True
  91.       Style = tsButtons
  92.       TabOrder = 0
  93.       object TabSheet1: TTabSheet
  94.         Caption = '基本信息'
  95.         object Label1: TLabel
  96.           Left = 6
  97.           Top = 12
  98.           Width = 78
  99.           Height = 12
  100.           Caption = '乙方单位编号:'
  101.           FocusControl = DBEdit1
  102.         end
  103.         object Label2: TLabel
  104.           Left = 6
  105.           Top = 43
  106.           Width = 78
  107.           Height = 12
  108.           Caption = '乙方单位名称:'
  109.           FocusControl = DBEdit2
  110.         end
  111.         object Label3: TLabel
  112.           Left = 6
  113.           Top = 74
  114.           Width = 78
  115.           Height = 12
  116.           Caption = '乙方单位简称:'
  117.           FocusControl = DBEdit3
  118.         end
  119.         object Label4: TLabel
  120.           Left = 6
  121.           Top = 138
  122.           Width = 54
  123.           Height = 12
  124.           Caption = '开户银行:'
  125.           FocusControl = DBEdit4
  126.         end
  127.         object Label6: TLabel
  128.           Left = 6
  129.           Top = 169
  130.           Width = 54
  131.           Height = 12
  132.           Caption = '银行帐号:'
  133.           FocusControl = DBEdit6
  134.         end
  135.         object Label7: TLabel
  136.           Left = 6
  137.           Top = 200
  138.           Width = 54
  139.           Height = 12
  140.           Caption = '法    人:'
  141.           FocusControl = DBEdit7
  142.         end
  143.         object Label5: TLabel
  144.           Left = 6
  145.           Top = 104
  146.           Width = 66
  147.           Height = 12
  148.           Caption = '所属地区码:'
  149.           FocusControl = DBEdit5
  150.         end
  151.         object Label16: TLabel
  152.           Left = 170
  153.           Top = 103
  154.           Width = 54
  155.           Height = 12
  156.           Caption = '类别名称:'
  157.         end
  158.         object DBEdit1: TDBEdit
  159.           Left = 85
  160.           Top = 9
  161.           Width = 76
  162.           Height = 20
  163.           DataField = '乙方单位编号'
  164.           DataSource = Form60.DataSource1
  165.           TabOrder = 0
  166.         end
  167.         object DBEdit2: TDBEdit
  168.           Left = 85
  169.           Top = 40
  170.           Width = 244
  171.           Height = 20
  172.           DataField = '乙方单位名称'
  173.           DataSource = Form60.DataSource1
  174.           TabOrder = 1
  175.         end
  176.         object DBEdit3: TDBEdit
  177.           Left = 85
  178.           Top = 70
  179.           Width = 124
  180.           Height = 20
  181.           DataField = '乙方单位简称'
  182.           DataSource = Form60.DataSource1
  183.           TabOrder = 2
  184.         end
  185.         object DBEdit4: TDBEdit
  186.           Left = 85
  187.           Top = 134
  188.           Width = 244
  189.           Height = 20
  190.           DataField = '开户银行'
  191.           DataSource = Form60.DataSource1
  192.           TabOrder = 3
  193.         end
  194.         object DBEdit6: TDBEdit
  195.           Left = 85
  196.           Top = 165
  197.           Width = 124
  198.           Height = 20
  199.           DataField = '银行帐号'
  200.           DataSource = Form60.DataSource1
  201.           TabOrder = 4
  202.         end
  203.         object DBEdit7: TDBEdit
  204.           Left = 85
  205.           Top = 195
  206.           Width = 124
  207.           Height = 20
  208.           DataField = '法人'
  209.           DataSource = Form60.DataSource1
  210.           TabOrder = 5
  211.         end
  212.         object DBCheckBox2: TDBCheckBox
  213.           Left = 6
  214.           Top = 231
  215.           Width = 69
  216.           Height = 17
  217.           Caption = '是否停用'
  218.           DataField = '是否停用'
  219.           DataSource = Form60.DataSource1
  220.           TabOrder = 6
  221.           ValueChecked = 'True'
  222.           ValueUnchecked = 'False'
  223.         end
  224.         object DBCheckBox1: TDBCheckBox
  225.           Left = 128
  226.           Top = 231
  227.           Width = 93
  228.           Height = 17
  229.           Caption = '是否友好单位'
  230.           DataField = '是否友好'
  231.           DataSource = Form60.DataSource1
  232.           TabOrder = 7
  233.           ValueChecked = 'True'
  234.           ValueUnchecked = 'False'
  235.         end
  236.         object DBEdit5: TDBEdit
  237.           Left = 85
  238.           Top = 101
  239.           Width = 81
  240.           Height = 20
  241.           DataField = '所属地区码'
  242.           DataSource = Form60.DataSource1
  243.           TabOrder = 8
  244.           OnChange = DBEdit5Change
  245.         end
  246.         object BitBtn1: TBitBtn
  247.           Left = 149
  248.           Top = 104
  249.           Width = 15
  250.           Height = 14
  251.           Caption = '…'
  252.           TabOrder = 9
  253.           OnClick = BitBtn1Click
  254.         end
  255.         object Edit1: TEdit
  256.           Left = 225
  257.           Top = 101
  258.           Width = 103
  259.           Height = 20
  260.           Enabled = False
  261.           TabOrder = 10
  262.         end
  263.         object DBGrid1: TDBGrid
  264.           Left = 0
  265.           Top = 120
  266.           Width = 193
  267.           Height = 120
  268.           DataSource = DataSource1
  269.           TabOrder = 11
  270.           TitleFont.Charset = GB2312_CHARSET
  271.           TitleFont.Color = clWindowText
  272.           TitleFont.Height = -12
  273.           TitleFont.Name = '宋体'
  274.           TitleFont.Style = []
  275.           Visible = False
  276.           OnDblClick = DBGrid1DblClick
  277.           Columns = <
  278.             item
  279.               Expanded = False
  280.               FieldName = '类别编码'
  281.               Visible = True
  282.             end
  283.             item
  284.               Expanded = False
  285.               FieldName = '类别名称'
  286.               Visible = True
  287.             end>
  288.         end
  289.       end
  290.       object TabSheet2: TTabSheet
  291.         Caption = '联系信息'
  292.         ImageIndex = 1
  293.         object Label8: TLabel
  294.           Left = 6
  295.           Top = 11
  296.           Width = 54
  297.           Height = 12
  298.           Caption = '地    址:'
  299.           FocusControl = DBEdit8
  300.         end
  301.         object Label9: TLabel
  302.           Left = 6
  303.           Top = 41
  304.           Width = 54
  305.           Height = 12
  306.           Caption = '邮政编码:'
  307.           FocusControl = DBEdit9
  308.         end
  309.         object Label10: TLabel
  310.           Left = 6
  311.           Top = 72
  312.           Width = 54
  313.           Height = 12
  314.           Caption = '联系电话:'
  315.           FocusControl = DBEdit10
  316.         end
  317.         object Label11: TLabel
  318.           Left = 6
  319.           Top = 133
  320.           Width = 54
  321.           Height = 12
  322.           Caption = '联 系 人:'
  323.           FocusControl = DBEdit11
  324.         end
  325.         object Label12: TLabel
  326.           Left = 6
  327.           Top = 102
  328.           Width = 54
  329.           Height = 12
  330.           Caption = '传    真:'
  331.           FocusControl = DBEdit12
  332.         end
  333.         object Label13: TLabel
  334.           Left = 6
  335.           Top = 163
  336.           Width = 66
  337.           Height = 12
  338.           Caption = 'E-mail地址:'
  339.           FocusControl = DBEdit13
  340.         end
  341.         object Label14: TLabel
  342.           Left = 6
  343.           Top = 194
  344.           Width = 54
  345.           Height = 12
  346.           Caption = '发展日期:'
  347.           FocusControl = DBEdit14
  348.         end
  349.         object Label15: TLabel
  350.           Left = 6
  351.           Top = 224
  352.           Width = 54
  353.           Height = 12
  354.           Caption = '停用日期:'
  355.           FocusControl = DBEdit15
  356.         end
  357.         object DBEdit8: TDBEdit
  358.           Left = 71
  359.           Top = 8
  360.           Width = 244
  361.           Height = 20
  362.           DataField = '地址'
  363.           DataSource = Form60.DataSource1
  364.           TabOrder = 0
  365.         end
  366.         object DBEdit9: TDBEdit
  367.           Left = 71
  368.           Top = 38
  369.           Width = 59
  370.           Height = 20
  371.           DataField = '邮政编码'
  372.           DataSource = Form60.DataSource1
  373.           TabOrder = 1
  374.         end
  375.         object DBEdit10: TDBEdit
  376.           Left = 71
  377.           Top = 69
  378.           Width = 124
  379.           Height = 20
  380.           DataField = '联系电话'
  381.           DataSource = Form60.DataSource1
  382.           TabOrder = 2
  383.         end
  384.         object DBEdit11: TDBEdit
  385.           Left = 71
  386.           Top = 130
  387.           Width = 124
  388.           Height = 20
  389.           DataField = '联系人'
  390.           DataSource = Form60.DataSource1
  391.           TabOrder = 3
  392.         end
  393.         object DBEdit12: TDBEdit
  394.           Left = 71
  395.           Top = 99
  396.           Width = 124
  397.           Height = 20
  398.           DataField = '传真'
  399.           DataSource = Form60.DataSource1
  400.           TabOrder = 4
  401.         end
  402.         object DBEdit13: TDBEdit
  403.           Left = 71
  404.           Top = 160
  405.           Width = 184
  406.           Height = 20
  407.           DataField = 'E-mail地址'
  408.           DataSource = Form60.DataSource1
  409.           TabOrder = 5
  410.         end
  411.         object DBEdit14: TDBEdit
  412.           Left = 71
  413.           Top = 191
  414.           Width = 112
  415.           Height = 20
  416.           DataField = '发展日期'
  417.           DataSource = Form60.DataSource1
  418.           MaxLength = 10
  419.           TabOrder = 6
  420.         end
  421.         object DBEdit15: TDBEdit
  422.           Left = 71
  423.           Top = 221
  424.           Width = 112
  425.           Height = 20
  426.           DataField = '停用日期'
  427.           DataSource = Form60.DataSource1
  428.           MaxLength = 10
  429.           TabOrder = 7
  430.         end
  431.       end
  432.     end
  433.   end
  434.   object ClientDataSet1: TClientDataSet
  435.     Active = True
  436.     Aggregates = <>
  437.     Params = <>
  438.     ProviderName = 'P_DQFLB'
  439.     RemoteServer = Form1.SocketConnection1
  440.     Left = 208
  441.     object ClientDataSet1ID: TIntegerField
  442.       FieldName = 'ID'
  443.     end
  444.     object ClientDataSet1CDSDesigner: TStringField
  445.       FieldName = '类别编码'
  446.       FixedChar = True
  447.       Size = 11
  448.     end
  449.     object ClientDataSet1CDSDesigner2: TStringField
  450.       FieldName = '类别名称'
  451.       FixedChar = True
  452.     end
  453.   end
  454.   object ClientDataSet_index: TClientDataSet
  455.     Active = True
  456.     Aggregates = <>
  457.     Params = <>
  458.     ProviderName = 'P_YFDW'
  459.     RemoteServer = Form1.SocketConnection1
  460.     Left = 160
  461.     Top = 152
  462.   end
  463.   object DataSource1: TDataSource
  464.     DataSet = ClientDataSet1
  465.     Left = 254
  466.     Top = 36
  467.   end
  468. end