示例#1
0
        void BeginInit()
        {
            InitializeComponent();
            Icon = Properties.Resources.appiconsmall;
            Text = screenshotName = ActionForm.GetAutoFormat();

            sec1Timer.Tick += ShowColorPalette;
            infoTimer.Tick += InfoTimer_Tick;

            editControl.Operation += EditControl_Operation;
        }
示例#2
0
 EditGifForm()
 {
     InitializeComponent();
     Icon = Properties.Resources.appiconsmall;
     Text = gifName = ActionForm.GetAutoFormat();
 }