Advertisement
eXsses

PaySafeCard-Checker [ Form1.Designer.cs ]

Apr 13th, 2014
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 11.16 KB | None | 0 0
  1. namespace PSC_Checker
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Erforderliche Designervariable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Verwendete Ressourcen bereinigen.
  12.         /// </summary>
  13.         /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls 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 Vom Windows Form-Designer generierter Code
  24.  
  25.         /// <summary>
  26.         /// Erforderliche Methode für die Designerunterstützung.
  27.         /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  32.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33.             this.textBox1 = new System.Windows.Forms.TextBox();
  34.             this.button2 = new System.Windows.Forms.Button();
  35.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  36.             this.listView1 = new System.Windows.Forms.ListView();
  37.             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38.             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  40.             this.button5 = new System.Windows.Forms.Button();
  41.             this.button4 = new System.Windows.Forms.Button();
  42.             this.button3 = new System.Windows.Forms.Button();
  43.             this.groupBox3 = new System.Windows.Forms.GroupBox();
  44.             this.textBox2 = new System.Windows.Forms.TextBox();
  45.             this.checkBox1 = new System.Windows.Forms.CheckBox();
  46.             this.label1 = new System.Windows.Forms.Label();
  47.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48.             this.groupBox1.SuspendLayout();
  49.             this.groupBox2.SuspendLayout();
  50.             this.groupBox3.SuspendLayout();
  51.             this.SuspendLayout();
  52.             //
  53.             // pictureBox1
  54.             //
  55.             this.pictureBox1.BackColor = System.Drawing.SystemColors.Window;
  56.             this.pictureBox1.Location = new System.Drawing.Point(6, 19);
  57.             this.pictureBox1.Name = "pictureBox1";
  58.             this.pictureBox1.Size = new System.Drawing.Size(130, 24);
  59.             this.pictureBox1.TabIndex = 2;
  60.             this.pictureBox1.TabStop = false;
  61.             //
  62.             // textBox1
  63.             //
  64.             this.textBox1.BackColor = System.Drawing.Color.Silver;
  65.             this.textBox1.Location = new System.Drawing.Point(6, 49);
  66.             this.textBox1.Name = "textBox1";
  67.             this.textBox1.Size = new System.Drawing.Size(130, 20);
  68.             this.textBox1.TabIndex = 3;
  69.             //
  70.             // button2
  71.             //
  72.             this.button2.Location = new System.Drawing.Point(6, 75);
  73.             this.button2.Name = "button2";
  74.             this.button2.Size = new System.Drawing.Size(130, 23);
  75.             this.button2.TabIndex = 4;
  76.             this.button2.Text = "Captcha Überprüfen";
  77.             this.button2.UseVisualStyleBackColor = true;
  78.             this.button2.Click += new System.EventHandler(this.button2_Click);
  79.             //
  80.             // groupBox1
  81.             //
  82.             this.groupBox1.BackColor = System.Drawing.Color.Gray;
  83.             this.groupBox1.Controls.Add(this.pictureBox1);
  84.             this.groupBox1.Controls.Add(this.button2);
  85.             this.groupBox1.Controls.Add(this.textBox1);
  86.             this.groupBox1.Location = new System.Drawing.Point(12, 12);
  87.             this.groupBox1.Name = "groupBox1";
  88.             this.groupBox1.Size = new System.Drawing.Size(140, 111);
  89.             this.groupBox1.TabIndex = 5;
  90.             this.groupBox1.TabStop = false;
  91.             this.groupBox1.Text = "Captcha";
  92.             //
  93.             // listView1
  94.             //
  95.             this.listView1.Activation = System.Windows.Forms.ItemActivation.OneClick;
  96.             this.listView1.BackColor = System.Drawing.Color.White;
  97.             this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  98.             this.columnHeader1,
  99.             this.columnHeader2});
  100.             this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  101.             this.listView1.FullRowSelect = true;
  102.             this.listView1.GridLines = true;
  103.             this.listView1.HoverSelection = true;
  104.             this.listView1.Location = new System.Drawing.Point(3, 16);
  105.             this.listView1.Name = "listView1";
  106.             this.listView1.Size = new System.Drawing.Size(243, 371);
  107.             this.listView1.TabIndex = 6;
  108.             this.listView1.UseCompatibleStateImageBehavior = false;
  109.             this.listView1.View = System.Windows.Forms.View.Details;
  110.             //
  111.             // columnHeader1
  112.             //
  113.             this.columnHeader1.Text = "PSC Code";
  114.             this.columnHeader1.Width = 149;
  115.             //
  116.             // columnHeader2
  117.             //
  118.             this.columnHeader2.Text = "PSC Wert in €";
  119.             this.columnHeader2.Width = 90;
  120.             //
  121.             // groupBox2
  122.             //
  123.             this.groupBox2.Controls.Add(this.listView1);
  124.             this.groupBox2.Location = new System.Drawing.Point(177, 12);
  125.             this.groupBox2.Name = "groupBox2";
  126.             this.groupBox2.Size = new System.Drawing.Size(249, 390);
  127.             this.groupBox2.TabIndex = 7;
  128.             this.groupBox2.TabStop = false;
  129.             this.groupBox2.Text = "Dein PSC´s";
  130.             //
  131.             // button5
  132.             //
  133.             this.button5.Location = new System.Drawing.Point(6, 103);
  134.             this.button5.Name = "button5";
  135.             this.button5.Size = new System.Drawing.Size(107, 23);
  136.             this.button5.TabIndex = 9;
  137.             this.button5.Text = "PSC speichern als";
  138.             this.button5.UseVisualStyleBackColor = true;
  139.             this.button5.Click += new System.EventHandler(this.button5_Click);
  140.             //
  141.             // button4
  142.             //
  143.             this.button4.Location = new System.Drawing.Point(6, 74);
  144.             this.button4.Name = "button4";
  145.             this.button4.Size = new System.Drawing.Size(143, 23);
  146.             this.button4.TabIndex = 8;
  147.             this.button4.Text = "Von Hand Hinzufügen";
  148.             this.button4.UseVisualStyleBackColor = true;
  149.             this.button4.Click += new System.EventHandler(this.button4_Click);
  150.             //
  151.             // button3
  152.             //
  153.             this.button3.Location = new System.Drawing.Point(6, 19);
  154.             this.button3.Name = "button3";
  155.             this.button3.Size = new System.Drawing.Size(91, 23);
  156.             this.button3.TabIndex = 7;
  157.             this.button3.Text = "Txt Datei laden";
  158.             this.button3.UseVisualStyleBackColor = true;
  159.             this.button3.Click += new System.EventHandler(this.button3_Click);
  160.             //
  161.             // groupBox3
  162.             //
  163.             this.groupBox3.BackColor = System.Drawing.Color.Gray;
  164.             this.groupBox3.Controls.Add(this.textBox2);
  165.             this.groupBox3.Controls.Add(this.checkBox1);
  166.             this.groupBox3.Controls.Add(this.button3);
  167.             this.groupBox3.Controls.Add(this.button4);
  168.             this.groupBox3.Controls.Add(this.button5);
  169.             this.groupBox3.Location = new System.Drawing.Point(5, 158);
  170.             this.groupBox3.Name = "groupBox3";
  171.             this.groupBox3.Size = new System.Drawing.Size(166, 154);
  172.             this.groupBox3.TabIndex = 7;
  173.             this.groupBox3.TabStop = false;
  174.             this.groupBox3.Text = "PSC laden/speichern";
  175.             //
  176.             // textBox2
  177.             //
  178.             this.textBox2.BackColor = System.Drawing.Color.Silver;
  179.             this.textBox2.Location = new System.Drawing.Point(6, 48);
  180.             this.textBox2.Name = "textBox2";
  181.             this.textBox2.Size = new System.Drawing.Size(153, 20);
  182.             this.textBox2.TabIndex = 9;
  183.             //
  184.             // checkBox1
  185.             //
  186.             this.checkBox1.AutoSize = true;
  187.             this.checkBox1.Location = new System.Drawing.Point(6, 132);
  188.             this.checkBox1.Name = "checkBox1";
  189.             this.checkBox1.Size = new System.Drawing.Size(72, 17);
  190.             this.checkBox1.TabIndex = 8;
  191.             this.checkBox1.Text = "Mit Wert?";
  192.             this.checkBox1.UseVisualStyleBackColor = true;
  193.             //
  194.             // label1
  195.             //
  196.             this.label1.AutoSize = true;
  197.             this.label1.Location = new System.Drawing.Point(12, 420);
  198.             this.label1.Name = "label1";
  199.             this.label1.Size = new System.Drawing.Size(40, 13);
  200.             this.label1.TabIndex = 9;
  201.             this.label1.Text = "Status:";
  202.             //
  203.             // Form1
  204.             //
  205.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  206.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  207.             this.BackColor = System.Drawing.Color.Gray;
  208.             this.ClientSize = new System.Drawing.Size(439, 442);
  209.             this.Controls.Add(this.label1);
  210.             this.Controls.Add(this.groupBox3);
  211.             this.Controls.Add(this.groupBox2);
  212.             this.Controls.Add(this.groupBox1);
  213.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  214.             this.Name = "Form1";
  215.             this.RightToLeftLayout = true;
  216.             this.Text = "PSC Checker";
  217.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  218.             this.groupBox1.ResumeLayout(false);
  219.             this.groupBox1.PerformLayout();
  220.             this.groupBox2.ResumeLayout(false);
  221.             this.groupBox3.ResumeLayout(false);
  222.             this.groupBox3.PerformLayout();
  223.             this.ResumeLayout(false);
  224.             this.PerformLayout();
  225.  
  226.         }
  227.  
  228.         #endregion
  229.  
  230.         private System.Windows.Forms.PictureBox pictureBox1;
  231.         private System.Windows.Forms.TextBox textBox1;
  232.         private System.Windows.Forms.Button button2;
  233.         private System.Windows.Forms.GroupBox groupBox1;
  234.         private System.Windows.Forms.ColumnHeader columnHeader1;
  235.         private System.Windows.Forms.ColumnHeader columnHeader2;
  236.         private System.Windows.Forms.GroupBox groupBox2;
  237.         private System.Windows.Forms.Button button4;
  238.         private System.Windows.Forms.Button button3;
  239.         private System.Windows.Forms.Button button5;
  240.         private System.Windows.Forms.GroupBox groupBox3;
  241.         private System.Windows.Forms.CheckBox checkBox1;
  242.         public System.Windows.Forms.ListView listView1;
  243.         private System.Windows.Forms.TextBox textBox2;
  244.         private System.Windows.Forms.Label label1;
  245.     }
  246. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement