Воскресенье, 24.11.2024, 10:00 | Приветствую Вас Гость

...

Код

Главная » Статьи » Small Basic

test7.sb

Здесь я сгруппировал кнопки.Интересно,есть ли ошибки в данном коде?))
counter = 0
GraphicsWindow.Width = 500
GraphicsWindow.Height = 300
GraphicsWindow.FontSize = 11
GraphicsWindow.Title = "Простейший текстовый редактор"
GraphicsWindow.BrushColor = "Blue"
Button_1 = Controls.AddButton("Открыть файл", 0,0) 
Controls.SetSize(Button_1, 300,50)

Button_2 = Controls.AddButton("сохранить файл",0,0)
Controls.SetSize(Button_2, 300,50)
Controls.HideControl(Button_2)


Button_3 = Controls.AddButton(">>>",250,0)
Controls.SetSize(Button_3, 300,50)

Controls.ButtonClicked = OnButtonClick
Controls.TextTyped = OnTextTyped

NewEdit_1 = Controls.AddMultiLineTextBox(0,50)
Controls.SetSize(NewEdit_1, 500,250)
NewEdit_2 = Controls.AddTextBox(0,200)
Controls.SetSize(NewEdit_2, 500,25)
Controls.SetTextBoxText(NewEdit_2,"filename.txt")
resulttext = ""
filename = "filename.txt"
Sub OnButtonClick
  if Controls.LastClickedButton = Button_1 Then
    result = File.ReadContents(filename)
    Controls.SetTextBoxText(NewEdit_1,result)
  EndIf
  
  if Controls.LastClickedButton = Button_2 Then
    File.WriteContents(filename,resulttext)
  EndIf
  
   if Controls.LastClickedButton = Button_3 And counter = 1 Then
    counter = counter + 1
    Controls.HideControl(Button_2)
    Controls.ShowControl(Button_1)
  endif
  
  if Controls.LastClickedButton = Button_3 And counter = 0 Then
    counter = counter + 1
    Controls.HideControl(Button_1)
    Controls.ShowControl(Button_2)
  endif
  
  
  If counter = 2 Then 
    counter = 0 
  endif
    
  
EndSub

Sub OnTextTyped
  edit = Controls.LastTypedTextBox
   If edit = NewEdit_1 then
   resulttext = Controls.GetTextBoxText(edit)
  EndIf
  If edit = NewEdit_2 then
   filename = Controls.GetTextBoxText(edit)
  EndIf

EndSub

Категория: Small Basic | Добавил: moskov (15.02.2024)
Просмотров: 47 | Рейтинг: 0.0/0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]

Меню сайта

Категории раздела

PHP [41]
C++ [71]
Autoit [108]
Processing [105]
Basic4GL [7]
Fasm [2]
PABC [7]
Js [233]
Gentee [1]
Python [204]
Java android [3]
Small Basic [9]

Мини-чат

Статистика


Онлайн всего: 12
Гостей: 11
Пользователей: 1
moskov

Форма входа

Друзья сайта

  • ЗОВ КОСМОСА

  • Хулиган Вселенной

  • Тюремная поэзия

  • Религиозная поэзия

  • Сайт клана ЛеГиоН
  • Поиск