Beispiel #1
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(PrintForm));
     this.GBChapters = new System.Windows.Forms.GroupBox();
     this.Chapters = new MLifter.Controls.ChapterFrame();
     this.btnCancel = new System.Windows.Forms.Button();
     this.Browser = new System.Windows.Forms.WebBrowser();
     this.btnPreview = new System.Windows.Forms.Button();
     this.comboBoxPrintStyle = new System.Windows.Forms.ComboBox();
     this.comboBoxCardOrder = new System.Windows.Forms.ComboBox();
     this.lblPrintStyle = new System.Windows.Forms.Label();
     this.listViewBoxesSelection = new System.Windows.Forms.ListView();
     this.checkBoxAllBoxes = new System.Windows.Forms.CheckBox();
     this.lblCardOrder = new System.Windows.Forms.Label();
     this.GBBoxes = new System.Windows.Forms.GroupBox();
     this.cbReverseOrder = new System.Windows.Forms.CheckBox();
     this.lblCurSelVal = new System.Windows.Forms.Label();
     this.GBPrintOptions = new System.Windows.Forms.GroupBox();
     this.timerUpdateStatistics = new System.Windows.Forms.Timer(this.components);
     this.buttonWizard = new System.Windows.Forms.Button();
     this.MainHelp = new System.Windows.Forms.HelpProvider();
     this.GBChapters.SuspendLayout();
     this.GBBoxes.SuspendLayout();
     this.GBPrintOptions.SuspendLayout();
     this.SuspendLayout();
     //
     // GBChapters
     //
     this.GBChapters.Controls.Add(this.Chapters);
     resources.ApplyResources(this.GBChapters, "GBChapters");
     this.GBChapters.Name = "GBChapters";
     this.GBChapters.TabStop = false;
     //
     // Chapters
     //
     resources.ApplyResources(this.Chapters, "Chapters");
     this.Chapters.Name = "Chapters";
     this.Chapters.OnUpdate += new MLifter.Controls.ChapterFrame.FieldEventHandler(this.Chapters_OnUpdate);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     //
     // Browser
     //
     resources.ApplyResources(this.Browser, "Browser");
     this.Browser.MinimumSize = new System.Drawing.Size(20, 20);
     this.Browser.Name = "Browser";
     this.Browser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.Browser_DocumentCompleted);
     //
     // btnPreview
     //
     resources.ApplyResources(this.btnPreview, "btnPreview");
     this.btnPreview.Name = "btnPreview";
     this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
     //
     // comboBoxPrintStyle
     //
     this.comboBoxPrintStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxPrintStyle.FormattingEnabled = true;
     resources.ApplyResources(this.comboBoxPrintStyle, "comboBoxPrintStyle");
     this.comboBoxPrintStyle.Name = "comboBoxPrintStyle";
     //
     // comboBoxCardOrder
     //
     this.comboBoxCardOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxCardOrder.FormattingEnabled = true;
     resources.ApplyResources(this.comboBoxCardOrder, "comboBoxCardOrder");
     this.comboBoxCardOrder.Name = "comboBoxCardOrder";
     this.comboBoxCardOrder.SelectedIndexChanged += new System.EventHandler(this.comboBoxCardOrder_SelectedIndexChanged);
     //
     // lblPrintStyle
     //
     resources.ApplyResources(this.lblPrintStyle, "lblPrintStyle");
     this.lblPrintStyle.Name = "lblPrintStyle";
     //
     // listViewBoxesSelection
     //
     this.listViewBoxesSelection.BackColor = System.Drawing.SystemColors.Control;
     this.listViewBoxesSelection.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listViewBoxesSelection.CheckBoxes = true;
     resources.ApplyResources(this.listViewBoxesSelection, "listViewBoxesSelection");
     this.listViewBoxesSelection.GridLines = true;
     this.listViewBoxesSelection.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listViewBoxesSelection.MultiSelect = false;
     this.listViewBoxesSelection.Name = "listViewBoxesSelection";
     this.listViewBoxesSelection.Scrollable = false;
     this.listViewBoxesSelection.ShowItemToolTips = true;
     this.listViewBoxesSelection.UseCompatibleStateImageBehavior = false;
     this.listViewBoxesSelection.View = System.Windows.Forms.View.List;
     this.listViewBoxesSelection.ItemActivate += new System.EventHandler(this.listViewBoxesSelection_ItemActivate);
     this.listViewBoxesSelection.EnabledChanged += new System.EventHandler(this.listViewBoxesSelection_EnabledChanged);
     this.listViewBoxesSelection.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewBoxesSelection_ItemChecked);
     //
     // checkBoxAllBoxes
     //
     resources.ApplyResources(this.checkBoxAllBoxes, "checkBoxAllBoxes");
     this.checkBoxAllBoxes.Checked = true;
     this.checkBoxAllBoxes.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAllBoxes.Name = "checkBoxAllBoxes";
     this.checkBoxAllBoxes.UseVisualStyleBackColor = true;
     this.checkBoxAllBoxes.CheckedChanged += new System.EventHandler(this.checkBoxAllBoxes_CheckedChanged);
     //
     // lblCardOrder
     //
     resources.ApplyResources(this.lblCardOrder, "lblCardOrder");
     this.lblCardOrder.Name = "lblCardOrder";
     //
     // GBBoxes
     //
     this.GBBoxes.Controls.Add(this.listViewBoxesSelection);
     resources.ApplyResources(this.GBBoxes, "GBBoxes");
     this.GBBoxes.Name = "GBBoxes";
     this.GBBoxes.TabStop = false;
     //
     // cbReverseOrder
     //
     resources.ApplyResources(this.cbReverseOrder, "cbReverseOrder");
     this.cbReverseOrder.Name = "cbReverseOrder";
     this.cbReverseOrder.UseVisualStyleBackColor = true;
     //
     // lblCurSelVal
     //
     resources.ApplyResources(this.lblCurSelVal, "lblCurSelVal");
     this.lblCurSelVal.Name = "lblCurSelVal";
     //
     // GBPrintOptions
     //
     this.GBPrintOptions.Controls.Add(this.lblCardOrder);
     this.GBPrintOptions.Controls.Add(this.comboBoxPrintStyle);
     this.GBPrintOptions.Controls.Add(this.lblPrintStyle);
     this.GBPrintOptions.Controls.Add(this.cbReverseOrder);
     this.GBPrintOptions.Controls.Add(this.comboBoxCardOrder);
     resources.ApplyResources(this.GBPrintOptions, "GBPrintOptions");
     this.GBPrintOptions.Name = "GBPrintOptions";
     this.GBPrintOptions.TabStop = false;
     //
     // timerUpdateStatistics
     //
     this.timerUpdateStatistics.Interval = 250;
     this.timerUpdateStatistics.Tick += new System.EventHandler(this.timerUpdateStatistics_Tick);
     //
     // buttonWizard
     //
     resources.ApplyResources(this.buttonWizard, "buttonWizard");
     this.buttonWizard.Name = "buttonWizard";
     this.buttonWizard.UseVisualStyleBackColor = true;
     this.buttonWizard.Click += new System.EventHandler(this.buttonWizard_Click);
     //
     // PrintForm
     //
     this.AcceptButton = this.btnPreview;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.checkBoxAllBoxes);
     this.Controls.Add(this.buttonWizard);
     this.Controls.Add(this.GBPrintOptions);
     this.Controls.Add(this.lblCurSelVal);
     this.Controls.Add(this.GBBoxes);
     this.Controls.Add(this.btnPreview);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.GBChapters);
     this.Controls.Add(this.Browser);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainHelp.SetHelpKeyword(this, resources.GetString("$this.HelpKeyword"));
     this.MainHelp.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "PrintForm";
     this.MainHelp.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.ShowInTaskbar = false;
     this.Load += new System.EventHandler(this.TPrintForm_Load);
     this.GBChapters.ResumeLayout(false);
     this.GBBoxes.ResumeLayout(false);
     this.GBPrintOptions.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #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(PrintForm));
     this.GBChapters             = new System.Windows.Forms.GroupBox();
     this.Chapters               = new MLifter.Controls.ChapterFrame();
     this.btnCancel              = new System.Windows.Forms.Button();
     this.Browser                = new System.Windows.Forms.WebBrowser();
     this.btnPreview             = new System.Windows.Forms.Button();
     this.comboBoxPrintStyle     = new System.Windows.Forms.ComboBox();
     this.comboBoxCardOrder      = new System.Windows.Forms.ComboBox();
     this.lblPrintStyle          = new System.Windows.Forms.Label();
     this.listViewBoxesSelection = new System.Windows.Forms.ListView();
     this.checkBoxAllBoxes       = new System.Windows.Forms.CheckBox();
     this.lblCardOrder           = new System.Windows.Forms.Label();
     this.GBBoxes                = new System.Windows.Forms.GroupBox();
     this.cbReverseOrder         = new System.Windows.Forms.CheckBox();
     this.lblCurSelVal           = new System.Windows.Forms.Label();
     this.GBPrintOptions         = new System.Windows.Forms.GroupBox();
     this.timerUpdateStatistics  = new System.Windows.Forms.Timer(this.components);
     this.buttonWizard           = new System.Windows.Forms.Button();
     this.MainHelp               = new System.Windows.Forms.HelpProvider();
     this.GBChapters.SuspendLayout();
     this.GBBoxes.SuspendLayout();
     this.GBPrintOptions.SuspendLayout();
     this.SuspendLayout();
     //
     // GBChapters
     //
     this.GBChapters.Controls.Add(this.Chapters);
     resources.ApplyResources(this.GBChapters, "GBChapters");
     this.GBChapters.Name    = "GBChapters";
     this.GBChapters.TabStop = false;
     //
     // Chapters
     //
     resources.ApplyResources(this.Chapters, "Chapters");
     this.Chapters.Name      = "Chapters";
     this.Chapters.OnUpdate += new MLifter.Controls.ChapterFrame.FieldEventHandler(this.Chapters_OnUpdate);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     //
     // Browser
     //
     resources.ApplyResources(this.Browser, "Browser");
     this.Browser.MinimumSize        = new System.Drawing.Size(20, 20);
     this.Browser.Name               = "Browser";
     this.Browser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.Browser_DocumentCompleted);
     //
     // btnPreview
     //
     resources.ApplyResources(this.btnPreview, "btnPreview");
     this.btnPreview.Name   = "btnPreview";
     this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
     //
     // comboBoxPrintStyle
     //
     this.comboBoxPrintStyle.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxPrintStyle.FormattingEnabled = true;
     resources.ApplyResources(this.comboBoxPrintStyle, "comboBoxPrintStyle");
     this.comboBoxPrintStyle.Name = "comboBoxPrintStyle";
     //
     // comboBoxCardOrder
     //
     this.comboBoxCardOrder.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxCardOrder.FormattingEnabled = true;
     resources.ApplyResources(this.comboBoxCardOrder, "comboBoxCardOrder");
     this.comboBoxCardOrder.Name = "comboBoxCardOrder";
     this.comboBoxCardOrder.SelectedIndexChanged += new System.EventHandler(this.comboBoxCardOrder_SelectedIndexChanged);
     //
     // lblPrintStyle
     //
     resources.ApplyResources(this.lblPrintStyle, "lblPrintStyle");
     this.lblPrintStyle.Name = "lblPrintStyle";
     //
     // listViewBoxesSelection
     //
     this.listViewBoxesSelection.BackColor   = System.Drawing.SystemColors.Control;
     this.listViewBoxesSelection.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listViewBoxesSelection.CheckBoxes  = true;
     resources.ApplyResources(this.listViewBoxesSelection, "listViewBoxesSelection");
     this.listViewBoxesSelection.GridLines        = true;
     this.listViewBoxesSelection.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.None;
     this.listViewBoxesSelection.MultiSelect      = false;
     this.listViewBoxesSelection.Name             = "listViewBoxesSelection";
     this.listViewBoxesSelection.Scrollable       = false;
     this.listViewBoxesSelection.ShowItemToolTips = true;
     this.listViewBoxesSelection.UseCompatibleStateImageBehavior = false;
     this.listViewBoxesSelection.View            = System.Windows.Forms.View.List;
     this.listViewBoxesSelection.ItemActivate   += new System.EventHandler(this.listViewBoxesSelection_ItemActivate);
     this.listViewBoxesSelection.EnabledChanged += new System.EventHandler(this.listViewBoxesSelection_EnabledChanged);
     this.listViewBoxesSelection.ItemChecked    += new System.Windows.Forms.ItemCheckedEventHandler(this.listViewBoxesSelection_ItemChecked);
     //
     // checkBoxAllBoxes
     //
     resources.ApplyResources(this.checkBoxAllBoxes, "checkBoxAllBoxes");
     this.checkBoxAllBoxes.Checked    = true;
     this.checkBoxAllBoxes.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAllBoxes.Name       = "checkBoxAllBoxes";
     this.checkBoxAllBoxes.UseVisualStyleBackColor = true;
     this.checkBoxAllBoxes.CheckedChanged         += new System.EventHandler(this.checkBoxAllBoxes_CheckedChanged);
     //
     // lblCardOrder
     //
     resources.ApplyResources(this.lblCardOrder, "lblCardOrder");
     this.lblCardOrder.Name = "lblCardOrder";
     //
     // GBBoxes
     //
     this.GBBoxes.Controls.Add(this.listViewBoxesSelection);
     resources.ApplyResources(this.GBBoxes, "GBBoxes");
     this.GBBoxes.Name    = "GBBoxes";
     this.GBBoxes.TabStop = false;
     //
     // cbReverseOrder
     //
     resources.ApplyResources(this.cbReverseOrder, "cbReverseOrder");
     this.cbReverseOrder.Name = "cbReverseOrder";
     this.cbReverseOrder.UseVisualStyleBackColor = true;
     //
     // lblCurSelVal
     //
     resources.ApplyResources(this.lblCurSelVal, "lblCurSelVal");
     this.lblCurSelVal.Name = "lblCurSelVal";
     //
     // GBPrintOptions
     //
     this.GBPrintOptions.Controls.Add(this.lblCardOrder);
     this.GBPrintOptions.Controls.Add(this.comboBoxPrintStyle);
     this.GBPrintOptions.Controls.Add(this.lblPrintStyle);
     this.GBPrintOptions.Controls.Add(this.cbReverseOrder);
     this.GBPrintOptions.Controls.Add(this.comboBoxCardOrder);
     resources.ApplyResources(this.GBPrintOptions, "GBPrintOptions");
     this.GBPrintOptions.Name    = "GBPrintOptions";
     this.GBPrintOptions.TabStop = false;
     //
     // timerUpdateStatistics
     //
     this.timerUpdateStatistics.Interval = 250;
     this.timerUpdateStatistics.Tick    += new System.EventHandler(this.timerUpdateStatistics_Tick);
     //
     // buttonWizard
     //
     resources.ApplyResources(this.buttonWizard, "buttonWizard");
     this.buttonWizard.Name = "buttonWizard";
     this.buttonWizard.UseVisualStyleBackColor = true;
     this.buttonWizard.Click += new System.EventHandler(this.buttonWizard_Click);
     //
     // PrintForm
     //
     this.AcceptButton = this.btnPreview;
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.checkBoxAllBoxes);
     this.Controls.Add(this.buttonWizard);
     this.Controls.Add(this.GBPrintOptions);
     this.Controls.Add(this.lblCurSelVal);
     this.Controls.Add(this.GBBoxes);
     this.Controls.Add(this.btnPreview);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.GBChapters);
     this.Controls.Add(this.Browser);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainHelp.SetHelpKeyword(this, resources.GetString("$this.HelpKeyword"));
     this.MainHelp.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "PrintForm";
     this.MainHelp.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.ShowInTaskbar = false;
     this.Load         += new System.EventHandler(this.TPrintForm_Load);
     this.GBChapters.ResumeLayout(false);
     this.GBBoxes.ResumeLayout(false);
     this.GBPrintOptions.ResumeLayout(false);
     this.ResumeLayout(false);
 }