Пример #1
0
 public UserBar()
 {
     instance = this;
     InitializeComponent();
     this.ToolbarStyle    = ToolbarEnum.Vertical;
     this.ToolbarHelpText = this.ToolbarName = this.ToolbarTitle = PluginProgID;
     this.Size            = new System.Drawing.Size(188, 100);
 }
Пример #2
0
 public UserBar()
 {
     instance = this;
     InitializeComponent();
     this.ToolbarStyle = ToolbarEnum.Vertical;
     this.ToolbarHelpText = this.ToolbarName = this.ToolbarTitle = PluginProgID;
     this.Size = new System.Drawing.Size(188, 100);
 }