ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.ScratchPad/ScratchPad.Designer.cs
Revision: 774
Committed: Thu Jun 20 22:33:04 2013 UTC (10 years, 3 months ago) by william
File size: 4980 byte(s)
Log Message:

File Contents

# Content
1 namespace RomCheater.ScratchPad
2 {
3 partial class ScratchPad
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScratchPad));
32 this.ScracthPadSaver = new System.Windows.Forms.SaveFileDialog();
33 this.ScracthPadLoader = new System.Windows.Forms.OpenFileDialog();
34 this.tb = new System.Windows.Forms.TabControl();
35 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
36 this.mnuItemNew = new System.Windows.Forms.ToolStripButton();
37 this.toolStrip1.SuspendLayout();
38 this.SuspendLayout();
39 //
40 // ScracthPadSaver
41 //
42 this.ScracthPadSaver.DefaultExt = "txt";
43 this.ScracthPadSaver.Filter = "Text Files|*.txt|All Files|*.*";
44 this.ScracthPadSaver.SupportMultiDottedExtensions = true;
45 this.ScracthPadSaver.Title = "Please choose the fail to save";
46 //
47 // ScracthPadLoader
48 //
49 this.ScracthPadLoader.DefaultExt = "txt";
50 this.ScracthPadLoader.Filter = "Text Files|*.txt|All Files|*.*";
51 this.ScracthPadLoader.SupportMultiDottedExtensions = true;
52 this.ScracthPadLoader.Title = "Please choose the file to load";
53 //
54 // tb
55 //
56 this.tb.Dock = System.Windows.Forms.DockStyle.Fill;
57 this.tb.Location = new System.Drawing.Point(0, 25);
58 this.tb.Name = "tb";
59 this.tb.SelectedIndex = 0;
60 this.tb.Size = new System.Drawing.Size(743, 362);
61 this.tb.TabIndex = 1;
62 //
63 // toolStrip1
64 //
65 this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
66 this.mnuItemNew});
67 this.toolStrip1.Location = new System.Drawing.Point(0, 0);
68 this.toolStrip1.Name = "toolStrip1";
69 this.toolStrip1.Size = new System.Drawing.Size(743, 25);
70 this.toolStrip1.TabIndex = 2;
71 this.toolStrip1.Text = "toolStrip1";
72 //
73 // mnuItemNew
74 //
75 this.mnuItemNew.Image = ((System.Drawing.Image)(resources.GetObject("mnuItemNew.Image")));
76 this.mnuItemNew.ImageTransparentColor = System.Drawing.Color.Magenta;
77 this.mnuItemNew.Name = "mnuItemNew";
78 this.mnuItemNew.Size = new System.Drawing.Size(51, 22);
79 this.mnuItemNew.Text = "&New";
80 this.mnuItemNew.Click += new System.EventHandler(this.mnuItemNew_Click);
81 //
82 // ScratchPad
83 //
84 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
85 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
86 this.ClientSize = new System.Drawing.Size(743, 387);
87 this.Controls.Add(this.tb);
88 this.Controls.Add(this.toolStrip1);
89 this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90 this.Name = "ScratchPad";
91 this.Text = "Scratch Pad";
92 this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate);
93 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScratchPad_FormClosing);
94 this.Load += new System.EventHandler(this.ScratchPad_Load);
95 this.toolStrip1.ResumeLayout(false);
96 this.toolStrip1.PerformLayout();
97 this.ResumeLayout(false);
98 this.PerformLayout();
99
100 }
101
102 #endregion
103
104 private System.Windows.Forms.SaveFileDialog ScracthPadSaver;
105 private System.Windows.Forms.OpenFileDialog ScracthPadLoader;
106 private System.Windows.Forms.TabControl tb;
107 private System.Windows.Forms.ToolStrip toolStrip1;
108 private System.Windows.Forms.ToolStripButton mnuItemNew;
109 }
110 }