示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 // private void InitializeComponent()
 // {
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WebLink_DV));
     this.panelMain        = new System.Windows.Forms.Panel();
     this.webBrowser       = new System.Windows.Forms.WebBrowser();
     this.cultureManager   = new Waveface.Localization.CultureManager(this.components);
     this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miCopySoul       = new System.Windows.Forms.ToolStripMenuItem();
     this.panelMain.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMain
     //
     resources.ApplyResources(this.panelMain, "panelMain");
     this.panelMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(238)))));
     this.panelMain.Controls.Add(this.webBrowser);
     this.panelMain.Name = "panelMain";
     //
     // webBrowser
     //
     this.webBrowser.AllowWebBrowserDrop = false;
     this.webBrowser.CausesValidation    = false;
     resources.ApplyResources(this.webBrowser, "webBrowser");
     this.webBrowser.MinimumSize                = new System.Drawing.Size(20, 18);
     this.webBrowser.Name                       = "webBrowser";
     this.webBrowser.ScriptErrorsSuppressed     = true;
     this.webBrowser.WebBrowserShortcutsEnabled = false;
     this.webBrowser.DocumentCompleted         += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser_DocumentCompleted);
     this.webBrowser.Navigating                += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.webBrowser_Navigating);
     this.webBrowser.NewWindow                 += new System.ComponentModel.CancelEventHandler(this.webBrowser_NewWindow);
     //
     // cultureManager
     //
     this.cultureManager.ManagedControl = this;
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miCopySoul
     });
     this.contextMenuStrip.Name = "contextMenuStripTop";
     resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
     //
     // miCopySoul
     //
     this.miCopySoul.Name = "miCopySoul";
     resources.ApplyResources(this.miCopySoul, "miCopySoul");
     //
     // WebLink_DV
     //
     this.Controls.Add(this.panelMain);
     resources.ApplyResources(this, "$this");
     this.Name = "WebLink_DV";
     this.panelMain.ResumeLayout(false);
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Photo_DV));
     this.panelMain           = new System.Windows.Forms.Panel();
     this.panelRight          = new Waveface.Component.AutoScrollPanel();
     this.imageListView       = new Manina.Windows.Forms.ImageListView();
     this.panelPictureInfo    = new System.Windows.Forms.Panel();
     this.labelPictureInfo    = new System.Windows.Forms.Label();
     this.webBrowserTop       = new System.Windows.Forms.WebBrowser();
     this.timer               = new System.Windows.Forms.Timer(this.components);
     this.cultureManager      = new Waveface.Localization.CultureManager(this.components);
     this.contextMenuStripTop = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miCopyTop           = new System.Windows.Forms.ToolStripMenuItem();
     this.panelMain.SuspendLayout();
     this.panelRight.SuspendLayout();
     this.panelPictureInfo.SuspendLayout();
     this.contextMenuStripTop.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMain
     //
     this.panelMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(238)))));
     this.panelMain.Controls.Add(this.panelRight);
     resources.ApplyResources(this.panelMain, "panelMain");
     this.panelMain.Name = "panelMain";
     //
     // panelRight
     //
     resources.ApplyResources(this.panelRight, "panelRight");
     this.panelRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(238)))));
     this.panelRight.Controls.Add(this.imageListView);
     this.panelRight.Controls.Add(this.panelPictureInfo);
     this.panelRight.Controls.Add(this.webBrowserTop);
     this.panelRight.Name = "panelRight";
     //
     // imageListView
     //
     this.imageListView.AllowDuplicateFileNames = true;
     this.imageListView.BorderStyle             = System.Windows.Forms.BorderStyle.None;
     this.imageListView.CacheLimit       = "0";
     this.imageListView.ColumnHeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.imageListView.DefaultImage     = global::Waveface.Properties.Resources.LoadingImage;
     resources.ApplyResources(this.imageListView, "imageListView");
     this.imageListView.ErrorImage      = ((System.Drawing.Image)(resources.GetObject("imageListView.ErrorImage")));
     this.imageListView.GroupHeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.imageListView.Name            = "imageListView";
     this.imageListView.ThumbnailSize   = new System.Drawing.Size(128, 128);
     this.imageListView.ItemClick      += new Manina.Windows.Forms.ItemClickEventHandler(this.imageListView_ItemClick);
     this.imageListView.Resize         += new System.EventHandler(this.imageListView_Resize);
     //
     // panelPictureInfo
     //
     this.panelPictureInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(208)))), ((int)(((byte)(170)))));
     this.panelPictureInfo.Controls.Add(this.labelPictureInfo);
     resources.ApplyResources(this.panelPictureInfo, "panelPictureInfo");
     this.panelPictureInfo.Name = "panelPictureInfo";
     //
     // labelPictureInfo
     //
     resources.ApplyResources(this.labelPictureInfo, "labelPictureInfo");
     this.labelPictureInfo.ForeColor = System.Drawing.SystemColors.InfoText;
     this.labelPictureInfo.Name      = "labelPictureInfo";
     //
     // webBrowserTop
     //
     this.webBrowserTop.AllowWebBrowserDrop = false;
     resources.ApplyResources(this.webBrowserTop, "webBrowserTop");
     this.webBrowserTop.Name = "webBrowserTop";
     this.webBrowserTop.ScrollBarsEnabled  = false;
     this.webBrowserTop.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowserTop_DocumentCompleted);
     //
     // timer
     //
     this.timer.Interval = 3000;
     this.timer.Tick    += new System.EventHandler(this.timer_Tick);
     //
     // cultureManager
     //
     this.cultureManager.ManagedControl = this;
     //
     // contextMenuStripTop
     //
     this.contextMenuStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miCopyTop
     });
     this.contextMenuStripTop.Name = "contextMenuStripTop";
     resources.ApplyResources(this.contextMenuStripTop, "contextMenuStripTop");
     //
     // miCopyTop
     //
     this.miCopyTop.Name = "miCopyTop";
     resources.ApplyResources(this.miCopyTop, "miCopyTop");
     //
     // Photo_DV
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.panelMain);
     resources.ApplyResources(this, "$this");
     this.Name    = "Photo_DV";
     this.Resize += new System.EventHandler(this.DetailView_Resize);
     this.panelMain.ResumeLayout(false);
     this.panelRight.ResumeLayout(false);
     this.panelPictureInfo.ResumeLayout(false);
     this.contextMenuStripTop.ResumeLayout(false);
     this.ResumeLayout(false);
 }