Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace Programowanie_WypozyczalniaFilmow
- {
- partial class DodajFilm
- {
- /// <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()
- {
- this.textBoxTytul = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.textBoxRezyser = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.textBoxGatunek = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.comboBoxNosnik = new System.Windows.Forms.ComboBox();
- this.label7 = new System.Windows.Forms.Label();
- this.textBoxRokProdukcji = new System.Windows.Forms.TextBox();
- this.comboBoxKategoriaCenowa = new System.Windows.Forms.ComboBox();
- this.label8 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // textBoxTytul
- //
- this.textBoxTytul.Location = new System.Drawing.Point(133, 67);
- this.textBoxTytul.Name = "textBoxTytul";
- this.textBoxTytul.Size = new System.Drawing.Size(100, 20);
- this.textBoxTytul.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(40, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(126, 13);
- this.label1.TabIndex = 1;
- this.label1.Text = "Dodawanie nowego filmu";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(30, 70);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(56, 13);
- this.label2.TabIndex = 2;
- this.label2.Text = "Tytuł filmu";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(30, 100);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(97, 26);
- this.label3.TabIndex = 4;
- this.label3.Text = "Nazwisko \r\ngłownego reżysera";
- //
- // textBoxRezyser
- //
- this.textBoxRezyser.Location = new System.Drawing.Point(133, 100);
- this.textBoxRezyser.Name = "textBoxRezyser";
- this.textBoxRezyser.Size = new System.Drawing.Size(100, 20);
- this.textBoxRezyser.TabIndex = 3;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(30, 146);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(82, 13);
- this.label4.TabIndex = 6;
- this.label4.Text = "Nazwa gatunku";
- //
- // textBoxGatunek
- //
- this.textBoxGatunek.Location = new System.Drawing.Point(133, 139);
- this.textBoxGatunek.Name = "textBoxGatunek";
- this.textBoxGatunek.Size = new System.Drawing.Size(100, 20);
- this.textBoxGatunek.TabIndex = 5;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(30, 178);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(80, 13);
- this.label6.TabIndex = 10;
- this.label6.Text = "Nazwa nośnika";
- //
- // comboBoxNosnik
- //
- this.comboBoxNosnik.FormattingEnabled = true;
- this.comboBoxNosnik.Items.AddRange(new object[] {
- "Blu-Ray",
- "DVD",
- "VHS"});
- this.comboBoxNosnik.Location = new System.Drawing.Point(133, 170);
- this.comboBoxNosnik.Name = "comboBoxNosnik";
- this.comboBoxNosnik.Size = new System.Drawing.Size(100, 21);
- this.comboBoxNosnik.Sorted = true;
- this.comboBoxNosnik.TabIndex = 11;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(30, 220);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(73, 13);
- this.label7.TabIndex = 13;
- this.label7.Text = "Rok produkcji";
- //
- // textBoxRokProdukcji
- //
- this.textBoxRokProdukcji.Location = new System.Drawing.Point(133, 213);
- this.textBoxRokProdukcji.Name = "textBoxRokProdukcji";
- this.textBoxRokProdukcji.Size = new System.Drawing.Size(100, 20);
- this.textBoxRokProdukcji.TabIndex = 12;
- //
- // comboBoxKategoriaCenowa
- //
- this.comboBoxKategoriaCenowa.FormattingEnabled = true;
- this.comboBoxKategoriaCenowa.Items.AddRange(new object[] {
- "Filmy (2)",
- "Starocie (3)",
- "Super hity (1)"});
- this.comboBoxKategoriaCenowa.Location = new System.Drawing.Point(133, 248);
- this.comboBoxKategoriaCenowa.Name = "comboBoxKategoriaCenowa";
- this.comboBoxKategoriaCenowa.Size = new System.Drawing.Size(100, 21);
- this.comboBoxKategoriaCenowa.Sorted = true;
- this.comboBoxKategoriaCenowa.TabIndex = 15;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(30, 256);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(87, 13);
- this.label8.TabIndex = 14;
- this.label8.Text = "Katgoria cenowa";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(91, 294);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 16;
- this.button1.Text = "Dodaj";
- this.button1.UseVisualStyleBackColor = true;
- //
- // DodajFilm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(252, 335);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.comboBoxKategoriaCenowa);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.textBoxRokProdukcji);
- this.Controls.Add(this.comboBoxNosnik);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.textBoxGatunek);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.textBoxRezyser);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.textBoxTytul);
- this.Name = "DodajFilm";
- this.Text = "DodajFilm";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox textBoxTytul;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBoxRezyser;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBoxGatunek;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ComboBox comboBoxNosnik;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox textBoxRokProdukcji;
- private System.Windows.Forms.ComboBox comboBoxKategoriaCenowa;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Button button1;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment