コード例 #1
0
ファイル: BaseForm.cs プロジェクト: cyotek/translateclient
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.toolTip      = new System.Windows.Forms.ToolTip(this.components);
     this.globalEvents = new FreeCL.UI.GlobalEvents(this.components);
     this.al           = new FreeCL.UI.Actions.ActionList(this.components);
     this.il           = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // toolTip
     //
     this.toolTip.ShowAlways = true;
     //
     // al
     //
     this.al.ImageList      = this.il;
     this.al.LockAllExecute = false;
     this.al.Tag            = null;
     //
     // il
     //
     this.il.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.il.ImageSize        = new System.Drawing.Size(16, 16);
     this.il.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BaseForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(286, 259);
     this.DoubleBuffered    = true;
     this.Name            = "BaseForm";
     this.Text            = "BaseForm";
     this.VisibleChanged += new System.EventHandler(this.BaseMainFormVisibleChanged);
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: BaseForm.cs プロジェクト: cyotek/translateclient
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.globalEvents = new FreeCL.UI.GlobalEvents(this.components);
     this.al = new FreeCL.UI.Actions.ActionList(this.components);
     this.il = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // toolTip
     //
     this.toolTip.ShowAlways = true;
     //
     // al
     //
     this.al.ImageList = this.il;
     this.al.LockAllExecute = false;
     this.al.Tag = null;
     //
     // il
     //
     this.il.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.il.ImageSize = new System.Drawing.Size(16, 16);
     this.il.TransparentColor = System.Drawing.Color.Transparent;
     //
     // BaseForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(286, 259);
     this.DoubleBuffered = true;
     this.Name = "BaseForm";
     this.Text = "BaseForm";
     this.VisibleChanged += new System.EventHandler(this.BaseMainFormVisibleChanged);
     this.ResumeLayout(false);
 }