Guest User

Untitled

a guest
Jan 29th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 9.19 KB | None | 0 0
  1. namespace Programowanie_WypozyczalniaFilmow
  2. {
  3.     partial class DodajFilm
  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.textBoxTytul = new System.Windows.Forms.TextBox();
  32.             this.label1 = new System.Windows.Forms.Label();
  33.             this.label2 = new System.Windows.Forms.Label();
  34.             this.label3 = new System.Windows.Forms.Label();
  35.             this.textBoxRezyser = new System.Windows.Forms.TextBox();
  36.             this.label4 = new System.Windows.Forms.Label();
  37.             this.textBoxGatunek = new System.Windows.Forms.TextBox();
  38.             this.label6 = new System.Windows.Forms.Label();
  39.             this.comboBoxNosnik = new System.Windows.Forms.ComboBox();
  40.             this.label7 = new System.Windows.Forms.Label();
  41.             this.textBoxRokProdukcji = new System.Windows.Forms.TextBox();
  42.             this.comboBoxKategoriaCenowa = new System.Windows.Forms.ComboBox();
  43.             this.label8 = new System.Windows.Forms.Label();
  44.             this.button1 = new System.Windows.Forms.Button();
  45.             this.SuspendLayout();
  46.             //
  47.             // textBoxTytul
  48.             //
  49.             this.textBoxTytul.Location = new System.Drawing.Point(133, 67);
  50.             this.textBoxTytul.Name = "textBoxTytul";
  51.             this.textBoxTytul.Size = new System.Drawing.Size(100, 20);
  52.             this.textBoxTytul.TabIndex = 0;
  53.             //
  54.             // label1
  55.             //
  56.             this.label1.AutoSize = true;
  57.             this.label1.Location = new System.Drawing.Point(40, 27);
  58.             this.label1.Name = "label1";
  59.             this.label1.Size = new System.Drawing.Size(126, 13);
  60.             this.label1.TabIndex = 1;
  61.             this.label1.Text = "Dodawanie nowego filmu";
  62.             //
  63.             // label2
  64.             //
  65.             this.label2.AutoSize = true;
  66.             this.label2.Location = new System.Drawing.Point(30, 70);
  67.             this.label2.Name = "label2";
  68.             this.label2.Size = new System.Drawing.Size(56, 13);
  69.             this.label2.TabIndex = 2;
  70.             this.label2.Text = "Tytuł filmu";
  71.             //
  72.             // label3
  73.             //
  74.             this.label3.AutoSize = true;
  75.             this.label3.Location = new System.Drawing.Point(30, 100);
  76.             this.label3.Name = "label3";
  77.             this.label3.Size = new System.Drawing.Size(97, 26);
  78.             this.label3.TabIndex = 4;
  79.             this.label3.Text = "Nazwisko \r\ngłownego reżysera";
  80.             //
  81.             // textBoxRezyser
  82.             //
  83.             this.textBoxRezyser.Location = new System.Drawing.Point(133, 100);
  84.             this.textBoxRezyser.Name = "textBoxRezyser";
  85.             this.textBoxRezyser.Size = new System.Drawing.Size(100, 20);
  86.             this.textBoxRezyser.TabIndex = 3;
  87.             //
  88.             // label4
  89.             //
  90.             this.label4.AutoSize = true;
  91.             this.label4.Location = new System.Drawing.Point(30, 146);
  92.             this.label4.Name = "label4";
  93.             this.label4.Size = new System.Drawing.Size(82, 13);
  94.             this.label4.TabIndex = 6;
  95.             this.label4.Text = "Nazwa gatunku";
  96.             //
  97.             // textBoxGatunek
  98.             //
  99.             this.textBoxGatunek.Location = new System.Drawing.Point(133, 139);
  100.             this.textBoxGatunek.Name = "textBoxGatunek";
  101.             this.textBoxGatunek.Size = new System.Drawing.Size(100, 20);
  102.             this.textBoxGatunek.TabIndex = 5;
  103.             //
  104.             // label6
  105.             //
  106.             this.label6.AutoSize = true;
  107.             this.label6.Location = new System.Drawing.Point(30, 178);
  108.             this.label6.Name = "label6";
  109.             this.label6.Size = new System.Drawing.Size(80, 13);
  110.             this.label6.TabIndex = 10;
  111.             this.label6.Text = "Nazwa nośnika";
  112.             //
  113.             // comboBoxNosnik
  114.             //
  115.             this.comboBoxNosnik.FormattingEnabled = true;
  116.             this.comboBoxNosnik.Items.AddRange(new object[] {
  117.             "Blu-Ray",
  118.             "DVD",
  119.             "VHS"});
  120.             this.comboBoxNosnik.Location = new System.Drawing.Point(133, 170);
  121.             this.comboBoxNosnik.Name = "comboBoxNosnik";
  122.             this.comboBoxNosnik.Size = new System.Drawing.Size(100, 21);
  123.             this.comboBoxNosnik.Sorted = true;
  124.             this.comboBoxNosnik.TabIndex = 11;
  125.             //
  126.             // label7
  127.             //
  128.             this.label7.AutoSize = true;
  129.             this.label7.Location = new System.Drawing.Point(30, 220);
  130.             this.label7.Name = "label7";
  131.             this.label7.Size = new System.Drawing.Size(73, 13);
  132.             this.label7.TabIndex = 13;
  133.             this.label7.Text = "Rok produkcji";
  134.             //
  135.             // textBoxRokProdukcji
  136.             //
  137.             this.textBoxRokProdukcji.Location = new System.Drawing.Point(133, 213);
  138.             this.textBoxRokProdukcji.Name = "textBoxRokProdukcji";
  139.             this.textBoxRokProdukcji.Size = new System.Drawing.Size(100, 20);
  140.             this.textBoxRokProdukcji.TabIndex = 12;
  141.             //
  142.             // comboBoxKategoriaCenowa
  143.             //
  144.             this.comboBoxKategoriaCenowa.FormattingEnabled = true;
  145.             this.comboBoxKategoriaCenowa.Items.AddRange(new object[] {
  146.             "Filmy (2)",
  147.             "Starocie (3)",
  148.             "Super hity (1)"});
  149.             this.comboBoxKategoriaCenowa.Location = new System.Drawing.Point(133, 248);
  150.             this.comboBoxKategoriaCenowa.Name = "comboBoxKategoriaCenowa";
  151.             this.comboBoxKategoriaCenowa.Size = new System.Drawing.Size(100, 21);
  152.             this.comboBoxKategoriaCenowa.Sorted = true;
  153.             this.comboBoxKategoriaCenowa.TabIndex = 15;
  154.             //
  155.             // label8
  156.             //
  157.             this.label8.AutoSize = true;
  158.             this.label8.Location = new System.Drawing.Point(30, 256);
  159.             this.label8.Name = "label8";
  160.             this.label8.Size = new System.Drawing.Size(87, 13);
  161.             this.label8.TabIndex = 14;
  162.             this.label8.Text = "Katgoria cenowa";
  163.             //
  164.             // button1
  165.             //
  166.             this.button1.Location = new System.Drawing.Point(91, 294);
  167.             this.button1.Name = "button1";
  168.             this.button1.Size = new System.Drawing.Size(75, 23);
  169.             this.button1.TabIndex = 16;
  170.             this.button1.Text = "Dodaj";
  171.             this.button1.UseVisualStyleBackColor = true;
  172.             //
  173.             // DodajFilm
  174.             //
  175.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  176.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177.             this.ClientSize = new System.Drawing.Size(252, 335);
  178.             this.Controls.Add(this.button1);
  179.             this.Controls.Add(this.comboBoxKategoriaCenowa);
  180.             this.Controls.Add(this.label8);
  181.             this.Controls.Add(this.label7);
  182.             this.Controls.Add(this.textBoxRokProdukcji);
  183.             this.Controls.Add(this.comboBoxNosnik);
  184.             this.Controls.Add(this.label6);
  185.             this.Controls.Add(this.label4);
  186.             this.Controls.Add(this.textBoxGatunek);
  187.             this.Controls.Add(this.label3);
  188.             this.Controls.Add(this.textBoxRezyser);
  189.             this.Controls.Add(this.label2);
  190.             this.Controls.Add(this.label1);
  191.             this.Controls.Add(this.textBoxTytul);
  192.             this.Name = "DodajFilm";
  193.             this.Text = "DodajFilm";
  194.             this.ResumeLayout(false);
  195.             this.PerformLayout();
  196.  
  197.         }
  198.  
  199.         #endregion
  200.  
  201.         private System.Windows.Forms.TextBox textBoxTytul;
  202.         private System.Windows.Forms.Label label1;
  203.         private System.Windows.Forms.Label label2;
  204.         private System.Windows.Forms.Label label3;
  205.         private System.Windows.Forms.TextBox textBoxRezyser;
  206.         private System.Windows.Forms.Label label4;
  207.         private System.Windows.Forms.TextBox textBoxGatunek;
  208.         private System.Windows.Forms.Label label6;
  209.         private System.Windows.Forms.ComboBox comboBoxNosnik;
  210.         private System.Windows.Forms.Label label7;
  211.         private System.Windows.Forms.TextBox textBoxRokProdukcji;
  212.         private System.Windows.Forms.ComboBox comboBoxKategoriaCenowa;
  213.         private System.Windows.Forms.Label label8;
  214.         private System.Windows.Forms.Button button1;
  215.     }
  216. }
Advertisement
Add Comment
Please, Sign In to add comment