freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

重慶理工會計信息化課程課件ppt雙語之第3-2章編程基礎(chǔ)與常用控件技術(shù)-wenkub

2023-02-02 20:30:09 本頁面
 

【正文】 trol is divided into 窗口控件 窗口中的控件操作 添加控件 復(fù)制控件 選擇控件 刪除控件 窗口控件 常用控件 —— 命令按鈕 CommandButton —— 單選鈕 RadioButton —— 復(fù)選框 CheckBox —— 單行編輯框 SingleLineEdit —— 多行編輯框 MultiLineEdit —— 掩碼編輯框 EditMask —— 標簽 Tab —— 列表框 ListBox —— 下拉列表框 DropDownListBox —— 滾動條 ScrollBar —— 進度條 ProgressBar 窗口控件 控件的命名 —— 命令按鈕 cb_ —— 單選鈕 rb_ —— 復(fù)選框 cb_ —— 單行編輯框 sle_ —— 多行編輯框 mle_ —— 掩碼編輯框 em_ —— 數(shù)據(jù)窗口控件 dw_ —— 窗口控件 w_ ?控件是構(gòu)成應(yīng)用程序界面的重要元素,同時也是顯示和輸入數(shù)據(jù)的主要方式。 用作選擇項的控件:用于從若干信息中選擇信息。 ( 3) ParentWindow代詞 ParentWindow代詞只能在菜單腳本中使用,它代表運行時菜單所在的窗口 ? PowerScript語言 ? Common use of pronouns ?(1) This pronoun ?This pronoun on behalf of the window, user object, menu, application object or the control itself. ?(2) Parent pronoun ?Parent pronoun can be used in the window controls, custom objects. The use of parent control in the window when, parent window that contains the control. ?(3) ParentWindow pronoun ?ParentWindow pronoun to use only the script in the menu, which represents the window where the runtime menu. 教學(xué)內(nèi)容 32 編程基礎(chǔ)與常用控件技術(shù) 對象編程基礎(chǔ) PowerScript語言 窗口控件 常用函數(shù) 對象菜單 窗口控件 激活動作的控件:用于激活某個事件,執(zhí)行一些功能性操作。 ? 共享變量 是某類特定對象可使用的變量,并不常用。 (Variable refers to the program is running, the amount of its value can be changed. ) ?變量聲明的一般語法結(jié)構(gòu)是: 數(shù)據(jù)類型 標識符 [=初值 ] [,標識符 =[初值 ]][, … ] (The general structure of variable declaration syntax is: Data type identifier [= initial value] [, identifier = [initial]] [, ...] ) 變量未賦初值,系統(tǒng)會自動賦給變量默認值。 Event refers to the role of the object movements, when the event is triggered, the implementation of the script. 對象 事件 腳本 表示單一的實體 (如窗口、按鈕等) 名字 屬性 方法 事件 ( Event) 函數(shù) ( Fuction) Object represents a single entity (such as windows, buttons, etc.) 對象編程基礎(chǔ) objectoriented programmingbased 例:按鈕對象 正文 寬度 高度 教學(xué)內(nèi)容 32 編程基礎(chǔ)與常用控件技術(shù) 對象編程基礎(chǔ) PowerScript語言 窗口控件 常用函數(shù) 對象菜單 PowerScript語言 注釋( //):行注釋和塊注釋 標識符 大小寫 命令結(jié)束符(回車鍵) 行繼續(xù)符( amp。) 空值( null) 保留字 操作符 算術(shù)運算符、關(guān)系運算符、邏輯運算符、字符串的連接 保留字供PowerBuilder內(nèi)部使用 語言基礎(chǔ) PowerScript語言 數(shù)據(jù)類型、變量和常量 Data types, variables and constants ( 1)標準數(shù)據(jù)類型 Standard data types integer或 int(整型),整數(shù)的取值范圍是從 32768到 32767 (integer or int (integer), integer values range from 32768 to 32767 ) boolean(布爾型),布爾變量有兩個值: true和false,分別表示真和假 (boolean (boolean type), Boolean variables are two values: true and false, true and false, respectively ) real(實型 ),實型變量被創(chuàng)建時的初始值是 0 (real (solid type), real variables are created when the initial value is 0 ) char或 character(字符型),該類型變量用于存儲一個 ASCII字符。如:數(shù)值型變量的默認初值是 0。 ? 局部變量 只能在某程序段或函數(shù)內(nèi)部有效,可以在過程、代碼、函數(shù)內(nèi)部聲明和使用局部變量 PowerScript語言 Variable scope is the scope of the variable used The role of the variable ? The largest global variable scope, its application can be used anywhere. ? A particular object instance variable is a variable that c
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1