D10myBiaoqi/B04采购计划管理/U_CLNoteEdit.dfm
2025-07-28 09:29:29 +08:00

90 lines
1.8 KiB
Plaintext

object frmCLNoteEdit: TfrmCLNoteEdit
Left = 682
Top = 315
Caption = #22788#29702#32467#26524#34917#24405
ClientHeight = 299
ClientWidth = 686
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 686
Height = 299
Align = alClient
TabOrder = 0
ExplicitWidth = 577
ExplicitHeight = 135
DesignSize = (
686
299)
object Label1: TLabel
Left = 50
Top = 69
Width = 61
Height = 13
Anchors = []
AutoSize = False
Caption = #22788#29702#32467#26524
ExplicitLeft = 38
ExplicitTop = 28
end
object Button1: TButton
Left = 185
Top = 93
Width = 75
Height = 21
Caption = #30830#35748
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 304
Top = 93
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 1
OnClick = Button2Click
end
object CLNote: TMemo
Left = 117
Top = 24
Width = 377
Height = 63
Lines.Strings = (
'CLNote')
TabOrder = 2
end
end
object ADOQueryMain: TADOQuery
Connection = DataLink_PurchasePlan.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 293
Top = 373
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_PurchasePlan.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 197
Top = 373
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_PurchasePlan.ADOLink
Parameters = <>
Left = 101
Top = 373
end
end