代码搜索结果
找到约 10,000 项符合
Input 的代码
uform_apart_input.dfm
object Form_apart_input: TForm_apart_input
Left = 311
Top = 363
BorderStyle = bsDialog
Caption = #26032#24314#37096#38376
ClientHeight = 136
ClientWidth = 372
Color = clBtnFace
uform_apart_input.pas
unit UForm_apart_input;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TForm_apart_input = class
uform_custom_input.dfm
object form_custom_input: Tform_custom_input
Left = 495
Top = 155
BorderStyle = bsDialog
Caption = #30331#35760#26032#23458#25143
ClientHeight = 366
ClientWidth = 375
Color = clBt
uform_custom_input.pas
unit Uform_custom_input;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, DB, ADODB, ComCtrls, ImgList;
ty