| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class AddZamowienieForm
|
|---|
| 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.components = new System.ComponentModel.Container();
|
|---|
| 32 | System.Windows.Forms.Label numerZamowieniaLabel;
|
|---|
| 33 | System.Windows.Forms.Label sPOSOB_ZAPLATYLabel;
|
|---|
| 34 | System.Windows.Forms.Label iD_KONTALabel;
|
|---|
| 35 | System.Windows.Forms.Label label1;
|
|---|
| 36 | System.Windows.Forms.Label idAgentaLabel;
|
|---|
| 37 | System.Windows.Forms.Label czasPlatnosciLabel;
|
|---|
| 38 | System.Windows.Forms.Label notatkaZamowienieLabel;
|
|---|
| 39 | System.Windows.Forms.Label procentProwizjiLabel;
|
|---|
| 40 | System.Windows.Forms.Label zPLabel;
|
|---|
| 41 | System.Windows.Forms.Label notatkaKierownikLabel;
|
|---|
| 42 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddZamowienieForm));
|
|---|
| 43 | this.numerZamowieniaLabel1 = new System.Windows.Forms.Label();
|
|---|
| 44 | this.zamowieniaBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 45 | this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
|
|---|
| 46 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|---|
| 47 | this.czasPlatnosciListBox = new System.Windows.Forms.ListBox();
|
|---|
| 48 | this.symbolAgentaComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 49 | this.aGENCIBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 50 | this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
|
|---|
| 51 | this.sposobZaplatyListBox = new System.Windows.Forms.ListBox();
|
|---|
| 52 | this.iD_KONTAComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 53 | this.kONTABindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 54 | this.button3 = new System.Windows.Forms.Button();
|
|---|
| 55 | this.sPOSOB_ZAPLATYListBox = new System.Windows.Forms.ListBox();
|
|---|
| 56 | this.anulujButton = new System.Windows.Forms.Button();
|
|---|
| 57 | this.zapiszButton = new System.Windows.Forms.Button();
|
|---|
| 58 | this.zamowieniaTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.zamowieniaTableAdapter();
|
|---|
| 59 | this.kONTATableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter();
|
|---|
| 60 | this.aGENCITableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter();
|
|---|
| 61 | this.notatkaZamowienieTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 62 | this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|---|
| 63 | this.kierownikGroupBox = new System.Windows.Forms.GroupBox();
|
|---|
| 64 | this.procentProwizjiTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 65 | this.zPCheckBox = new System.Windows.Forms.CheckBox();
|
|---|
| 66 | this.notatkaKierownikTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 67 | numerZamowieniaLabel = new System.Windows.Forms.Label();
|
|---|
| 68 | sPOSOB_ZAPLATYLabel = new System.Windows.Forms.Label();
|
|---|
| 69 | iD_KONTALabel = new System.Windows.Forms.Label();
|
|---|
| 70 | label1 = new System.Windows.Forms.Label();
|
|---|
| 71 | idAgentaLabel = new System.Windows.Forms.Label();
|
|---|
| 72 | czasPlatnosciLabel = new System.Windows.Forms.Label();
|
|---|
| 73 | notatkaZamowienieLabel = new System.Windows.Forms.Label();
|
|---|
| 74 | procentProwizjiLabel = new System.Windows.Forms.Label();
|
|---|
| 75 | zPLabel = new System.Windows.Forms.Label();
|
|---|
| 76 | notatkaKierownikLabel = new System.Windows.Forms.Label();
|
|---|
| 77 | ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).BeginInit();
|
|---|
| 78 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
|
|---|
| 79 | this.groupBox1.SuspendLayout();
|
|---|
| 80 | ((System.ComponentModel.ISupportInitialize)(this.aGENCIBindingSource)).BeginInit();
|
|---|
| 81 | ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
|
|---|
| 82 | ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit();
|
|---|
| 83 | this.groupBox2.SuspendLayout();
|
|---|
| 84 | this.kierownikGroupBox.SuspendLayout();
|
|---|
| 85 | this.SuspendLayout();
|
|---|
| 86 | //
|
|---|
| 87 | // numerZamowieniaLabel
|
|---|
| 88 | //
|
|---|
| 89 | numerZamowieniaLabel.AutoSize = true;
|
|---|
| 90 | numerZamowieniaLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 91 | numerZamowieniaLabel.Location = new System.Drawing.Point(12, 19);
|
|---|
| 92 | numerZamowieniaLabel.Name = "numerZamowieniaLabel";
|
|---|
| 93 | numerZamowieniaLabel.Size = new System.Drawing.Size(141, 16);
|
|---|
| 94 | numerZamowieniaLabel.TabIndex = 1;
|
|---|
| 95 | numerZamowieniaLabel.Text = "numer Zamowienia:";
|
|---|
| 96 | //
|
|---|
| 97 | // sPOSOB_ZAPLATYLabel
|
|---|
| 98 | //
|
|---|
| 99 | sPOSOB_ZAPLATYLabel.AutoSize = true;
|
|---|
| 100 | sPOSOB_ZAPLATYLabel.Location = new System.Drawing.Point(15, 180);
|
|---|
| 101 | sPOSOB_ZAPLATYLabel.Name = "sPOSOB_ZAPLATYLabel";
|
|---|
| 102 | sPOSOB_ZAPLATYLabel.Size = new System.Drawing.Size(81, 13);
|
|---|
| 103 | sPOSOB_ZAPLATYLabel.TabIndex = 57;
|
|---|
| 104 | sPOSOB_ZAPLATYLabel.Text = "Sposób zap³aty";
|
|---|
| 105 | //
|
|---|
| 106 | // iD_KONTALabel
|
|---|
| 107 | //
|
|---|
| 108 | iD_KONTALabel.AutoSize = true;
|
|---|
| 109 | iD_KONTALabel.Location = new System.Drawing.Point(195, 23);
|
|---|
| 110 | iD_KONTALabel.Name = "iD_KONTALabel";
|
|---|
| 111 | iD_KONTALabel.Size = new System.Drawing.Size(38, 13);
|
|---|
| 112 | iD_KONTALabel.TabIndex = 55;
|
|---|
| 113 | iD_KONTALabel.Text = "Konto:";
|
|---|
| 114 | //
|
|---|
| 115 | // label1
|
|---|
| 116 | //
|
|---|
| 117 | label1.AutoSize = true;
|
|---|
| 118 | label1.Location = new System.Drawing.Point(16, 83);
|
|---|
| 119 | label1.Name = "label1";
|
|---|
| 120 | label1.Size = new System.Drawing.Size(71, 13);
|
|---|
| 121 | label1.TabIndex = 60;
|
|---|
| 122 | label1.Text = "Fakturowanie";
|
|---|
| 123 | //
|
|---|
| 124 | // idAgentaLabel
|
|---|
| 125 | //
|
|---|
| 126 | idAgentaLabel.AutoSize = true;
|
|---|
| 127 | idAgentaLabel.Location = new System.Drawing.Point(16, 23);
|
|---|
| 128 | idAgentaLabel.Name = "idAgentaLabel";
|
|---|
| 129 | idAgentaLabel.Size = new System.Drawing.Size(35, 13);
|
|---|
| 130 | idAgentaLabel.TabIndex = 61;
|
|---|
| 131 | idAgentaLabel.Text = "Agent";
|
|---|
| 132 | //
|
|---|
| 133 | // czasPlatnosciLabel
|
|---|
| 134 | //
|
|---|
| 135 | czasPlatnosciLabel.AutoSize = true;
|
|---|
| 136 | czasPlatnosciLabel.Location = new System.Drawing.Point(195, 83);
|
|---|
| 137 | czasPlatnosciLabel.Name = "czasPlatnosciLabel";
|
|---|
| 138 | czasPlatnosciLabel.Size = new System.Drawing.Size(77, 13);
|
|---|
| 139 | czasPlatnosciLabel.TabIndex = 62;
|
|---|
| 140 | czasPlatnosciLabel.Text = "Czas p³atnoci";
|
|---|
| 141 | //
|
|---|
| 142 | // notatkaZamowienieLabel
|
|---|
| 143 | //
|
|---|
| 144 | notatkaZamowienieLabel.AutoSize = true;
|
|---|
| 145 | notatkaZamowienieLabel.Location = new System.Drawing.Point(15, 23);
|
|---|
| 146 | notatkaZamowienieLabel.Name = "notatkaZamowienieLabel";
|
|---|
| 147 | notatkaZamowienieLabel.Size = new System.Drawing.Size(40, 13);
|
|---|
| 148 | notatkaZamowienieLabel.TabIndex = 8;
|
|---|
| 149 | notatkaZamowienieLabel.Text = "Uwagi:";
|
|---|
| 150 | //
|
|---|
| 151 | // procentProwizjiLabel
|
|---|
| 152 | //
|
|---|
| 153 | procentProwizjiLabel.AutoSize = true;
|
|---|
| 154 | procentProwizjiLabel.Location = new System.Drawing.Point(103, 114);
|
|---|
| 155 | procentProwizjiLabel.Name = "procentProwizjiLabel";
|
|---|
| 156 | procentProwizjiLabel.Size = new System.Drawing.Size(55, 13);
|
|---|
| 157 | procentProwizjiLabel.TabIndex = 16;
|
|---|
| 158 | procentProwizjiLabel.Text = "% prowizji:";
|
|---|
| 159 | //
|
|---|
| 160 | // zPLabel
|
|---|
| 161 | //
|
|---|
| 162 | zPLabel.AutoSize = true;
|
|---|
| 163 | zPLabel.Location = new System.Drawing.Point(50, 114);
|
|---|
| 164 | zPLabel.Name = "zPLabel";
|
|---|
| 165 | zPLabel.Size = new System.Drawing.Size(24, 13);
|
|---|
| 166 | zPLabel.TabIndex = 15;
|
|---|
| 167 | zPLabel.Text = "ZP:";
|
|---|
| 168 | //
|
|---|
| 169 | // notatkaKierownikLabel
|
|---|
| 170 | //
|
|---|
| 171 | notatkaKierownikLabel.AutoSize = true;
|
|---|
| 172 | notatkaKierownikLabel.Location = new System.Drawing.Point(19, 16);
|
|---|
| 173 | notatkaKierownikLabel.Name = "notatkaKierownikLabel";
|
|---|
| 174 | notatkaKierownikLabel.Size = new System.Drawing.Size(102, 13);
|
|---|
| 175 | notatkaKierownikLabel.TabIndex = 13;
|
|---|
| 176 | notatkaKierownikLabel.Text = "Notatka kierownika:";
|
|---|
| 177 | //
|
|---|
| 178 | // numerZamowieniaLabel1
|
|---|
| 179 | //
|
|---|
| 180 | this.numerZamowieniaLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 181 | this.numerZamowieniaLabel1.Location = new System.Drawing.Point(186, 19);
|
|---|
| 182 | this.numerZamowieniaLabel1.Name = "numerZamowieniaLabel1";
|
|---|
| 183 | this.numerZamowieniaLabel1.Size = new System.Drawing.Size(299, 23);
|
|---|
| 184 | this.numerZamowieniaLabel1.TabIndex = 2;
|
|---|
| 185 | this.numerZamowieniaLabel1.Text = "---";
|
|---|
| 186 | //
|
|---|
| 187 | // zamowieniaBindingSource
|
|---|
| 188 | //
|
|---|
| 189 | this.zamowieniaBindingSource.DataMember = "zamowienia";
|
|---|
| 190 | this.zamowieniaBindingSource.DataSource = this.rEKLAMADataSet;
|
|---|
| 191 | //
|
|---|
| 192 | // rEKLAMADataSet
|
|---|
| 193 | //
|
|---|
| 194 | this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
|
|---|
| 195 | this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 196 | //
|
|---|
| 197 | // groupBox1
|
|---|
| 198 | //
|
|---|
| 199 | this.groupBox1.Controls.Add(czasPlatnosciLabel);
|
|---|
| 200 | this.groupBox1.Controls.Add(this.czasPlatnosciListBox);
|
|---|
| 201 | this.groupBox1.Controls.Add(this.symbolAgentaComboBox);
|
|---|
| 202 | this.groupBox1.Controls.Add(idAgentaLabel);
|
|---|
| 203 | this.groupBox1.Controls.Add(this.sposobZaplatyListBox);
|
|---|
| 204 | this.groupBox1.Controls.Add(label1);
|
|---|
| 205 | this.groupBox1.Controls.Add(this.iD_KONTAComboBox);
|
|---|
| 206 | this.groupBox1.Controls.Add(this.button3);
|
|---|
| 207 | this.groupBox1.Controls.Add(iD_KONTALabel);
|
|---|
| 208 | this.groupBox1.Controls.Add(sPOSOB_ZAPLATYLabel);
|
|---|
| 209 | this.groupBox1.Controls.Add(this.sPOSOB_ZAPLATYListBox);
|
|---|
| 210 | this.groupBox1.Location = new System.Drawing.Point(277, 45);
|
|---|
| 211 | this.groupBox1.Name = "groupBox1";
|
|---|
| 212 | this.groupBox1.Size = new System.Drawing.Size(394, 283);
|
|---|
| 213 | this.groupBox1.TabIndex = 6;
|
|---|
| 214 | this.groupBox1.TabStop = false;
|
|---|
| 215 | this.groupBox1.Text = "Sposób fakturowania";
|
|---|
| 216 | //
|
|---|
| 217 | // czasPlatnosciListBox
|
|---|
| 218 | //
|
|---|
| 219 | this.czasPlatnosciListBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.zamowieniaBindingSource, "czasPlatnosci", true));
|
|---|
| 220 | this.czasPlatnosciListBox.FormattingEnabled = true;
|
|---|
| 221 | this.czasPlatnosciListBox.Location = new System.Drawing.Point(198, 99);
|
|---|
| 222 | this.czasPlatnosciListBox.Name = "czasPlatnosciListBox";
|
|---|
| 223 | this.czasPlatnosciListBox.Size = new System.Drawing.Size(144, 69);
|
|---|
| 224 | this.czasPlatnosciListBox.TabIndex = 63;
|
|---|
| 225 | //
|
|---|
| 226 | // symbolAgentaComboBox
|
|---|
| 227 | //
|
|---|
| 228 | this.symbolAgentaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.zamowieniaBindingSource, "kodAgenta", true));
|
|---|
| 229 | this.symbolAgentaComboBox.DataSource = this.aGENCIBindingSource;
|
|---|
| 230 | this.symbolAgentaComboBox.DisplayMember = "Symbol";
|
|---|
| 231 | this.symbolAgentaComboBox.FormattingEnabled = true;
|
|---|
| 232 | this.symbolAgentaComboBox.Location = new System.Drawing.Point(18, 39);
|
|---|
| 233 | this.symbolAgentaComboBox.Name = "symbolAgentaComboBox";
|
|---|
| 234 | this.symbolAgentaComboBox.Size = new System.Drawing.Size(121, 21);
|
|---|
| 235 | this.symbolAgentaComboBox.TabIndex = 62;
|
|---|
| 236 | this.symbolAgentaComboBox.ValueMember = "F_ROZ";
|
|---|
| 237 | //
|
|---|
| 238 | // aGENCIBindingSource
|
|---|
| 239 | //
|
|---|
| 240 | this.aGENCIBindingSource.DataMember = "AGENCI";
|
|---|
| 241 | this.aGENCIBindingSource.DataSource = this.sLOWNIKDataSet;
|
|---|
| 242 | //
|
|---|
| 243 | // sLOWNIKDataSet
|
|---|
| 244 | //
|
|---|
| 245 | this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
|
|---|
| 246 | this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 247 | //
|
|---|
| 248 | // sposobZaplatyListBox
|
|---|
| 249 | //
|
|---|
| 250 | this.sposobZaplatyListBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedIndex", this.zamowieniaBindingSource, "rodzajFakturowania", true));
|
|---|
| 251 | this.sposobZaplatyListBox.FormattingEnabled = true;
|
|---|
| 252 | this.sposobZaplatyListBox.Items.AddRange(new object[] {
|
|---|
| 253 | "co 1 miesi¹c",
|
|---|
| 254 | "co 3 miesi¹ce",
|
|---|
| 255 | "zamówienie"});
|
|---|
| 256 | this.sposobZaplatyListBox.Location = new System.Drawing.Point(18, 99);
|
|---|
| 257 | this.sposobZaplatyListBox.Name = "sposobZaplatyListBox";
|
|---|
| 258 | this.sposobZaplatyListBox.Size = new System.Drawing.Size(120, 69);
|
|---|
| 259 | this.sposobZaplatyListBox.TabIndex = 61;
|
|---|
| 260 | //
|
|---|
| 261 | // iD_KONTAComboBox
|
|---|
| 262 | //
|
|---|
| 263 | this.iD_KONTAComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.zamowieniaBindingSource, "idKonta", true));
|
|---|
| 264 | this.iD_KONTAComboBox.DataSource = this.kONTABindingSource;
|
|---|
| 265 | this.iD_KONTAComboBox.DisplayMember = "opis";
|
|---|
| 266 | this.iD_KONTAComboBox.DropDownWidth = 600;
|
|---|
| 267 | this.iD_KONTAComboBox.FormattingEnabled = true;
|
|---|
| 268 | this.iD_KONTAComboBox.Location = new System.Drawing.Point(198, 39);
|
|---|
| 269 | this.iD_KONTAComboBox.Name = "iD_KONTAComboBox";
|
|---|
| 270 | this.iD_KONTAComboBox.Size = new System.Drawing.Size(144, 21);
|
|---|
| 271 | this.iD_KONTAComboBox.TabIndex = 56;
|
|---|
| 272 | this.iD_KONTAComboBox.ValueMember = "id";
|
|---|
| 273 | //
|
|---|
| 274 | // kONTABindingSource
|
|---|
| 275 | //
|
|---|
| 276 | this.kONTABindingSource.DataMember = "KONTA";
|
|---|
| 277 | this.kONTABindingSource.DataSource = this.sLOWNIKDataSet;
|
|---|
| 278 | //
|
|---|
| 279 | // button3
|
|---|
| 280 | //
|
|---|
| 281 | this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
|
|---|
| 282 | this.button3.Location = new System.Drawing.Point(348, 37);
|
|---|
| 283 | this.button3.Name = "button3";
|
|---|
| 284 | this.button3.Size = new System.Drawing.Size(28, 23);
|
|---|
| 285 | this.button3.TabIndex = 59;
|
|---|
| 286 | this.button3.UseVisualStyleBackColor = true;
|
|---|
| 287 | this.button3.Click += new System.EventHandler(this.button3_Click);
|
|---|
| 288 | //
|
|---|
| 289 | // sPOSOB_ZAPLATYListBox
|
|---|
| 290 | //
|
|---|
| 291 | this.sPOSOB_ZAPLATYListBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedIndex", this.zamowieniaBindingSource, "sposobZaplaty", true));
|
|---|
| 292 | this.sPOSOB_ZAPLATYListBox.FormattingEnabled = true;
|
|---|
| 293 | this.sPOSOB_ZAPLATYListBox.Items.AddRange(new object[] {
|
|---|
| 294 | "Karta kredytowa",
|
|---|
| 295 | "Przelew",
|
|---|
| 296 | "Gotówka",
|
|---|
| 297 | "Barter"});
|
|---|
| 298 | this.sPOSOB_ZAPLATYListBox.Location = new System.Drawing.Point(18, 196);
|
|---|
| 299 | this.sPOSOB_ZAPLATYListBox.Name = "sPOSOB_ZAPLATYListBox";
|
|---|
| 300 | this.sPOSOB_ZAPLATYListBox.Size = new System.Drawing.Size(120, 56);
|
|---|
| 301 | this.sPOSOB_ZAPLATYListBox.TabIndex = 58;
|
|---|
| 302 | //
|
|---|
| 303 | // anulujButton
|
|---|
| 304 | //
|
|---|
| 305 | this.anulujButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|---|
| 306 | this.anulujButton.Location = new System.Drawing.Point(267, 344);
|
|---|
| 307 | this.anulujButton.Name = "anulujButton";
|
|---|
| 308 | this.anulujButton.Size = new System.Drawing.Size(75, 23);
|
|---|
| 309 | this.anulujButton.TabIndex = 7;
|
|---|
| 310 | this.anulujButton.Text = "Anuluj";
|
|---|
| 311 | this.anulujButton.UseVisualStyleBackColor = true;
|
|---|
| 312 | this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click);
|
|---|
| 313 | //
|
|---|
| 314 | // zapiszButton
|
|---|
| 315 | //
|
|---|
| 316 | this.zapiszButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|---|
| 317 | this.zapiszButton.Location = new System.Drawing.Point(362, 344);
|
|---|
| 318 | this.zapiszButton.Name = "zapiszButton";
|
|---|
| 319 | this.zapiszButton.Size = new System.Drawing.Size(75, 23);
|
|---|
| 320 | this.zapiszButton.TabIndex = 8;
|
|---|
| 321 | this.zapiszButton.Text = "Zapisz";
|
|---|
| 322 | this.zapiszButton.UseVisualStyleBackColor = true;
|
|---|
| 323 | this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click);
|
|---|
| 324 | //
|
|---|
| 325 | // zamowieniaTableAdapter
|
|---|
| 326 | //
|
|---|
| 327 | this.zamowieniaTableAdapter.ClearBeforeFill = true;
|
|---|
| 328 | //
|
|---|
| 329 | // kONTATableAdapter
|
|---|
| 330 | //
|
|---|
| 331 | this.kONTATableAdapter.ClearBeforeFill = true;
|
|---|
| 332 | //
|
|---|
| 333 | // aGENCITableAdapter
|
|---|
| 334 | //
|
|---|
| 335 | this.aGENCITableAdapter.ClearBeforeFill = true;
|
|---|
| 336 | //
|
|---|
| 337 | // notatkaZamowienieTextBox
|
|---|
| 338 | //
|
|---|
| 339 | this.notatkaZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaZamowienie", true));
|
|---|
| 340 | this.notatkaZamowienieTextBox.Location = new System.Drawing.Point(18, 39);
|
|---|
| 341 | this.notatkaZamowienieTextBox.MaxLength = 200;
|
|---|
| 342 | this.notatkaZamowienieTextBox.Multiline = true;
|
|---|
| 343 | this.notatkaZamowienieTextBox.Name = "notatkaZamowienieTextBox";
|
|---|
| 344 | this.notatkaZamowienieTextBox.Size = new System.Drawing.Size(207, 74);
|
|---|
| 345 | this.notatkaZamowienieTextBox.TabIndex = 9;
|
|---|
| 346 | //
|
|---|
| 347 | // groupBox2
|
|---|
| 348 | //
|
|---|
| 349 | this.groupBox2.Controls.Add(notatkaZamowienieLabel);
|
|---|
| 350 | this.groupBox2.Controls.Add(this.notatkaZamowienieTextBox);
|
|---|
| 351 | this.groupBox2.Location = new System.Drawing.Point(15, 45);
|
|---|
| 352 | this.groupBox2.Name = "groupBox2";
|
|---|
| 353 | this.groupBox2.Size = new System.Drawing.Size(256, 125);
|
|---|
| 354 | this.groupBox2.TabIndex = 11;
|
|---|
| 355 | this.groupBox2.TabStop = false;
|
|---|
| 356 | this.groupBox2.Text = "Zamówienie";
|
|---|
| 357 | //
|
|---|
| 358 | // kierownikGroupBox
|
|---|
| 359 | //
|
|---|
| 360 | this.kierownikGroupBox.Controls.Add(procentProwizjiLabel);
|
|---|
| 361 | this.kierownikGroupBox.Controls.Add(this.procentProwizjiTextBox);
|
|---|
| 362 | this.kierownikGroupBox.Controls.Add(zPLabel);
|
|---|
| 363 | this.kierownikGroupBox.Controls.Add(this.zPCheckBox);
|
|---|
| 364 | this.kierownikGroupBox.Controls.Add(notatkaKierownikLabel);
|
|---|
| 365 | this.kierownikGroupBox.Controls.Add(this.notatkaKierownikTextBox);
|
|---|
| 366 | this.kierownikGroupBox.Location = new System.Drawing.Point(15, 176);
|
|---|
| 367 | this.kierownikGroupBox.Name = "kierownikGroupBox";
|
|---|
| 368 | this.kierownikGroupBox.Size = new System.Drawing.Size(256, 152);
|
|---|
| 369 | this.kierownikGroupBox.TabIndex = 13;
|
|---|
| 370 | this.kierownikGroupBox.TabStop = false;
|
|---|
| 371 | //
|
|---|
| 372 | // procentProwizjiTextBox
|
|---|
| 373 | //
|
|---|
| 374 | this.procentProwizjiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "procentProwizji", true));
|
|---|
| 375 | this.procentProwizjiTextBox.Location = new System.Drawing.Point(164, 111);
|
|---|
| 376 | this.procentProwizjiTextBox.Name = "procentProwizjiTextBox";
|
|---|
| 377 | this.procentProwizjiTextBox.Size = new System.Drawing.Size(62, 20);
|
|---|
| 378 | this.procentProwizjiTextBox.TabIndex = 18;
|
|---|
| 379 | this.procentProwizjiTextBox.Text = "0";
|
|---|
| 380 | this.procentProwizjiTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|---|
| 381 | this.procentProwizjiTextBox.Leave += new System.EventHandler(this.procentProwizjiTextBox_TextChanged);
|
|---|
| 382 | //
|
|---|
| 383 | // zPCheckBox
|
|---|
| 384 | //
|
|---|
| 385 | this.zPCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.zamowieniaBindingSource, "ZP", true));
|
|---|
| 386 | this.zPCheckBox.Location = new System.Drawing.Point(80, 109);
|
|---|
| 387 | this.zPCheckBox.Name = "zPCheckBox";
|
|---|
| 388 | this.zPCheckBox.Size = new System.Drawing.Size(17, 24);
|
|---|
| 389 | this.zPCheckBox.TabIndex = 17;
|
|---|
| 390 | //
|
|---|
| 391 | // notatkaKierownikTextBox
|
|---|
| 392 | //
|
|---|
| 393 | this.notatkaKierownikTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zamowieniaBindingSource, "notatkaKierownik", true));
|
|---|
| 394 | this.notatkaKierownikTextBox.Location = new System.Drawing.Point(18, 32);
|
|---|
| 395 | this.notatkaKierownikTextBox.MaxLength = 200;
|
|---|
| 396 | this.notatkaKierownikTextBox.Multiline = true;
|
|---|
| 397 | this.notatkaKierownikTextBox.Name = "notatkaKierownikTextBox";
|
|---|
| 398 | this.notatkaKierownikTextBox.Size = new System.Drawing.Size(208, 71);
|
|---|
| 399 | this.notatkaKierownikTextBox.TabIndex = 14;
|
|---|
| 400 | //
|
|---|
| 401 | // AddZamowienieForm
|
|---|
| 402 | //
|
|---|
| 403 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 404 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 405 | this.ClientSize = new System.Drawing.Size(683, 376);
|
|---|
| 406 | this.Controls.Add(this.groupBox2);
|
|---|
| 407 | this.Controls.Add(this.zapiszButton);
|
|---|
| 408 | this.Controls.Add(this.anulujButton);
|
|---|
| 409 | this.Controls.Add(this.groupBox1);
|
|---|
| 410 | this.Controls.Add(numerZamowieniaLabel);
|
|---|
| 411 | this.Controls.Add(this.numerZamowieniaLabel1);
|
|---|
| 412 | this.Controls.Add(this.kierownikGroupBox);
|
|---|
| 413 | this.Name = "AddZamowienieForm";
|
|---|
| 414 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|---|
| 415 | this.Text = "Zamówienie";
|
|---|
| 416 | this.Load += new System.EventHandler(this.AddZamowienieForm_Load);
|
|---|
| 417 | ((System.ComponentModel.ISupportInitialize)(this.zamowieniaBindingSource)).EndInit();
|
|---|
| 418 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
|
|---|
| 419 | this.groupBox1.ResumeLayout(false);
|
|---|
| 420 | this.groupBox1.PerformLayout();
|
|---|
| 421 | ((System.ComponentModel.ISupportInitialize)(this.aGENCIBindingSource)).EndInit();
|
|---|
| 422 | ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
|
|---|
| 423 | ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).EndInit();
|
|---|
| 424 | this.groupBox2.ResumeLayout(false);
|
|---|
| 425 | this.groupBox2.PerformLayout();
|
|---|
| 426 | this.kierownikGroupBox.ResumeLayout(false);
|
|---|
| 427 | this.kierownikGroupBox.PerformLayout();
|
|---|
| 428 | this.ResumeLayout(false);
|
|---|
| 429 | this.PerformLayout();
|
|---|
| 430 |
|
|---|
| 431 | }
|
|---|
| 432 |
|
|---|
| 433 | #endregion
|
|---|
| 434 |
|
|---|
| 435 | private REKLAMADataSet rEKLAMADataSet;
|
|---|
| 436 | private System.Windows.Forms.BindingSource zamowieniaBindingSource;
|
|---|
| 437 | private Baza_Reklam.REKLAMADataSetTableAdapters.zamowieniaTableAdapter zamowieniaTableAdapter;
|
|---|
| 438 | private System.Windows.Forms.Label numerZamowieniaLabel1;
|
|---|
| 439 | private System.Windows.Forms.GroupBox groupBox1;
|
|---|
| 440 | private System.Windows.Forms.Button anulujButton;
|
|---|
| 441 | private System.Windows.Forms.Button zapiszButton;
|
|---|
| 442 | private System.Windows.Forms.ComboBox iD_KONTAComboBox;
|
|---|
| 443 | private System.Windows.Forms.Button button3;
|
|---|
| 444 | private System.Windows.Forms.ListBox sPOSOB_ZAPLATYListBox;
|
|---|
| 445 | private System.Windows.Forms.ListBox sposobZaplatyListBox;
|
|---|
| 446 | private SLOWNIKDataSet sLOWNIKDataSet;
|
|---|
| 447 | private System.Windows.Forms.BindingSource kONTABindingSource;
|
|---|
| 448 | private Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter kONTATableAdapter;
|
|---|
| 449 | private System.Windows.Forms.BindingSource aGENCIBindingSource;
|
|---|
| 450 | private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter aGENCITableAdapter;
|
|---|
| 451 | private System.Windows.Forms.ComboBox symbolAgentaComboBox;
|
|---|
| 452 | private System.Windows.Forms.ListBox czasPlatnosciListBox;
|
|---|
| 453 | private System.Windows.Forms.TextBox notatkaZamowienieTextBox;
|
|---|
| 454 | private System.Windows.Forms.GroupBox groupBox2;
|
|---|
| 455 | private System.Windows.Forms.GroupBox kierownikGroupBox;
|
|---|
| 456 | private System.Windows.Forms.TextBox procentProwizjiTextBox;
|
|---|
| 457 | private System.Windows.Forms.CheckBox zPCheckBox;
|
|---|
| 458 | private System.Windows.Forms.TextBox notatkaKierownikTextBox;
|
|---|
| 459 | }
|
|---|
| 460 | } |
|---|