namespace MarkdownRenderer { partial class PrintToPdfForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintToPdfForm)); this.MainSplitContainer = new System.Windows.Forms.SplitContainer(); this.LeftSideSplitContainer = new System.Windows.Forms.SplitContainer(); this.CancelPrintButton = new System.Windows.Forms.Button(); this.SaveButton = new System.Windows.Forms.Button(); this.RefreshButton = new System.Windows.Forms.Button(); this.PrintSettingPropertyGrid = new System.Windows.Forms.PropertyGrid(); ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit(); this.MainSplitContainer.Panel1.SuspendLayout(); this.MainSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LeftSideSplitContainer)).BeginInit(); this.LeftSideSplitContainer.Panel1.SuspendLayout(); this.LeftSideSplitContainer.Panel2.SuspendLayout(); this.LeftSideSplitContainer.SuspendLayout(); this.SuspendLayout(); // // MainSplitContainer // this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.MainSplitContainer.Location = new System.Drawing.Point(0, 0); this.MainSplitContainer.Margin = new System.Windows.Forms.Padding(2); this.MainSplitContainer.Name = "MainSplitContainer"; // // MainSplitContainer.Panel1 // this.MainSplitContainer.Panel1.Controls.Add(this.LeftSideSplitContainer); this.MainSplitContainer.Size = new System.Drawing.Size(692, 465); this.MainSplitContainer.SplitterDistance = 229; this.MainSplitContainer.TabIndex = 0; // // LeftSideSplitContainer // this.LeftSideSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.LeftSideSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.LeftSideSplitContainer.IsSplitterFixed = true; this.LeftSideSplitContainer.Location = new System.Drawing.Point(0, 0); this.LeftSideSplitContainer.Margin = new System.Windows.Forms.Padding(2); this.LeftSideSplitContainer.Name = "LeftSideSplitContainer"; this.LeftSideSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // LeftSideSplitContainer.Panel1 // this.LeftSideSplitContainer.Panel1.Controls.Add(this.CancelPrintButton); this.LeftSideSplitContainer.Panel1.Controls.Add(this.SaveButton); this.LeftSideSplitContainer.Panel1.Controls.Add(this.RefreshButton); // // LeftSideSplitContainer.Panel2 // this.LeftSideSplitContainer.Panel2.Controls.Add(this.PrintSettingPropertyGrid); this.LeftSideSplitContainer.Size = new System.Drawing.Size(229, 465); this.LeftSideSplitContainer.SplitterWidth = 3; this.LeftSideSplitContainer.TabIndex = 0; // // CancelPrintButton // this.CancelPrintButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelPrintButton.Location = new System.Drawing.Point(171, 10); this.CancelPrintButton.Margin = new System.Windows.Forms.Padding(2); this.CancelPrintButton.Name = "CancelPrintButton"; this.CancelPrintButton.Size = new System.Drawing.Size(56, 21); this.CancelPrintButton.TabIndex = 2; this.CancelPrintButton.Text = "Cancel"; this.CancelPrintButton.UseVisualStyleBackColor = true; this.CancelPrintButton.Click += new System.EventHandler(this.CancelButton_Click); // // SaveButton // this.SaveButton.Location = new System.Drawing.Point(87, 10); this.SaveButton.Margin = new System.Windows.Forms.Padding(2); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(56, 21); this.SaveButton.TabIndex = 1; this.SaveButton.Text = "Save"; this.SaveButton.UseVisualStyleBackColor = true; this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click); // // RefreshButton // this.RefreshButton.Location = new System.Drawing.Point(9, 10); this.RefreshButton.Margin = new System.Windows.Forms.Padding(2); this.RefreshButton.Name = "RefreshButton"; this.RefreshButton.Size = new System.Drawing.Size(56, 21); this.RefreshButton.TabIndex = 0; this.RefreshButton.Text = "Refresh"; this.RefreshButton.UseVisualStyleBackColor = true; this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click); // // PrintSettingPropertyGrid // this.PrintSettingPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.PrintSettingPropertyGrid.Location = new System.Drawing.Point(0, 0); this.PrintSettingPropertyGrid.Margin = new System.Windows.Forms.Padding(2); this.PrintSettingPropertyGrid.Name = "PrintSettingPropertyGrid"; this.PrintSettingPropertyGrid.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; this.PrintSettingPropertyGrid.Size = new System.Drawing.Size(229, 412); this.PrintSettingPropertyGrid.TabIndex = 0; this.PrintSettingPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PrintSettingPropertyGrid_PropertyValueChanged); // // PrintToPdfForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.CancelPrintButton; this.ClientSize = new System.Drawing.Size(692, 465); this.Controls.Add(this.MainSplitContainer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "PrintToPdfForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Print to PDF"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PrintToPdfForm_FormClosed); this.MainSplitContainer.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit(); this.MainSplitContainer.ResumeLayout(false); this.LeftSideSplitContainer.Panel1.ResumeLayout(false); this.LeftSideSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.LeftSideSplitContainer)).EndInit(); this.LeftSideSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer MainSplitContainer; private System.Windows.Forms.SplitContainer LeftSideSplitContainer; private System.Windows.Forms.Button CancelPrintButton; private System.Windows.Forms.Button RefreshButton; private System.Windows.Forms.Button SaveButton; private System.Windows.Forms.PropertyGrid PrintSettingPropertyGrid; } }