⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fnewicon.form

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻 FORM
字号:
# Gambas Form File 1.0{ FNewIcon Form  Move(236,94,713,506)  Text = ("Add image")  Icon = Picture["img/16/image.png"]  Border = Window.Fixed  { btnCancel Button    Move(616,472,88,24)    Text = ("Cancel")    Cancel = True  }  { tabAdd TabStrip    Move(8,8,696,456)    Count = 2    Index = 0    Text = ("New")    { Image1 PictureBox      Move(632,16,48,48)      Picture = Picture["img/32/image.png"]      Stretch = True      Alignment = Align.Center    }    { txtFile TextBox      Move(24,40,600,24)      Font = Font["12"]      Text = ("")    }    { txtWidth SpinBox      Move(552,176,48,24)      Value = 32      MinValue = 1      MaxValue = 1024      Step = 8    }    { txtHeight SpinBox      Move(624,176,48,24)      Value = 32      MinValue = 1      MaxValue = 1024      Step = 8    }    { Label1 Label      Move(600,176,24,24)      Text = ("x")      Alignment = Align.Center    }    { cmbFormat ComboBox      Move(552,104,120,24)      Text = (" ")      ReadOnly = True      List = ("PNG\nXPM\nJPEG")    }    { Button5 Button btnSize      Move(616,272,56,24)      Tag = "32,32"      Text = ("32 x 32")    }    { Button2 Button btnSize      Move(552,240,56,24)      Tag = "8,8"      Text = ("8 x 8")    }    { Button3 Button btnSize      Move(616,240,56,24)      Tag = "16,16"      Text = ("16 x 16")    }    { Button1 Button btnSize      Move(616,304,56,24)      Tag = "64,64"      Text = ("64 x 64")    }    { Button6 Button btnSize      Move(552,304,56,24)      Tag = "48,48"      Text = ("48 x 48")    }    { Button4 Button btnSize      Move(552,272,56,24)      Tag = "24,24"      Text = ("24 x 24")    }    { Label4 Label      Move(552,208,176,24)      Text = ("Predefined sizes")    }    { Label5 Label      Move(16,8,176,24)      Font = Font["Bold"]      Text = ("Name")    }    { Label6 Label      Move(544,72,176,24)      Font = Font["Bold"]      Text = ("Format")    }    { Label2 Label      Move(544,144,176,24)      Font = Font["Bold"]      Text = ("Size")    }    { Label3 Label      Move(16,72,176,24)      Font = Font["Bold"]      Text = ("Destination folder")    }    { lblDest Label      Move(24,104,488,304)      Visible = False      Text = ("")      Alignment = Align.TopLeft      Border = Border.Plain    }    Index = 1    Text = ("Existing")    Index = 0  }  { btnOK Button    Move(520,472,88,24)    Text = ("OK")    Default = True  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -