Umum
Define the properties for the selected control or dialog. The available properties depend on the type of control selected. The following properties therefore are not available for every type of control.
Akurasi desimal
Menentukan jumlah desimal yang ditampilkan untuk kontrol numerikal atau mata uang.
Batang Penggulung
Menambahkan batang penggulung pada kotak teks.
Batang Penggulung
Menambahkan jenis batang penggulung yang Anda tentukan pada kotak teks.
Cetak
Select "Yes" to include the current control in a document's printout.
Dapat Disunting
Menentukan titik-titik pohon kontrol apa saja yang bisa disunting.
Nilai utama/standarnya adalah FALSE (salah).
Diaktifkan
Select "Yes" to enable the control. If the control is disabled, it is grayed out in the dialog.
Dropdown
Select "Yes" to enable the dropdown option for list or combo box controls. A dropdown control field has an arrow button which you can click to open a list of the existing form entries.
Edit mask
Specify the edit mask for a pattern control. This is a character code that defines the input format for the control.
You need to specify a masking character for each input character of the edit mask to restrict the input to the values that are listed in the following table:
Karakter |
Arti |
L |
Teks tersebut konstan. Karakter ini tidak bisa diubah oleh pengguna. |
a |
Karakter a-z bisa dimasukkan di sini. Apabila huruf kapital dimasukkan, maka secara otomatis akan diubah menjadi huruf kecil. |
A |
Karakter A-Z bisa dimasukkan di sini. Apabila huruf kecil yang dimasukkan, maka secara otomatis akan diubah menjadi huruf besar. |
c |
Karakter a-z dan 0-9 bisa dimasukkan di sini. Apabila huruf kapital yang dimasukkan, maka secara otomatis akan diubah menjadi huruf kecil. |
C |
Karakter A-Z dan 0-9 bisa dimasukkan di sini. Apabila huruf kecil dimasukkan, maka otomatis akan diubah menjadi huruf besar |
N |
Hanya karakter 0-9 yang hanya bisa dimasukkan. |
x |
Semua karakter cetak dapat dimasukkan. |
X |
Semua karakter cetak bisa dimasukkan. Apabila huruf kecil dipakai, maka otomatis akan diubah menjadi huruf besar |
Format Waktu
Memilih format bagi kontrol waktu.
Format tanggal
Menentukan format yang diinginkan bagi kontrol tanggal. Kontrol tanggal menginterpretasikan masukan pengguna yangbergantung pada pengaturan format ini.
Garis Tepi
Menentukan jenis garis tepi untuk kontrol yang bersangkutan.
Grafik
Menentukan sumber grafis bagi tombol atau kontrol citra. Klik "..." untuk memilih berkas.
Halaman (langkah)
Specify the number of the dialog page to which the current control is assigned or the page number of the dialog you want to edit. If a dialog has only one page set its Page (Step) value to 0.
Select Page (Step) = 0 to make a control visible on every dialog page.
To switch between dialog pages at run time, you need to create a macro that changes the value of Page (Step).
Hanya-baca
Select "Yes" to prevent the user from editing the value of the current control. The control is enabled and can be focused but not modified.
Invokes stop mode editing
Specifies what happens when editing is interrupted by selecting another node in the tree, a change in the tree's data, or by some other means.
Setting this property to TRUE causes the changes to be automatically saved when editing is interrupted. FALSE means that editing is canceled and changes are lost.
Nilai utama/standarnya adalah FALSE (salah).
Jenis seleksi
Specifies the selection mode that is enabled for this tree control.
Jenis tombol
Memilih jenis tombol. Jenis tombol menentukan jenis aksi yang akan diinisiasikan.
Judul
Menentukan judul dialog. Klik garis tepi dialog untuk memilih dialog.
Titles are only used for labeling a dialog and can only contain one line. Please note that if you work with macros, controls are only called through their Name property.
Karakter sandi
Enter a character to be displayed instead of the characters that are typed. This can be used for entering passwords in text controls.
Label
Specifies the label of the current control. The label is displayed along with the control.
You can create multi-line labels by inserting manual line breaks in the label using Shift+Enter.
Lambang awalan
Select "Yes" to display the currency symbol prefix in currency controls when a number was entered.
Lebar
Menentukan lebar kontrol atau dialog bersangkutan.
List entries
Specify the entries for a list control. One line takes one list entry. Press Shift+Enter to insert a new line.
Literal mask
Specify the initial values to be displayed in a pattern control. This helps the user to identify which values are allowed in a pattern control. The literal mask is restricted by the format specified by the edit mask.
Manual line break
Select "Yes" to allow manual line breaks inside multiline controls.
Masukan Multibaris
Select "Yes" to allow the input of multiple lines in the control. Press Enter to insert a manual line break in the control.
Multiseleksi
Select "Yes" to allow the selection of multiple entries in list controls.
Naik/turunkan nilai
Specify the increment and decrement interval for spin button controls.
Nama
Insert a name for the current control. This name is used to identify the control.
Negara
Select the selection state of the current control.
Nilai
Menentukan nilai untuk kontrol bersangkutan.
Nilai gulungan
Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.
Nilai gulungan maks.
Menentukan nilai maksimum bagi kontrol bersangkutan.
Nilai gulungan min.
Menentukan nilai minimum bagi kontrol bersangkutan.
Nilai maks.
Menentukan nilai maksimum bagi kontrol bersangkutan.
Nilai min.
Menentukan nilai minimum bagi kontrol bersangkutan.
Orientasi
Menentukan orientasi untuk kontrol batang penggulung.
OtoIsi
Pilih "Ya" untuk mengaktikan fungsi OtoIsi untuk kontrol yang dipilih.
Panjang teks maks.
Specify the maximum number of characters that the user can enter.
Pemisah Ribuan
Select "Yes" to display thousands separator characters in numerical and currency controls.
Penghitungan Baris
Enter the number of lines to be displayed for a list control. For combo boxes, this setting is only active if the dropdown option is enabled.
Perataan
Menentukan opsi perataan untuk kontrol yang dipilih.
Perubahan besar
Menentukan banyaknya unit yang mengeser ketika pengguna mengklik di dalam area antara penggeser dan panah pada bilah gulir.
PosisiX
Menentukan tinggi kontrol atau dialog bersangkutan.
PosisiY
Menentukan tinggi kontrol atau dialog bersangkutan.
Progress value
Menentukan nilai maksimum bagi kontrol bersangkutan.
Progress value max.
Menentukan nilai maksimum bagi kontrol bersangkutan.
Progress value min.
Menentukan nilai minimum bagi kontrol bersangkutan.
Root displayed
Menentukan titik-titik pohon kontrol apa saja yang bisa disunting.
If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl.
Nilai utama/standarnya adalah TRUE (benar).
Seleksi
Specifies the sequence of the selected items, where "0" corresponds to the first item. To select more than one item, Multiselection must be enabled.
Klik tombol ... untuk membuka dialog Seleksi.
Click the item or items that you want to select. To select more than one item, ensure that the Multiselection option is selected.
Set karakter
Memilih huruf yang akan dipakai untuk menampilkan isi dari kontrol bersangkutan.
Show handles
Specifies whether the handles of the nodes should be displayed.
The handles are dotted lines that visualize the hierarchy of the tree control.
Nilai utama/standarnya adalah TRUE (benar).
Show root handles
Specifies whether the handles of the nodes should also be displayed at root level.
Nilai utama/standarnya adalah TRUE (benar).
Simbol mata uang
Memasukkan simbol mata uang untuk dipakai dalam kontrol mata uang.
Skala
Menskala citra/gambar sesuai dengan ukuran kontrol.
Small change
Specify the number of units to scroll when a user clicks an arrow on a scrollbar.
Spin Button
Select "Yes" to add spin buttons to a numerical, currency, date, or time control to allow increasing and decreasing the input value using arrow buttons.
Strict format
Select "Yes" to only allow valid characters to be entered in a numerical, currency, date, or time control.
Susunan
Specify the order in which the controls receive the focus when the Tab key is pressed in the dialog. On entering a dialog, the control with the lowest order (0) receives the focus. Pressing the Tab key the successively focusses the other controls as specified by their order number.
Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. LibreOffice Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key.
Tabstop
Select the focus behavior of the current control when using the Tab key.
Standar |
Only input controls receive the focus when using the Tab key. Controls without input like caption controls are omitted. |
Tidak |
When using the tab key focusing skips the control. |
Ya |
The control can be selected with the Tab key. |
Tanggal
Menentukan tanggal utama/standar yang akan ditampilkan dalam kontrol Tanggal.
Tanggal maks.
Menentukan batas atas bagi kontrol tanggal.
Tanggal min.
Menentukan batas bawah bagi kontrol tanggal.
Teks bantuan
Memasukkan teks bantuan yang akan tampil sebagai tip (gelembung bantuan) saat tetikus berhenti sejenak di sekitar kontrol.
Tinggi
Menentukan tinggi kontrol atau dialog bersangkutan.
Tinggi baris
Menentukan tinggi tiap baris untuk pohon kontrol, dalam piksel.
Apabila nilai yang diberikan lebih kecil atau sama dengan nol, tinggi baris adalah tinggi maksimum dari semua baris.
Nilai utama/standarnya adalah 0.
Tombol baku
Select "Yes" to make the current button control the default selection. Pressing Return in the dialog activates the default button.
Tristate
Select "Yes" to allow a check box to have three states (checked, unchecked, and grayed out) instead of two (checked and unchecked).
Tunda
Specifies the delay in milliseconds between scrollbar trigger events. A trigger event occurs when you click a scrollbar arrow or click the background area in a scrollbar. Repeated trigger events occur if you keep the mouse button pressed when you click a scrollbar arrow or background area in a scrollbar. If you want, you can include valid time units with the number that you enter, for example, 2 s or 500 ms.
URL bantuan
Specify the help URL that is called when you press F1 while the focus is on a particular control. For example, use the format HID:1234 to call the Help-ID with the number 1234.
Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips.
Ulang
Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.
Visible size
Menentukan orientasi untuk kontrol batang penggulung.
Waktu maks.
Menentukan nilai waktu maksimum untuk kontrol waktu.
Waktu min.
Menentukan nilai waktu minimum untuk kontrol waktu.
Warna latar belakang
Menentukan warna latar belakang untuk kontrol bersangkutan.