代码搜索结果
找到约 10,000 项符合
U 的代码
u_main.pas
unit u_main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TF_main = class(TForm)
Button1: TButton;
Button2: TButt
u_report.dfm
object F_report: TF_report
Left = 219
Top = 125
Width = 724
Height = 437
Caption = '报表'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Heigh
u_report.~dfm
object F_report: TF_report
Left = 200
Top = 118
Width = 696
Height = 480
Caption = '报表'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Heigh
u_score.~dfm
object F_score: TF_score
Left = 192
Top = 166
Width = 640
Height = 364
Caption = '考核评定结果'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei
u_score.pas
unit u_score;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids, DBGrids, DBCtrls, Mask;
type
TF_score = class(TForm)
Labe
u_course.dfm
object F_course: TF_course
Left = 228
Top = 141
Width = 596
Height = 362
Anchors = [akLeft, akTop, akRight]
Caption = '课程设置'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
u_datamodule.dti
[Designer]
Version=1
Left=266
Top=206
Width=696
Height=480
Splitter=185
SelectedTab=Components
[Components]
Version=1
Left=0
Top=0
[TreeView]
Version=1
PrintHeader=1
PrintToSingle=1
u_course.~dfm
object F_course: TF_course
Left = 228
Top = 141
Width = 596
Height = 362
Anchors = [akLeft, akTop, akRight]
Caption = '课程设置'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
u_course.~pas
unit u_course;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, DBCtrls, StdCtrls, Mask, Grids, DBGrids;
type
TF_course = class(TFor
u_main.dfm
object F_main: TF_main
Left = 289
Top = 487
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '培训管理系统——导航'
ClientHeight = 54
ClientWidth = 458
Color = clBtnFace