Menu

[r32]: / trunk / WhatsappClient / Forms / Form_Main.Designer.cs  Maximize  Restore  History

Download this file

169 lines (163 with data), 8.4 kB

  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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
namespace WhatsappClient
{
partial class Form_Main
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Main));
this.PictureBox_Logo = new System.Windows.Forms.PictureBox();
this.TabControl_Main = new System.Windows.Forms.TabControl();
this.TabPage_Chats = new System.Windows.Forms.TabPage();
this.TabPage_Contacts = new System.Windows.Forms.TabPage();
this.TabPage_Settings = new System.Windows.Forms.TabPage();
this.TabPage_About = new System.Windows.Forms.TabPage();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Logo)).BeginInit();
this.TabControl_Main.SuspendLayout();
this.TabPage_Chats.SuspendLayout();
this.SuspendLayout();
//
// PictureBox_Logo
//
this.PictureBox_Logo.BackColor = System.Drawing.Color.Transparent;
this.PictureBox_Logo.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox_Logo.Image")));
this.PictureBox_Logo.Location = new System.Drawing.Point(14, 16);
this.PictureBox_Logo.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.PictureBox_Logo.Name = "PictureBox_Logo";
this.PictureBox_Logo.Size = new System.Drawing.Size(279, 80);
this.PictureBox_Logo.TabIndex = 1;
this.PictureBox_Logo.TabStop = false;
//
// TabControl_Main
//
this.TabControl_Main.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TabControl_Main.Controls.Add(this.TabPage_Chats);
this.TabControl_Main.Controls.Add(this.TabPage_Contacts);
this.TabControl_Main.Controls.Add(this.TabPage_Settings);
this.TabControl_Main.Controls.Add(this.TabPage_About);
this.TabControl_Main.Location = new System.Drawing.Point(14, 104);
this.TabControl_Main.Name = "TabControl_Main";
this.TabControl_Main.SelectedIndex = 0;
this.TabControl_Main.Size = new System.Drawing.Size(893, 480);
this.TabControl_Main.TabIndex = 2;
//
// TabPage_Chats
//
this.TabPage_Chats.Controls.Add(this.textBox2);
this.TabPage_Chats.Controls.Add(this.button1);
this.TabPage_Chats.Controls.Add(this.textBox1);
this.TabPage_Chats.Location = new System.Drawing.Point(4, 25);
this.TabPage_Chats.Name = "TabPage_Chats";
this.TabPage_Chats.Padding = new System.Windows.Forms.Padding(3);
this.TabPage_Chats.Size = new System.Drawing.Size(885, 451);
this.TabPage_Chats.TabIndex = 0;
this.TabPage_Chats.Text = "Chats";
this.TabPage_Chats.UseVisualStyleBackColor = true;
//
// TabPage_Contacts
//
this.TabPage_Contacts.Location = new System.Drawing.Point(4, 25);
this.TabPage_Contacts.Name = "TabPage_Contacts";
this.TabPage_Contacts.Padding = new System.Windows.Forms.Padding(3);
this.TabPage_Contacts.Size = new System.Drawing.Size(885, 451);
this.TabPage_Contacts.TabIndex = 1;
this.TabPage_Contacts.Text = "Contacts";
this.TabPage_Contacts.UseVisualStyleBackColor = true;
//
// TabPage_Settings
//
this.TabPage_Settings.Location = new System.Drawing.Point(4, 25);
this.TabPage_Settings.Name = "TabPage_Settings";
this.TabPage_Settings.Size = new System.Drawing.Size(885, 451);
this.TabPage_Settings.TabIndex = 2;
this.TabPage_Settings.Text = "Settings";
this.TabPage_Settings.UseVisualStyleBackColor = true;
//
// TabPage_About
//
this.TabPage_About.Location = new System.Drawing.Point(4, 25);
this.TabPage_About.Name = "TabPage_About";
this.TabPage_About.Size = new System.Drawing.Size(885, 451);
this.TabPage_About.TabIndex = 3;
this.TabPage_About.Text = "About";
this.TabPage_About.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(6, 6);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 23);
this.textBox1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(112, 6);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 52);
this.button1.TabIndex = 1;
this.button1.Text = "Send";
this.button1.UseVisualStyleBackColor = true;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(6, 35);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 23);
this.textBox2.TabIndex = 2;
//
// Form_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(919, 596);
this.Controls.Add(this.TabControl_Main);
this.Controls.Add(this.PictureBox_Logo);
this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "Form_Main";
this.Text = "WhatsApp Desktop Client v1.0";
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Logo)).EndInit();
this.TabControl_Main.ResumeLayout(false);
this.TabPage_Chats.ResumeLayout(false);
this.TabPage_Chats.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox PictureBox_Logo;
private System.Windows.Forms.TabControl TabControl_Main;
private System.Windows.Forms.TabPage TabPage_Chats;
private System.Windows.Forms.TabPage TabPage_Contacts;
private System.Windows.Forms.TabPage TabPage_Settings;
private System.Windows.Forms.TabPage TabPage_About;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
}
}
MongoDB Logo MongoDB