/GraphLib/PrintPreviewForm.Designer.cs

https://gitlab.com/thmjpr/ngmo_psu · C# · 264 lines · 193 code · 6 blank · 65 comment · 3 complexity · aa3a9d20994c3bf55dfa07126e963d4b MD5 · raw file

  1. namespace GraphLib
  2. {
  3. partial class PrintPreviewForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.printPreviewCtrl = new System.Windows.Forms.PrintPreviewControl();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.rb_Unscaled = new System.Windows.Forms.RadioButton();
  32. this.rb_BestFit = new System.Windows.Forms.RadioButton();
  33. this.rb_Scale = new System.Windows.Forms.RadioButton();
  34. this.cb_PrintBackground = new System.Windows.Forms.CheckBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.cb_Printer = new System.Windows.Forms.ComboBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.cb_Orientation = new System.Windows.Forms.ComboBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.cb_PaperSize = new System.Windows.Forms.ComboBox();
  41. this.bt_Cancel = new System.Windows.Forms.Button();
  42. this.bt_print = new System.Windows.Forms.Button();
  43. this.splitContainer1.Panel1.SuspendLayout();
  44. this.splitContainer1.Panel2.SuspendLayout();
  45. this.splitContainer1.SuspendLayout();
  46. this.groupBox1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // printPreviewCtrl
  50. //
  51. this.printPreviewCtrl.BackColor = System.Drawing.SystemColors.ControlLight;
  52. this.printPreviewCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.printPreviewCtrl.Location = new System.Drawing.Point(0, 0);
  54. this.printPreviewCtrl.Name = "printPreviewCtrl";
  55. this.printPreviewCtrl.Size = new System.Drawing.Size(453, 501);
  56. this.printPreviewCtrl.TabIndex = 1;
  57. //
  58. // splitContainer1
  59. //
  60. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  62. this.splitContainer1.IsSplitterFixed = true;
  63. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  64. this.splitContainer1.Name = "splitContainer1";
  65. //
  66. // splitContainer1.Panel1
  67. //
  68. this.splitContainer1.Panel1.Controls.Add(this.printPreviewCtrl);
  69. //
  70. // splitContainer1.Panel2
  71. //
  72. this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
  73. this.splitContainer1.Panel2.Controls.Add(this.cb_PrintBackground);
  74. this.splitContainer1.Panel2.Controls.Add(this.label3);
  75. this.splitContainer1.Panel2.Controls.Add(this.cb_Printer);
  76. this.splitContainer1.Panel2.Controls.Add(this.label2);
  77. this.splitContainer1.Panel2.Controls.Add(this.cb_Orientation);
  78. this.splitContainer1.Panel2.Controls.Add(this.label1);
  79. this.splitContainer1.Panel2.Controls.Add(this.cb_PaperSize);
  80. this.splitContainer1.Panel2.Controls.Add(this.bt_Cancel);
  81. this.splitContainer1.Panel2.Controls.Add(this.bt_print);
  82. this.splitContainer1.Size = new System.Drawing.Size(681, 501);
  83. this.splitContainer1.SplitterDistance = 453;
  84. this.splitContainer1.TabIndex = 2;
  85. //
  86. // groupBox1
  87. //
  88. this.groupBox1.Controls.Add(this.rb_Unscaled);
  89. this.groupBox1.Controls.Add(this.rb_BestFit);
  90. this.groupBox1.Controls.Add(this.rb_Scale);
  91. this.groupBox1.Location = new System.Drawing.Point(18, 188);
  92. this.groupBox1.Name = "groupBox1";
  93. this.groupBox1.Size = new System.Drawing.Size(93, 93);
  94. this.groupBox1.TabIndex = 12;
  95. this.groupBox1.TabStop = false;
  96. this.groupBox1.Text = "Scaling";
  97. //
  98. // rb_Unscaled
  99. //
  100. this.rb_Unscaled.AutoSize = true;
  101. this.rb_Unscaled.Location = new System.Drawing.Point(13, 19);
  102. this.rb_Unscaled.Name = "rb_Unscaled";
  103. this.rb_Unscaled.Size = new System.Drawing.Size(70, 17);
  104. this.rb_Unscaled.TabIndex = 8;
  105. this.rb_Unscaled.TabStop = true;
  106. this.rb_Unscaled.Text = "Unscaled";
  107. this.rb_Unscaled.UseVisualStyleBackColor = true;
  108. this.rb_Unscaled.CheckedChanged += new System.EventHandler(this.rb_Unscaled_CheckedChanged);
  109. //
  110. // rb_BestFit
  111. //
  112. this.rb_BestFit.AutoSize = true;
  113. this.rb_BestFit.Location = new System.Drawing.Point(13, 65);
  114. this.rb_BestFit.Name = "rb_BestFit";
  115. this.rb_BestFit.Size = new System.Drawing.Size(60, 17);
  116. this.rb_BestFit.TabIndex = 6;
  117. this.rb_BestFit.TabStop = true;
  118. this.rb_BestFit.Text = "Best Fit";
  119. this.rb_BestFit.UseVisualStyleBackColor = true;
  120. this.rb_BestFit.CheckedChanged += new System.EventHandler(this.rb_BestFit_CheckedChanged);
  121. //
  122. // rb_Scale
  123. //
  124. this.rb_Scale.AutoSize = true;
  125. this.rb_Scale.Location = new System.Drawing.Point(13, 42);
  126. this.rb_Scale.Name = "rb_Scale";
  127. this.rb_Scale.Size = new System.Drawing.Size(52, 17);
  128. this.rb_Scale.TabIndex = 7;
  129. this.rb_Scale.TabStop = true;
  130. this.rb_Scale.Text = "Scale";
  131. this.rb_Scale.UseVisualStyleBackColor = true;
  132. this.rb_Scale.CheckedChanged += new System.EventHandler(this.rb_Scale_CheckedChanged);
  133. //
  134. // cb_PrintBackground
  135. //
  136. this.cb_PrintBackground.AutoSize = true;
  137. this.cb_PrintBackground.Location = new System.Drawing.Point(22, 321);
  138. this.cb_PrintBackground.Name = "cb_PrintBackground";
  139. this.cb_PrintBackground.Size = new System.Drawing.Size(108, 17);
  140. this.cb_PrintBackground.TabIndex = 11;
  141. this.cb_PrintBackground.Text = "Print Background";
  142. this.cb_PrintBackground.UseVisualStyleBackColor = true;
  143. this.cb_PrintBackground.Visible = false;
  144. this.cb_PrintBackground.CheckedChanged += new System.EventHandler(this.cb_PrintBackground_CheckedChanged);
  145. //
  146. // label3
  147. //
  148. this.label3.AutoSize = true;
  149. this.label3.Location = new System.Drawing.Point(19, 29);
  150. this.label3.Name = "label3";
  151. this.label3.Size = new System.Drawing.Size(37, 13);
  152. this.label3.TabIndex = 10;
  153. this.label3.Text = "Printer";
  154. //
  155. // cb_Printer
  156. //
  157. this.cb_Printer.FormattingEnabled = true;
  158. this.cb_Printer.Location = new System.Drawing.Point(18, 45);
  159. this.cb_Printer.Name = "cb_Printer";
  160. this.cb_Printer.Size = new System.Drawing.Size(195, 21);
  161. this.cb_Printer.TabIndex = 9;
  162. this.cb_Printer.SelectedIndexChanged += new System.EventHandler(this.cb_Printer_SelectedIndexChanged);
  163. //
  164. // label2
  165. //
  166. this.label2.AutoSize = true;
  167. this.label2.Location = new System.Drawing.Point(19, 134);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(58, 13);
  170. this.label2.TabIndex = 5;
  171. this.label2.Text = "Orientation";
  172. //
  173. // cb_Orientation
  174. //
  175. this.cb_Orientation.FormattingEnabled = true;
  176. this.cb_Orientation.Items.AddRange(new object[] {
  177. "Portrait",
  178. "Landscape"});
  179. this.cb_Orientation.Location = new System.Drawing.Point(18, 150);
  180. this.cb_Orientation.Name = "cb_Orientation";
  181. this.cb_Orientation.Size = new System.Drawing.Size(93, 21);
  182. this.cb_Orientation.TabIndex = 4;
  183. this.cb_Orientation.SelectedIndexChanged += new System.EventHandler(this.cb_Orientation_SelectedIndexChanged);
  184. //
  185. // label1
  186. //
  187. this.label1.AutoSize = true;
  188. this.label1.Location = new System.Drawing.Point(19, 81);
  189. this.label1.Name = "label1";
  190. this.label1.Size = new System.Drawing.Size(58, 13);
  191. this.label1.TabIndex = 3;
  192. this.label1.Text = "Paper Size";
  193. //
  194. // cb_PaperSize
  195. //
  196. this.cb_PaperSize.FormattingEnabled = true;
  197. this.cb_PaperSize.Location = new System.Drawing.Point(18, 97);
  198. this.cb_PaperSize.Name = "cb_PaperSize";
  199. this.cb_PaperSize.Size = new System.Drawing.Size(93, 21);
  200. this.cb_PaperSize.TabIndex = 2;
  201. this.cb_PaperSize.SelectedIndexChanged += new System.EventHandler(this.cb_PaperSize_SelectedIndexChanged);
  202. //
  203. // bt_Cancel
  204. //
  205. this.bt_Cancel.Location = new System.Drawing.Point(118, 450);
  206. this.bt_Cancel.Name = "bt_Cancel";
  207. this.bt_Cancel.Size = new System.Drawing.Size(69, 26);
  208. this.bt_Cancel.TabIndex = 1;
  209. this.bt_Cancel.Text = "Cancel";
  210. this.bt_Cancel.UseVisualStyleBackColor = true;
  211. this.bt_Cancel.Click += new System.EventHandler(this.bt_Cancel_Click);
  212. //
  213. // bt_print
  214. //
  215. this.bt_print.Location = new System.Drawing.Point(22, 450);
  216. this.bt_print.Name = "bt_print";
  217. this.bt_print.Size = new System.Drawing.Size(69, 26);
  218. this.bt_print.TabIndex = 0;
  219. this.bt_print.Text = "Print";
  220. this.bt_print.UseVisualStyleBackColor = true;
  221. this.bt_print.Click += new System.EventHandler(this.bt_print_Click);
  222. //
  223. // PrintPreviewForm
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.ClientSize = new System.Drawing.Size(681, 501);
  228. this.Controls.Add(this.splitContainer1);
  229. this.MaximumSize = new System.Drawing.Size(697, 537);
  230. this.MinimumSize = new System.Drawing.Size(697, 537);
  231. this.Name = "PrintPreviewForm";
  232. this.Text = "PrintPreviewForm";
  233. this.splitContainer1.Panel1.ResumeLayout(false);
  234. this.splitContainer1.Panel2.ResumeLayout(false);
  235. this.splitContainer1.Panel2.PerformLayout();
  236. this.splitContainer1.ResumeLayout(false);
  237. this.groupBox1.ResumeLayout(false);
  238. this.groupBox1.PerformLayout();
  239. this.ResumeLayout(false);
  240. }
  241. #endregion
  242. private System.Windows.Forms.PrintPreviewControl printPreviewCtrl;
  243. private System.Windows.Forms.SplitContainer splitContainer1;
  244. private System.Windows.Forms.Button bt_Cancel;
  245. private System.Windows.Forms.Button bt_print;
  246. private System.Windows.Forms.Label label1;
  247. private System.Windows.Forms.ComboBox cb_PaperSize;
  248. private System.Windows.Forms.Label label2;
  249. private System.Windows.Forms.ComboBox cb_Orientation;
  250. private System.Windows.Forms.RadioButton rb_Scale;
  251. private System.Windows.Forms.RadioButton rb_BestFit;
  252. private System.Windows.Forms.RadioButton rb_Unscaled;
  253. private System.Windows.Forms.Label label3;
  254. private System.Windows.Forms.ComboBox cb_Printer;
  255. private System.Windows.Forms.GroupBox groupBox1;
  256. private System.Windows.Forms.CheckBox cb_PrintBackground;
  257. }
  258. }