-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReviewText.Designer.cs
147 lines (141 loc) · 7.27 KB
/
ReviewText.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
namespace ProiectPAWGestiune
{
partial class ReviewText
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <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();
this.textBox1 = new System.Windows.Forms.TextBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.serializareToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deserializareToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.salvareInFisierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.citireDinFisierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.textBox1.Location = new System.Drawing.Point(0, 0);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(568, 450);
this.textBox1.TabIndex = 0;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.serializareToolStripMenuItem,
this.deserializareToolStripMenuItem,
this.salvareInFisierToolStripMenuItem,
this.citireDinFisierToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(149, 92);
//
// serializareToolStripMenuItem
//
this.serializareToolStripMenuItem.Name = "serializareToolStripMenuItem";
this.serializareToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.serializareToolStripMenuItem.Text = "Serializare";
this.serializareToolStripMenuItem.Click += new System.EventHandler(this.serializareToolStripMenuItem_Click);
//
// deserializareToolStripMenuItem
//
this.deserializareToolStripMenuItem.Name = "deserializareToolStripMenuItem";
this.deserializareToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.deserializareToolStripMenuItem.Text = "Deserializare";
this.deserializareToolStripMenuItem.Click += new System.EventHandler(this.deserializareToolStripMenuItem_Click);
//
// salvareInFisierToolStripMenuItem
//
this.salvareInFisierToolStripMenuItem.Name = "salvareInFisierToolStripMenuItem";
this.salvareInFisierToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.salvareInFisierToolStripMenuItem.Text = "SalvareInFisier";
this.salvareInFisierToolStripMenuItem.Click += new System.EventHandler(this.salvareInFisierToolStripMenuItem_Click);
//
// citireDinFisierToolStripMenuItem
//
this.citireDinFisierToolStripMenuItem.Name = "citireDinFisierToolStripMenuItem";
this.citireDinFisierToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.citireDinFisierToolStripMenuItem.Text = "CitireDinFisier";
this.citireDinFisierToolStripMenuItem.Click += new System.EventHandler(this.citireDinFisierToolStripMenuItem_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = global::ProiectPAWGestiune.Properties.Resources.LogoBG__2_;
this.pictureBox1.Location = new System.Drawing.Point(689, 363);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(99, 75);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 10;
this.pictureBox1.TabStop = false;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(588, 51);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
this.dateTimePicker1.TabIndex = 11;
//
// ReviewText
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.ContextMenuStrip = this.contextMenuStrip1;
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.textBox1);
this.Name = "ReviewText";
this.Text = "ReviewText";
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem serializareToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deserializareToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem salvareInFisierToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem citireDinFisierToolStripMenuItem;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
}
}