| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class SMSform
|
|---|
| 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 | this.button1 = new System.Windows.Forms.Button();
|
|---|
| 32 | this.trescTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 33 | this.ntTelTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 34 | this.label1 = new System.Windows.Forms.Label();
|
|---|
| 35 | this.label2 = new System.Windows.Forms.Label();
|
|---|
| 36 | this.kontaktyTableAdapter1 = new Baza_Reklam.REKLAMADataSetTableAdapters.KONTAKTYTableAdapter();
|
|---|
| 37 | this.SuspendLayout();
|
|---|
| 38 | //
|
|---|
| 39 | // button1
|
|---|
| 40 | //
|
|---|
| 41 | this.button1.Location = new System.Drawing.Point(109, 156);
|
|---|
| 42 | this.button1.Name = "button1";
|
|---|
| 43 | this.button1.Size = new System.Drawing.Size(75, 23);
|
|---|
| 44 | this.button1.TabIndex = 0;
|
|---|
| 45 | this.button1.Text = "Wylij";
|
|---|
| 46 | this.button1.UseVisualStyleBackColor = true;
|
|---|
| 47 | this.button1.Click += new System.EventHandler(this.button1_Click);
|
|---|
| 48 | //
|
|---|
| 49 | // trescTextBox
|
|---|
| 50 | //
|
|---|
| 51 | this.trescTextBox.Location = new System.Drawing.Point(26, 89);
|
|---|
| 52 | this.trescTextBox.Multiline = true;
|
|---|
| 53 | this.trescTextBox.Name = "trescTextBox";
|
|---|
| 54 | this.trescTextBox.Size = new System.Drawing.Size(246, 51);
|
|---|
| 55 | this.trescTextBox.TabIndex = 1;
|
|---|
| 56 | //
|
|---|
| 57 | // ntTelTextBox
|
|---|
| 58 | //
|
|---|
| 59 | this.ntTelTextBox.Location = new System.Drawing.Point(26, 33);
|
|---|
| 60 | this.ntTelTextBox.Name = "ntTelTextBox";
|
|---|
| 61 | this.ntTelTextBox.Size = new System.Drawing.Size(246, 20);
|
|---|
| 62 | this.ntTelTextBox.TabIndex = 2;
|
|---|
| 63 | //
|
|---|
| 64 | // label1
|
|---|
| 65 | //
|
|---|
| 66 | this.label1.AutoSize = true;
|
|---|
| 67 | this.label1.Location = new System.Drawing.Point(23, 17);
|
|---|
| 68 | this.label1.Name = "label1";
|
|---|
| 69 | this.label1.Size = new System.Drawing.Size(59, 13);
|
|---|
| 70 | this.label1.TabIndex = 3;
|
|---|
| 71 | this.label1.Text = "Nr telefonu";
|
|---|
| 72 | //
|
|---|
| 73 | // label2
|
|---|
| 74 | //
|
|---|
| 75 | this.label2.AutoSize = true;
|
|---|
| 76 | this.label2.Location = new System.Drawing.Point(23, 73);
|
|---|
| 77 | this.label2.Name = "label2";
|
|---|
| 78 | this.label2.Size = new System.Drawing.Size(64, 13);
|
|---|
| 79 | this.label2.TabIndex = 4;
|
|---|
| 80 | this.label2.Text = "Treæ sms-a";
|
|---|
| 81 | //
|
|---|
| 82 | // kontaktyTableAdapter1
|
|---|
| 83 | //
|
|---|
| 84 | this.kontaktyTableAdapter1.ClearBeforeFill = true;
|
|---|
| 85 | //
|
|---|
| 86 | // SMSform
|
|---|
| 87 | //
|
|---|
| 88 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 89 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 90 | this.ClientSize = new System.Drawing.Size(296, 191);
|
|---|
| 91 | this.Controls.Add(this.label2);
|
|---|
| 92 | this.Controls.Add(this.label1);
|
|---|
| 93 | this.Controls.Add(this.ntTelTextBox);
|
|---|
| 94 | this.Controls.Add(this.trescTextBox);
|
|---|
| 95 | this.Controls.Add(this.button1);
|
|---|
| 96 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|---|
| 97 | this.Name = "SMSform";
|
|---|
| 98 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|---|
| 99 | this.Text = "SMS";
|
|---|
| 100 | this.Load += new System.EventHandler(this.SMSform_Load);
|
|---|
| 101 | this.ResumeLayout(false);
|
|---|
| 102 | this.PerformLayout();
|
|---|
| 103 |
|
|---|
| 104 | }
|
|---|
| 105 |
|
|---|
| 106 | #endregion
|
|---|
| 107 |
|
|---|
| 108 | private System.Windows.Forms.Button button1;
|
|---|
| 109 | private System.Windows.Forms.TextBox trescTextBox;
|
|---|
| 110 | private System.Windows.Forms.TextBox ntTelTextBox;
|
|---|
| 111 | private System.Windows.Forms.Label label1;
|
|---|
| 112 | private System.Windows.Forms.Label label2;
|
|---|
| 113 | private Baza_Reklam.REKLAMADataSetTableAdapters.KONTAKTYTableAdapter kontaktyTableAdapter1;
|
|---|
| 114 | }
|
|---|
| 115 | } |
|---|