771 lines
33 KiB
VB.net
771 lines
33 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSendSMS
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSendSMS))
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.txtHandyNummer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cboLandVorwahl = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.txtNachricht = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
|
Me.btnAbbrechen = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.Button9 = New System.Windows.Forms.Button()
|
|
Me.Button10 = New System.Windows.Forms.Button()
|
|
Me.Button11 = New System.Windows.Forms.Button()
|
|
Me.Button12 = New System.Windows.Forms.Button()
|
|
Me.cbxLKWOK = New System.Windows.Forms.CheckBox()
|
|
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Button13 = New System.Windows.Forms.Button()
|
|
Me.Button14 = New System.Windows.Forms.Button()
|
|
Me.Button15 = New System.Windows.Forms.Button()
|
|
Me.Button16 = New System.Windows.Forms.Button()
|
|
Me.Button17 = New System.Windows.Forms.Button()
|
|
Me.Button18 = New System.Windows.Forms.Button()
|
|
Me.Button19 = New System.Windows.Forms.Button()
|
|
Me.Button20 = New System.Windows.Forms.Button()
|
|
Me.btnSndWhatsApp = New System.Windows.Forms.Button()
|
|
Me.Button21 = New System.Windows.Forms.Button()
|
|
Me.Button22 = New System.Windows.Forms.Button()
|
|
Me.Button23 = New System.Windows.Forms.Button()
|
|
Me.Button24 = New System.Windows.Forms.Button()
|
|
Me.Button25 = New System.Windows.Forms.Button()
|
|
Me.Button26 = New System.Windows.Forms.Button()
|
|
Me.btnWhatsApp = New System.Windows.Forms.Button()
|
|
Me.btnSMS = New System.Windows.Forms.Button()
|
|
Me.lblInfoWhatsApp = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.MyRichTextBox1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Button27 = New System.Windows.Forms.Button()
|
|
Me.Button28 = New System.Windows.Forms.Button()
|
|
Me.Button29 = New System.Windows.Forms.Button()
|
|
Me.Button30 = New System.Windows.Forms.Button()
|
|
Me.Button31 = New System.Windows.Forms.Button()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.pnl.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(12, 9)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(284, 13)
|
|
Me.lbl.TabIndex = 0
|
|
Me.lbl.Text = "Bitten geben Sie eine Handynummer und die Nachricht an:"
|
|
'
|
|
'txtHandyNummer
|
|
'
|
|
Me.txtHandyNummer._DateTimeOnly = False
|
|
Me.txtHandyNummer._numbersOnly = False
|
|
Me.txtHandyNummer._numbersOnlyKommastellen = ""
|
|
Me.txtHandyNummer._numbersOnlyTrennzeichen = True
|
|
Me.txtHandyNummer._Prozent = False
|
|
Me.txtHandyNummer._ShortDateNew = False
|
|
Me.txtHandyNummer._ShortDateOnly = False
|
|
Me.txtHandyNummer._TimeOnly = False
|
|
Me.txtHandyNummer._TimeOnly_Seconds = False
|
|
Me.txtHandyNummer._value = ""
|
|
Me.txtHandyNummer._Waehrung = False
|
|
Me.txtHandyNummer._WaehrungZeichen = True
|
|
Me.txtHandyNummer.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtHandyNummer.ForeColor = System.Drawing.Color.Black
|
|
Me.txtHandyNummer.Location = New System.Drawing.Point(15, 57)
|
|
Me.txtHandyNummer.MaxLineLength = -1
|
|
Me.txtHandyNummer.MaxLines_Warning = ""
|
|
Me.txtHandyNummer.MaxLines_Warning_Label = Nothing
|
|
Me.txtHandyNummer.Multiline = True
|
|
Me.txtHandyNummer.Name = "txtHandyNummer"
|
|
Me.txtHandyNummer.Size = New System.Drawing.Size(307, 28)
|
|
Me.txtHandyNummer.TabIndex = 2
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Label1.Location = New System.Drawing.Point(12, 37)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(381, 25)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Handynummer (immer mit Ländervorwahl):"
|
|
'
|
|
'cboLandVorwahl
|
|
'
|
|
Me.cboLandVorwahl._allowedValuesFreiText = Nothing
|
|
Me.cboLandVorwahl._allowFreiText = True
|
|
Me.cboLandVorwahl._value = ""
|
|
Me.cboLandVorwahl.DropDownWidth = 250
|
|
Me.cboLandVorwahl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.cboLandVorwahl.FormattingEnabled = True
|
|
Me.cboLandVorwahl.Location = New System.Drawing.Point(370, 232)
|
|
Me.cboLandVorwahl.Name = "cboLandVorwahl"
|
|
Me.cboLandVorwahl.Size = New System.Drawing.Size(64, 37)
|
|
Me.cboLandVorwahl.TabIndex = 7
|
|
Me.cboLandVorwahl.Visible = False
|
|
'
|
|
'txtNachricht
|
|
'
|
|
Me.txtNachricht.Enabled = False
|
|
Me.txtNachricht.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtNachricht.Location = New System.Drawing.Point(15, 229)
|
|
Me.txtNachricht.MaxLength = 500
|
|
Me.txtNachricht.MaxLineLength = -1
|
|
Me.txtNachricht.MaxLines_Warning = ""
|
|
Me.txtNachricht.MaxLines_Warning_Label = Nothing
|
|
Me.txtNachricht.Name = "txtNachricht"
|
|
Me.txtNachricht.Size = New System.Drawing.Size(442, 78)
|
|
Me.txtNachricht.TabIndex = 6
|
|
Me.txtNachricht.Text = ""
|
|
'
|
|
'btnAbbrechen
|
|
'
|
|
Me.btnAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.btnAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAbbrechen.Image = Global.SDL.My.Resources.Resources.del_small
|
|
Me.btnAbbrechen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnAbbrechen.Location = New System.Drawing.Point(321, 255)
|
|
Me.btnAbbrechen.Name = "btnAbbrechen"
|
|
Me.btnAbbrechen.Size = New System.Drawing.Size(117, 25)
|
|
Me.btnAbbrechen.TabIndex = 22
|
|
Me.btnAbbrechen.Text = " Abbrechen"
|
|
Me.btnAbbrechen.UseVisualStyleBackColor = True
|
|
Me.btnAbbrechen.Visible = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Label2.Location = New System.Drawing.Point(12, 209)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(100, 25)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "Nachricht:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(15, 331)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(307, 25)
|
|
Me.Button1.TabIndex = 8
|
|
Me.Button1.Text = "Bitte zu VERAG kommen!"
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(15, 355)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(307, 25)
|
|
Me.Button2.TabIndex = 11
|
|
Me.Button2.Text = "Bitte zu VERAG kommen und den Pass mitnehmen!"
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Location = New System.Drawing.Point(15, 379)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(307, 25)
|
|
Me.Button3.TabIndex = 15
|
|
Me.Button3.Text = "Bitte zu VERAG kommen und den Stempel mitnehmen!"
|
|
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Location = New System.Drawing.Point(15, 403)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(307, 25)
|
|
Me.Button4.TabIndex = 19
|
|
Me.Button4.Text = "Bitte zu VERAG kommen und Bargeld mitnehmen: €" & Global.Microsoft.VisualBasic.ChrW(10) & " ..." & Global.Microsoft.VisualBasic.ChrW(10)
|
|
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Location = New System.Drawing.Point(321, 403)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button5.TabIndex = 20
|
|
Me.Button5.Text = "TR"
|
|
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'Button6
|
|
'
|
|
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button6.Location = New System.Drawing.Point(321, 379)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button6.TabIndex = 16
|
|
Me.Button6.Text = "TR"
|
|
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
'
|
|
'Button7
|
|
'
|
|
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button7.Location = New System.Drawing.Point(321, 355)
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button7.TabIndex = 12
|
|
Me.Button7.Text = "TR"
|
|
Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button7.UseVisualStyleBackColor = True
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button8.Location = New System.Drawing.Point(321, 331)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button8.TabIndex = 9
|
|
Me.Button8.Text = "TR"
|
|
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'Button9
|
|
'
|
|
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button9.Location = New System.Drawing.Point(355, 403)
|
|
Me.Button9.Name = "Button9"
|
|
Me.Button9.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button9.TabIndex = 21
|
|
Me.Button9.Text = "YU"
|
|
Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button9.UseVisualStyleBackColor = True
|
|
'
|
|
'Button10
|
|
'
|
|
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button10.Location = New System.Drawing.Point(355, 379)
|
|
Me.Button10.Name = "Button10"
|
|
Me.Button10.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button10.TabIndex = 17
|
|
Me.Button10.Text = "YU"
|
|
Me.Button10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button10.UseVisualStyleBackColor = True
|
|
'
|
|
'Button11
|
|
'
|
|
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button11.Location = New System.Drawing.Point(355, 355)
|
|
Me.Button11.Name = "Button11"
|
|
Me.Button11.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button11.TabIndex = 13
|
|
Me.Button11.Text = "YU"
|
|
Me.Button11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button11.UseVisualStyleBackColor = True
|
|
'
|
|
'Button12
|
|
'
|
|
Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button12.Location = New System.Drawing.Point(355, 331)
|
|
Me.Button12.Name = "Button12"
|
|
Me.Button12.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button12.TabIndex = 10
|
|
Me.Button12.Text = "YU"
|
|
Me.Button12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button12.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxLKWOK
|
|
'
|
|
Me.cbxLKWOK.AutoSize = True
|
|
Me.cbxLKWOK.Checked = True
|
|
Me.cbxLKWOK.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxLKWOK.Location = New System.Drawing.Point(329, 122)
|
|
Me.cbxLKWOK.Name = "cbxLKWOK"
|
|
Me.cbxLKWOK.Size = New System.Drawing.Size(127, 21)
|
|
Me.cbxLKWOK.TabIndex = 18
|
|
Me.cbxLKWOK.Text = "LKW auf OK setzen"
|
|
Me.cbxLKWOK.UseVisualStyleBackColor = True
|
|
'
|
|
'cboFirma
|
|
'
|
|
Me.cboFirma._allowedValuesFreiText = Nothing
|
|
Me.cboFirma._allowFreiText = True
|
|
Me.cboFirma._value = ""
|
|
Me.cboFirma.DropDownWidth = 250
|
|
Me.cboFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.cboFirma.FormattingEnabled = True
|
|
Me.cboFirma.Location = New System.Drawing.Point(329, 57)
|
|
Me.cboFirma.Name = "cboFirma"
|
|
Me.cboFirma.Size = New System.Drawing.Size(128, 37)
|
|
Me.cboFirma.TabIndex = 5
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Label3.Location = New System.Drawing.Point(326, 37)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(67, 25)
|
|
Me.Label3.TabIndex = 4
|
|
Me.Label3.Text = "Firma:"
|
|
'
|
|
'Button13
|
|
'
|
|
Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button13.Location = New System.Drawing.Point(389, 403)
|
|
Me.Button13.Name = "Button13"
|
|
Me.Button13.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button13.TabIndex = 26
|
|
Me.Button13.Text = "RO"
|
|
Me.Button13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button13.UseVisualStyleBackColor = True
|
|
'
|
|
'Button14
|
|
'
|
|
Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button14.Location = New System.Drawing.Point(389, 379)
|
|
Me.Button14.Name = "Button14"
|
|
Me.Button14.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button14.TabIndex = 25
|
|
Me.Button14.Text = "RO"
|
|
Me.Button14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button14.UseVisualStyleBackColor = True
|
|
'
|
|
'Button15
|
|
'
|
|
Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button15.Location = New System.Drawing.Point(389, 355)
|
|
Me.Button15.Name = "Button15"
|
|
Me.Button15.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button15.TabIndex = 24
|
|
Me.Button15.Text = "RO"
|
|
Me.Button15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button15.UseVisualStyleBackColor = True
|
|
'
|
|
'Button16
|
|
'
|
|
Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button16.Location = New System.Drawing.Point(389, 331)
|
|
Me.Button16.Name = "Button16"
|
|
Me.Button16.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button16.TabIndex = 23
|
|
Me.Button16.Text = "RO"
|
|
Me.Button16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button16.UseVisualStyleBackColor = True
|
|
'
|
|
'Button17
|
|
'
|
|
Me.Button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button17.Location = New System.Drawing.Point(422, 403)
|
|
Me.Button17.Name = "Button17"
|
|
Me.Button17.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button17.TabIndex = 30
|
|
Me.Button17.Text = "BG"
|
|
Me.Button17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button17.UseVisualStyleBackColor = True
|
|
'
|
|
'Button18
|
|
'
|
|
Me.Button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button18.Location = New System.Drawing.Point(422, 379)
|
|
Me.Button18.Name = "Button18"
|
|
Me.Button18.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button18.TabIndex = 29
|
|
Me.Button18.Text = "BG"
|
|
Me.Button18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button18.UseVisualStyleBackColor = True
|
|
'
|
|
'Button19
|
|
'
|
|
Me.Button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button19.Location = New System.Drawing.Point(422, 355)
|
|
Me.Button19.Name = "Button19"
|
|
Me.Button19.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button19.TabIndex = 28
|
|
Me.Button19.Text = "BG"
|
|
Me.Button19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button19.UseVisualStyleBackColor = True
|
|
'
|
|
'Button20
|
|
'
|
|
Me.Button20.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button20.Location = New System.Drawing.Point(422, 331)
|
|
Me.Button20.Name = "Button20"
|
|
Me.Button20.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button20.TabIndex = 27
|
|
Me.Button20.Text = "BG"
|
|
Me.Button20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button20.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSndWhatsApp
|
|
'
|
|
Me.btnSndWhatsApp.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSndWhatsApp.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
|
Me.btnSndWhatsApp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSndWhatsApp.Location = New System.Drawing.Point(302, 2)
|
|
Me.btnSndWhatsApp.Name = "btnSndWhatsApp"
|
|
Me.btnSndWhatsApp.Size = New System.Drawing.Size(155, 32)
|
|
Me.btnSndWhatsApp.TabIndex = 31
|
|
Me.btnSndWhatsApp.Text = "Nr an WhatsApp (FO) senden"
|
|
Me.btnSndWhatsApp.UseVisualStyleBackColor = True
|
|
Me.btnSndWhatsApp.Visible = False
|
|
'
|
|
'Button21
|
|
'
|
|
Me.Button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button21.Location = New System.Drawing.Point(422, 427)
|
|
Me.Button21.Name = "Button21"
|
|
Me.Button21.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button21.TabIndex = 36
|
|
Me.Button21.Text = "BG"
|
|
Me.Button21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button21.UseVisualStyleBackColor = True
|
|
'
|
|
'Button22
|
|
'
|
|
Me.Button22.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button22.Location = New System.Drawing.Point(389, 427)
|
|
Me.Button22.Name = "Button22"
|
|
Me.Button22.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button22.TabIndex = 35
|
|
Me.Button22.Text = "RO"
|
|
Me.Button22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button22.UseVisualStyleBackColor = True
|
|
'
|
|
'Button23
|
|
'
|
|
Me.Button23.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button23.Location = New System.Drawing.Point(355, 427)
|
|
Me.Button23.Name = "Button23"
|
|
Me.Button23.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button23.TabIndex = 34
|
|
Me.Button23.Text = "YU"
|
|
Me.Button23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button23.UseVisualStyleBackColor = True
|
|
'
|
|
'Button24
|
|
'
|
|
Me.Button24.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button24.Location = New System.Drawing.Point(321, 427)
|
|
Me.Button24.Name = "Button24"
|
|
Me.Button24.Size = New System.Drawing.Size(35, 25)
|
|
Me.Button24.TabIndex = 33
|
|
Me.Button24.Text = "TR"
|
|
Me.Button24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button24.UseVisualStyleBackColor = True
|
|
'
|
|
'Button25
|
|
'
|
|
Me.Button25.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button25.Location = New System.Drawing.Point(15, 427)
|
|
Me.Button25.Name = "Button25"
|
|
Me.Button25.Size = New System.Drawing.Size(307, 25)
|
|
Me.Button25.TabIndex = 32
|
|
Me.Button25.Text = "Bitte Kuvert beim Zoll holen und zu VERAG kommen!"
|
|
Me.Button25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button25.UseVisualStyleBackColor = True
|
|
'
|
|
'Button26
|
|
'
|
|
Me.Button26.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button26.Image = Global.SDL.My.Resources.Resources.sms_s
|
|
Me.Button26.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button26.Location = New System.Drawing.Point(329, 141)
|
|
Me.Button26.Name = "Button26"
|
|
Me.Button26.Size = New System.Drawing.Size(128, 43)
|
|
Me.Button26.TabIndex = 37
|
|
Me.Button26.Text = " SMS senden >>"
|
|
Me.Button26.UseVisualStyleBackColor = True
|
|
Me.Button26.Visible = False
|
|
'
|
|
'btnWhatsApp
|
|
'
|
|
Me.btnWhatsApp.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.btnWhatsApp.BackgroundImage = Global.SDL.My.Resources.Resources.WhatsApp_big
|
|
Me.btnWhatsApp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnWhatsApp.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.btnWhatsApp.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnWhatsApp.Location = New System.Drawing.Point(15, 122)
|
|
Me.btnWhatsApp.Name = "btnWhatsApp"
|
|
Me.btnWhatsApp.Size = New System.Drawing.Size(150, 62)
|
|
Me.btnWhatsApp.TabIndex = 38
|
|
Me.btnWhatsApp.UseVisualStyleBackColor = False
|
|
'
|
|
'btnSMS
|
|
'
|
|
Me.btnSMS.BackColor = System.Drawing.Color.White
|
|
Me.btnSMS.BackgroundImage = Global.SDL.My.Resources.Resources.sms
|
|
Me.btnSMS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnSMS.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.btnSMS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSMS.Location = New System.Drawing.Point(172, 122)
|
|
Me.btnSMS.Name = "btnSMS"
|
|
Me.btnSMS.Size = New System.Drawing.Size(150, 62)
|
|
Me.btnSMS.TabIndex = 39
|
|
Me.btnSMS.UseVisualStyleBackColor = False
|
|
'
|
|
'lblInfoWhatsApp
|
|
'
|
|
Me.lblInfoWhatsApp.AutoSize = True
|
|
Me.lblInfoWhatsApp.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.lblInfoWhatsApp.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.lblInfoWhatsApp.Location = New System.Drawing.Point(197, 209)
|
|
Me.lblInfoWhatsApp.Name = "lblInfoWhatsApp"
|
|
Me.lblInfoWhatsApp.Size = New System.Drawing.Size(381, 20)
|
|
Me.lblInfoWhatsApp.TabIndex = 40
|
|
Me.lblInfoWhatsApp.Text = "Der Text kann bei WhatsApp nicht verändert werden!"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Label4.Location = New System.Drawing.Point(52, 102)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(111, 25)
|
|
Me.Label4.TabIndex = 42
|
|
Me.Label4.Text = "WhatsApp:"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Label5.Location = New System.Drawing.Point(223, 102)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(63, 25)
|
|
Me.Label5.TabIndex = 44
|
|
Me.Label5.Text = "SMS:"
|
|
'
|
|
'MyRichTextBox1
|
|
'
|
|
Me.MyRichTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.MyRichTextBox1.Location = New System.Drawing.Point(15, 28)
|
|
Me.MyRichTextBox1.MaxLength = 500
|
|
Me.MyRichTextBox1.MaxLineLength = -1
|
|
Me.MyRichTextBox1.MaxLines_Warning = ""
|
|
Me.MyRichTextBox1.MaxLines_Warning_Label = Nothing
|
|
Me.MyRichTextBox1.Name = "MyRichTextBox1"
|
|
Me.MyRichTextBox1.Size = New System.Drawing.Size(272, 44)
|
|
Me.MyRichTextBox1.TabIndex = 45
|
|
Me.MyRichTextBox1.Text = ""
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Label6.Location = New System.Drawing.Point(12, 12)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(285, 20)
|
|
Me.Label6.TabIndex = 48
|
|
Me.Label6.Text = "WhatsApp: Bitte zu VERAG kommen..."
|
|
'
|
|
'Button27
|
|
'
|
|
Me.Button27.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button27.Location = New System.Drawing.Point(422, 28)
|
|
Me.Button27.Name = "Button27"
|
|
Me.Button27.Size = New System.Drawing.Size(35, 44)
|
|
Me.Button27.TabIndex = 52
|
|
Me.Button27.Text = "BG"
|
|
Me.Button27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button27.UseVisualStyleBackColor = True
|
|
'
|
|
'Button28
|
|
'
|
|
Me.Button28.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button28.Location = New System.Drawing.Point(389, 28)
|
|
Me.Button28.Name = "Button28"
|
|
Me.Button28.Size = New System.Drawing.Size(35, 44)
|
|
Me.Button28.TabIndex = 51
|
|
Me.Button28.Text = "RO"
|
|
Me.Button28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button28.UseVisualStyleBackColor = True
|
|
'
|
|
'Button29
|
|
'
|
|
Me.Button29.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button29.Location = New System.Drawing.Point(355, 28)
|
|
Me.Button29.Name = "Button29"
|
|
Me.Button29.Size = New System.Drawing.Size(35, 44)
|
|
Me.Button29.TabIndex = 50
|
|
Me.Button29.Text = "YU"
|
|
Me.Button29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button29.UseVisualStyleBackColor = True
|
|
'
|
|
'Button30
|
|
'
|
|
Me.Button30.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button30.Location = New System.Drawing.Point(321, 28)
|
|
Me.Button30.Name = "Button30"
|
|
Me.Button30.Size = New System.Drawing.Size(35, 44)
|
|
Me.Button30.TabIndex = 49
|
|
Me.Button30.Text = "TR"
|
|
Me.Button30.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button30.UseVisualStyleBackColor = True
|
|
'
|
|
'Button31
|
|
'
|
|
Me.Button31.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button31.Location = New System.Drawing.Point(287, 28)
|
|
Me.Button31.Name = "Button31"
|
|
Me.Button31.Size = New System.Drawing.Size(35, 44)
|
|
Me.Button31.TabIndex = 53
|
|
Me.Button31.Text = "DE"
|
|
Me.Button31.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button31.UseVisualStyleBackColor = True
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.Controls.Add(Me.Label6)
|
|
Me.pnl.Controls.Add(Me.Button31)
|
|
Me.pnl.Controls.Add(Me.MyRichTextBox1)
|
|
Me.pnl.Controls.Add(Me.Button27)
|
|
Me.pnl.Controls.Add(Me.Button30)
|
|
Me.pnl.Controls.Add(Me.Button28)
|
|
Me.pnl.Controls.Add(Me.Button29)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pnl.Location = New System.Drawing.Point(0, 458)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(469, 108)
|
|
Me.pnl.TabIndex = 54
|
|
'
|
|
'frmSendSMS
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(469, 566)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.lblInfoWhatsApp)
|
|
Me.Controls.Add(Me.btnSMS)
|
|
Me.Controls.Add(Me.btnWhatsApp)
|
|
Me.Controls.Add(Me.Button21)
|
|
Me.Controls.Add(Me.Button22)
|
|
Me.Controls.Add(Me.Button23)
|
|
Me.Controls.Add(Me.Button24)
|
|
Me.Controls.Add(Me.Button25)
|
|
Me.Controls.Add(Me.btnSndWhatsApp)
|
|
Me.Controls.Add(Me.Button17)
|
|
Me.Controls.Add(Me.Button18)
|
|
Me.Controls.Add(Me.Button19)
|
|
Me.Controls.Add(Me.Button20)
|
|
Me.Controls.Add(Me.Button13)
|
|
Me.Controls.Add(Me.Button14)
|
|
Me.Controls.Add(Me.Button15)
|
|
Me.Controls.Add(Me.Button16)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.cboFirma)
|
|
Me.Controls.Add(Me.cboLandVorwahl)
|
|
Me.Controls.Add(Me.Button9)
|
|
Me.Controls.Add(Me.Button10)
|
|
Me.Controls.Add(Me.Button11)
|
|
Me.Controls.Add(Me.Button12)
|
|
Me.Controls.Add(Me.Button5)
|
|
Me.Controls.Add(Me.Button6)
|
|
Me.Controls.Add(Me.Button7)
|
|
Me.Controls.Add(Me.Button8)
|
|
Me.Controls.Add(Me.Button4)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.btnAbbrechen)
|
|
Me.Controls.Add(Me.txtNachricht)
|
|
Me.Controls.Add(Me.txtHandyNummer)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.lbl)
|
|
Me.Controls.Add(Me.cbxLKWOK)
|
|
Me.Controls.Add(Me.Button26)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmSendSMS"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "SMS versenden"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents lbl As System.Windows.Forms.Label
|
|
Friend WithEvents txtHandyNummer As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents cboLandVorwahl As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents txtNachricht As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
|
Friend WithEvents btnAbbrechen As System.Windows.Forms.Button
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
Friend WithEvents Button6 As System.Windows.Forms.Button
|
|
Friend WithEvents Button7 As System.Windows.Forms.Button
|
|
Friend WithEvents Button8 As System.Windows.Forms.Button
|
|
Friend WithEvents Button9 As System.Windows.Forms.Button
|
|
Friend WithEvents Button10 As System.Windows.Forms.Button
|
|
Friend WithEvents Button11 As System.Windows.Forms.Button
|
|
Friend WithEvents Button12 As System.Windows.Forms.Button
|
|
Friend WithEvents cbxLKWOK As CheckBox
|
|
Friend WithEvents cboFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Button13 As Button
|
|
Friend WithEvents Button14 As Button
|
|
Friend WithEvents Button15 As Button
|
|
Friend WithEvents Button16 As Button
|
|
Friend WithEvents Button17 As Button
|
|
Friend WithEvents Button18 As Button
|
|
Friend WithEvents Button19 As Button
|
|
Friend WithEvents Button20 As Button
|
|
Friend WithEvents btnSndWhatsApp As Button
|
|
Friend WithEvents Button21 As Button
|
|
Friend WithEvents Button22 As Button
|
|
Friend WithEvents Button23 As Button
|
|
Friend WithEvents Button24 As Button
|
|
Friend WithEvents Button25 As Button
|
|
Friend WithEvents Button26 As Button
|
|
Friend WithEvents btnWhatsApp As Button
|
|
Friend WithEvents btnSMS As Button
|
|
Friend WithEvents lblInfoWhatsApp As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents MyRichTextBox1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents Button27 As Button
|
|
Friend WithEvents Button28 As Button
|
|
Friend WithEvents Button29 As Button
|
|
Friend WithEvents Button30 As Button
|
|
Friend WithEvents Button31 As Button
|
|
Friend WithEvents pnl As Panel
|
|
End Class
|