| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class AddClient
|
|---|
| 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 kodKlientaLabel;
|
|---|
| 33 | System.Windows.Forms.Label label41;
|
|---|
| 34 | System.Windows.Forms.Label userNameLabel;
|
|---|
| 35 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddClient));
|
|---|
| 36 | System.Windows.Forms.Label label2;
|
|---|
| 37 | this.gbAddress = new System.Windows.Forms.GroupBox();
|
|---|
| 38 | this.cbState = new System.Windows.Forms.ComboBox();
|
|---|
| 39 | this.clientsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 40 | this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
|
|---|
| 41 | this.cbCountry = new System.Windows.Forms.ComboBox();
|
|---|
| 42 | this.firstNameLabel = new System.Windows.Forms.Label();
|
|---|
| 43 | this.txtName1 = new System.Windows.Forms.TextBox();
|
|---|
| 44 | this.lastNameLabel = new System.Windows.Forms.Label();
|
|---|
| 45 | this.cityLabel = new System.Windows.Forms.Label();
|
|---|
| 46 | this.txtCity = new System.Windows.Forms.TextBox();
|
|---|
| 47 | this.txtName2 = new System.Windows.Forms.TextBox();
|
|---|
| 48 | this.stateLabel = new System.Windows.Forms.Label();
|
|---|
| 49 | this.countryLabel = new System.Windows.Forms.Label();
|
|---|
| 50 | this.organizationNameLabel = new System.Windows.Forms.Label();
|
|---|
| 51 | this.txtPostCode = new System.Windows.Forms.TextBox();
|
|---|
| 52 | this.txtName3 = new System.Windows.Forms.TextBox();
|
|---|
| 53 | this.postalCodeLabel = new System.Windows.Forms.Label();
|
|---|
| 54 | this.addressLabel = new System.Windows.Forms.Label();
|
|---|
| 55 | this.txtAddress = new System.Windows.Forms.TextBox();
|
|---|
| 56 | this.gbContact = new System.Windows.Forms.GroupBox();
|
|---|
| 57 | this.phoneNumberLabel = new System.Windows.Forms.Label();
|
|---|
| 58 | this.txtPhone = new System.Windows.Forms.TextBox();
|
|---|
| 59 | this.faxNumberLabel = new System.Windows.Forms.Label();
|
|---|
| 60 | this.txtFax = new System.Windows.Forms.TextBox();
|
|---|
| 61 | this.emailLabel = new System.Windows.Forms.Label();
|
|---|
| 62 | this.txtEmail = new System.Windows.Forms.TextBox();
|
|---|
| 63 | this.httpLabel = new System.Windows.Forms.Label();
|
|---|
| 64 | this.txtWWW = new System.Windows.Forms.TextBox();
|
|---|
| 65 | this.contactNameLabel = new System.Windows.Forms.Label();
|
|---|
| 66 | this.txtContactName = new System.Windows.Forms.TextBox();
|
|---|
| 67 | this.tabAddressTitles = new System.Windows.Forms.TabControl();
|
|---|
| 68 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
|---|
| 69 | this.btnCopyAddress = new System.Windows.Forms.Button();
|
|---|
| 70 | this.adres_KorLabel = new System.Windows.Forms.Label();
|
|---|
| 71 | this.txtCorespondenceAddress = new System.Windows.Forms.TextBox();
|
|---|
| 72 | this.adres_FkaturaLabel = new System.Windows.Forms.Label();
|
|---|
| 73 | this.txtInvoiceAddress = new System.Windows.Forms.TextBox();
|
|---|
| 74 | this.tabPage9 = new System.Windows.Forms.TabPage();
|
|---|
| 75 | this.lbClientTitles = new System.Windows.Forms.ListBox();
|
|---|
| 76 | this.clientTitlesBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 77 | this.label39 = new System.Windows.Forms.Label();
|
|---|
| 78 | this.btnRemoveTitle = new System.Windows.Forms.Button();
|
|---|
| 79 | this.btnAddTitle = new System.Windows.Forms.Button();
|
|---|
| 80 | this.lbTitles = new System.Windows.Forms.ListBox();
|
|---|
| 81 | this.txtClientCode = new System.Windows.Forms.TextBox();
|
|---|
| 82 | this.txtVatNumberPrefix = new System.Windows.Forms.TextBox();
|
|---|
| 83 | this.nipLabel = new System.Windows.Forms.Label();
|
|---|
| 84 | this.cbVies = new System.Windows.Forms.CheckBox();
|
|---|
| 85 | this.txtVatNumber = new System.Windows.Forms.TextBox();
|
|---|
| 86 | this.cbVat = new System.Windows.Forms.CheckBox();
|
|---|
| 87 | this.gbOther = new System.Windows.Forms.GroupBox();
|
|---|
| 88 | this.cbAgentExpo = new System.Windows.Forms.ComboBox();
|
|---|
| 89 | this.krsLabel = new System.Windows.Forms.Label();
|
|---|
| 90 | this.cbUserName = new System.Windows.Forms.ComboBox();
|
|---|
| 91 | this.cbActive = new System.Windows.Forms.CheckBox();
|
|---|
| 92 | this.txtKrs = new System.Windows.Forms.TextBox();
|
|---|
| 93 | this.regonLabel = new System.Windows.Forms.Label();
|
|---|
| 94 | this.txtRegon = new System.Windows.Forms.TextBox();
|
|---|
| 95 | this.agenciExpoBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 96 | this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
|
|---|
| 97 | this.agenciBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 98 | this.btnSave = new System.Windows.Forms.Button();
|
|---|
| 99 | this.btnCancel = new System.Windows.Forms.Button();
|
|---|
| 100 | this.clientsAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter();
|
|---|
| 101 | this.agenciTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter();
|
|---|
| 102 | this.txtNote = new System.Windows.Forms.TextBox();
|
|---|
| 103 | this.label1 = new System.Windows.Forms.Label();
|
|---|
| 104 | this.clientTitlesAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_TYTULTableAdapter();
|
|---|
| 105 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
|---|
| 106 | this.txtNameInMagazine = new System.Windows.Forms.TextBox();
|
|---|
| 107 | kodKlientaLabel = new System.Windows.Forms.Label();
|
|---|
| 108 | label41 = new System.Windows.Forms.Label();
|
|---|
| 109 | userNameLabel = new System.Windows.Forms.Label();
|
|---|
| 110 | label2 = new System.Windows.Forms.Label();
|
|---|
| 111 | this.gbAddress.SuspendLayout();
|
|---|
| 112 | ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource)).BeginInit();
|
|---|
| 113 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
|
|---|
| 114 | this.gbContact.SuspendLayout();
|
|---|
| 115 | this.tabAddressTitles.SuspendLayout();
|
|---|
| 116 | this.tabPage2.SuspendLayout();
|
|---|
| 117 | this.tabPage9.SuspendLayout();
|
|---|
| 118 | ((System.ComponentModel.ISupportInitialize)(this.clientTitlesBindingSource)).BeginInit();
|
|---|
| 119 | this.gbOther.SuspendLayout();
|
|---|
| 120 | ((System.ComponentModel.ISupportInitialize)(this.agenciExpoBindingSource)).BeginInit();
|
|---|
| 121 | ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
|
|---|
| 122 | ((System.ComponentModel.ISupportInitialize)(this.agenciBindingSource)).BeginInit();
|
|---|
| 123 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
|---|
| 124 | this.SuspendLayout();
|
|---|
| 125 | //
|
|---|
| 126 | // kodKlientaLabel
|
|---|
| 127 | //
|
|---|
| 128 | kodKlientaLabel.AutoSize = true;
|
|---|
| 129 | kodKlientaLabel.Location = new System.Drawing.Point(6, 13);
|
|---|
| 130 | kodKlientaLabel.Name = "kodKlientaLabel";
|
|---|
| 131 | kodKlientaLabel.Size = new System.Drawing.Size(64, 13);
|
|---|
| 132 | kodKlientaLabel.TabIndex = 47;
|
|---|
| 133 | kodKlientaLabel.Text = "Kod Klienta:";
|
|---|
| 134 | //
|
|---|
| 135 | // label41
|
|---|
| 136 | //
|
|---|
| 137 | label41.AutoSize = true;
|
|---|
| 138 | label41.Location = new System.Drawing.Point(147, 221);
|
|---|
| 139 | label41.Name = "label41";
|
|---|
| 140 | label41.Size = new System.Drawing.Size(65, 13);
|
|---|
| 141 | label41.TabIndex = 60;
|
|---|
| 142 | label41.Text = "Agent Expo:";
|
|---|
| 143 | //
|
|---|
| 144 | // userNameLabel
|
|---|
| 145 | //
|
|---|
| 146 | userNameLabel.AutoSize = true;
|
|---|
| 147 | userNameLabel.Location = new System.Drawing.Point(9, 221);
|
|---|
| 148 | userNameLabel.Name = "userNameLabel";
|
|---|
| 149 | userNameLabel.Size = new System.Drawing.Size(38, 13);
|
|---|
| 150 | userNameLabel.TabIndex = 58;
|
|---|
| 151 | userNameLabel.Text = "Agent:";
|
|---|
| 152 | //
|
|---|
| 153 | // gbAddress
|
|---|
| 154 | //
|
|---|
| 155 | this.gbAddress.Controls.Add(this.cbState);
|
|---|
| 156 | this.gbAddress.Controls.Add(this.cbCountry);
|
|---|
| 157 | this.gbAddress.Controls.Add(this.firstNameLabel);
|
|---|
| 158 | this.gbAddress.Controls.Add(this.txtName1);
|
|---|
| 159 | this.gbAddress.Controls.Add(this.lastNameLabel);
|
|---|
| 160 | this.gbAddress.Controls.Add(this.cityLabel);
|
|---|
| 161 | this.gbAddress.Controls.Add(this.txtCity);
|
|---|
| 162 | this.gbAddress.Controls.Add(this.txtName2);
|
|---|
| 163 | this.gbAddress.Controls.Add(this.stateLabel);
|
|---|
| 164 | this.gbAddress.Controls.Add(this.countryLabel);
|
|---|
| 165 | this.gbAddress.Controls.Add(this.organizationNameLabel);
|
|---|
| 166 | this.gbAddress.Controls.Add(this.txtPostCode);
|
|---|
| 167 | this.gbAddress.Controls.Add(this.txtName3);
|
|---|
| 168 | this.gbAddress.Controls.Add(this.postalCodeLabel);
|
|---|
| 169 | this.gbAddress.Controls.Add(this.addressLabel);
|
|---|
| 170 | this.gbAddress.Controls.Add(this.txtAddress);
|
|---|
| 171 | this.gbAddress.Location = new System.Drawing.Point(12, 12);
|
|---|
| 172 | this.gbAddress.Name = "gbAddress";
|
|---|
| 173 | this.gbAddress.Size = new System.Drawing.Size(278, 179);
|
|---|
| 174 | this.gbAddress.TabIndex = 1;
|
|---|
| 175 | this.gbAddress.TabStop = false;
|
|---|
| 176 | this.gbAddress.Text = "Dane adresowe";
|
|---|
| 177 | //
|
|---|
| 178 | // cbState
|
|---|
| 179 | //
|
|---|
| 180 | this.cbState.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "State", true));
|
|---|
| 181 | this.cbState.FormattingEnabled = true;
|
|---|
| 182 | this.cbState.Location = new System.Drawing.Point(148, 109);
|
|---|
| 183 | this.cbState.Name = "cbState";
|
|---|
| 184 | this.cbState.Size = new System.Drawing.Size(117, 21);
|
|---|
| 185 | this.cbState.TabIndex = 8;
|
|---|
| 186 | //
|
|---|
| 187 | // clientsBindingSource
|
|---|
| 188 | //
|
|---|
| 189 | this.clientsBindingSource.DataMember = "KLIENCI";
|
|---|
| 190 | this.clientsBindingSource.DataSource = this.rEKLAMADataSet;
|
|---|
| 191 | //
|
|---|
| 192 | // rEKLAMADataSet
|
|---|
| 193 | //
|
|---|
| 194 | this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
|
|---|
| 195 | this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 196 | //
|
|---|
| 197 | // cbCountry
|
|---|
| 198 | //
|
|---|
| 199 | this.cbCountry.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Country", true));
|
|---|
| 200 | this.cbCountry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|---|
| 201 | this.cbCountry.FormattingEnabled = true;
|
|---|
| 202 | this.cbCountry.Location = new System.Drawing.Point(148, 148);
|
|---|
| 203 | this.cbCountry.Name = "cbCountry";
|
|---|
| 204 | this.cbCountry.Size = new System.Drawing.Size(118, 21);
|
|---|
| 205 | this.cbCountry.TabIndex = 9;
|
|---|
| 206 | this.cbCountry.Validating += new System.ComponentModel.CancelEventHandler(this.cbCountry_Validating);
|
|---|
| 207 | //
|
|---|
| 208 | // firstNameLabel
|
|---|
| 209 | //
|
|---|
| 210 | this.firstNameLabel.AutoSize = true;
|
|---|
| 211 | this.firstNameLabel.Location = new System.Drawing.Point(9, 16);
|
|---|
| 212 | this.firstNameLabel.Name = "firstNameLabel";
|
|---|
| 213 | this.firstNameLabel.Size = new System.Drawing.Size(52, 13);
|
|---|
| 214 | this.firstNameLabel.TabIndex = 4;
|
|---|
| 215 | this.firstNameLabel.Text = "Nazwa 1:";
|
|---|
| 216 | //
|
|---|
| 217 | // txtName1
|
|---|
| 218 | //
|
|---|
| 219 | this.txtName1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "FirstName", true));
|
|---|
| 220 | this.txtName1.Location = new System.Drawing.Point(9, 32);
|
|---|
| 221 | this.txtName1.MaxLength = 50;
|
|---|
| 222 | this.txtName1.Name = "txtName1";
|
|---|
| 223 | this.txtName1.Size = new System.Drawing.Size(117, 20);
|
|---|
| 224 | this.txtName1.TabIndex = 2;
|
|---|
| 225 | this.txtName1.Validating += new System.ComponentModel.CancelEventHandler(this.txtName1_Validating);
|
|---|
| 226 | //
|
|---|
| 227 | // lastNameLabel
|
|---|
| 228 | //
|
|---|
| 229 | this.lastNameLabel.AutoSize = true;
|
|---|
| 230 | this.lastNameLabel.Location = new System.Drawing.Point(9, 55);
|
|---|
| 231 | this.lastNameLabel.Name = "lastNameLabel";
|
|---|
| 232 | this.lastNameLabel.Size = new System.Drawing.Size(52, 13);
|
|---|
| 233 | this.lastNameLabel.TabIndex = 0;
|
|---|
| 234 | this.lastNameLabel.Text = "Nazwa 2:";
|
|---|
| 235 | //
|
|---|
| 236 | // cityLabel
|
|---|
| 237 | //
|
|---|
| 238 | this.cityLabel.AutoSize = true;
|
|---|
| 239 | this.cityLabel.Location = new System.Drawing.Point(148, 55);
|
|---|
| 240 | this.cityLabel.Name = "cityLabel";
|
|---|
| 241 | this.cityLabel.Size = new System.Drawing.Size(41, 13);
|
|---|
| 242 | this.cityLabel.TabIndex = 8;
|
|---|
| 243 | this.cityLabel.Text = "Miasto:";
|
|---|
| 244 | //
|
|---|
| 245 | // txtCity
|
|---|
| 246 | //
|
|---|
| 247 | this.txtCity.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "City", true));
|
|---|
| 248 | this.txtCity.Location = new System.Drawing.Point(148, 71);
|
|---|
| 249 | this.txtCity.MaxLength = 50;
|
|---|
| 250 | this.txtCity.Name = "txtCity";
|
|---|
| 251 | this.txtCity.Size = new System.Drawing.Size(118, 20);
|
|---|
| 252 | this.txtCity.TabIndex = 7;
|
|---|
| 253 | this.txtCity.Validating += new System.ComponentModel.CancelEventHandler(this.txtCity_Validating);
|
|---|
| 254 | //
|
|---|
| 255 | // txtName2
|
|---|
| 256 | //
|
|---|
| 257 | this.txtName2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "LastName", true));
|
|---|
| 258 | this.txtName2.Location = new System.Drawing.Point(9, 71);
|
|---|
| 259 | this.txtName2.MaxLength = 50;
|
|---|
| 260 | this.txtName2.Name = "txtName2";
|
|---|
| 261 | this.txtName2.Size = new System.Drawing.Size(117, 20);
|
|---|
| 262 | this.txtName2.TabIndex = 3;
|
|---|
| 263 | //
|
|---|
| 264 | // stateLabel
|
|---|
| 265 | //
|
|---|
| 266 | this.stateLabel.AutoSize = true;
|
|---|
| 267 | this.stateLabel.Location = new System.Drawing.Point(148, 94);
|
|---|
| 268 | this.stateLabel.Name = "stateLabel";
|
|---|
| 269 | this.stateLabel.Size = new System.Drawing.Size(77, 13);
|
|---|
| 270 | this.stateLabel.TabIndex = 18;
|
|---|
| 271 | this.stateLabel.Text = "Województwo:";
|
|---|
| 272 | //
|
|---|
| 273 | // countryLabel
|
|---|
| 274 | //
|
|---|
| 275 | this.countryLabel.AutoSize = true;
|
|---|
| 276 | this.countryLabel.Location = new System.Drawing.Point(148, 133);
|
|---|
| 277 | this.countryLabel.Name = "countryLabel";
|
|---|
| 278 | this.countryLabel.Size = new System.Drawing.Size(51, 13);
|
|---|
| 279 | this.countryLabel.TabIndex = 12;
|
|---|
| 280 | this.countryLabel.Text = "Pañstwo:";
|
|---|
| 281 | //
|
|---|
| 282 | // organizationNameLabel
|
|---|
| 283 | //
|
|---|
| 284 | this.organizationNameLabel.AutoSize = true;
|
|---|
| 285 | this.organizationNameLabel.Location = new System.Drawing.Point(9, 94);
|
|---|
| 286 | this.organizationNameLabel.Name = "organizationNameLabel";
|
|---|
| 287 | this.organizationNameLabel.Size = new System.Drawing.Size(52, 13);
|
|---|
| 288 | this.organizationNameLabel.TabIndex = 2;
|
|---|
| 289 | this.organizationNameLabel.Text = "Nazwa 3:";
|
|---|
| 290 | //
|
|---|
| 291 | // txtPostCode
|
|---|
| 292 | //
|
|---|
| 293 | this.txtPostCode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "PostalCode", true));
|
|---|
| 294 | this.txtPostCode.Location = new System.Drawing.Point(148, 32);
|
|---|
| 295 | this.txtPostCode.MaxLength = 20;
|
|---|
| 296 | this.txtPostCode.Name = "txtPostCode";
|
|---|
| 297 | this.txtPostCode.Size = new System.Drawing.Size(117, 20);
|
|---|
| 298 | this.txtPostCode.TabIndex = 6;
|
|---|
| 299 | //
|
|---|
| 300 | // txtName3
|
|---|
| 301 | //
|
|---|
| 302 | this.txtName3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "OrganizationName", true));
|
|---|
| 303 | this.txtName3.Location = new System.Drawing.Point(9, 110);
|
|---|
| 304 | this.txtName3.MaxLength = 50;
|
|---|
| 305 | this.txtName3.Name = "txtName3";
|
|---|
| 306 | this.txtName3.Size = new System.Drawing.Size(117, 20);
|
|---|
| 307 | this.txtName3.TabIndex = 4;
|
|---|
| 308 | //
|
|---|
| 309 | // postalCodeLabel
|
|---|
| 310 | //
|
|---|
| 311 | this.postalCodeLabel.AutoSize = true;
|
|---|
| 312 | this.postalCodeLabel.Location = new System.Drawing.Point(148, 16);
|
|---|
| 313 | this.postalCodeLabel.Name = "postalCodeLabel";
|
|---|
| 314 | this.postalCodeLabel.Size = new System.Drawing.Size(29, 13);
|
|---|
| 315 | this.postalCodeLabel.TabIndex = 10;
|
|---|
| 316 | this.postalCodeLabel.Text = "Kod:";
|
|---|
| 317 | //
|
|---|
| 318 | // addressLabel
|
|---|
| 319 | //
|
|---|
| 320 | this.addressLabel.AutoSize = true;
|
|---|
| 321 | this.addressLabel.Location = new System.Drawing.Point(9, 133);
|
|---|
| 322 | this.addressLabel.Name = "addressLabel";
|
|---|
| 323 | this.addressLabel.Size = new System.Drawing.Size(37, 13);
|
|---|
| 324 | this.addressLabel.TabIndex = 6;
|
|---|
| 325 | this.addressLabel.Text = "Adres:";
|
|---|
| 326 | //
|
|---|
| 327 | // txtAddress
|
|---|
| 328 | //
|
|---|
| 329 | this.txtAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Address", true));
|
|---|
| 330 | this.txtAddress.Location = new System.Drawing.Point(9, 149);
|
|---|
| 331 | this.txtAddress.MaxLength = 50;
|
|---|
| 332 | this.txtAddress.Name = "txtAddress";
|
|---|
| 333 | this.txtAddress.Size = new System.Drawing.Size(117, 20);
|
|---|
| 334 | this.txtAddress.TabIndex = 5;
|
|---|
| 335 | //
|
|---|
| 336 | // gbContact
|
|---|
| 337 | //
|
|---|
| 338 | this.gbContact.Controls.Add(this.phoneNumberLabel);
|
|---|
| 339 | this.gbContact.Controls.Add(this.txtPhone);
|
|---|
| 340 | this.gbContact.Controls.Add(this.faxNumberLabel);
|
|---|
| 341 | this.gbContact.Controls.Add(this.txtFax);
|
|---|
| 342 | this.gbContact.Controls.Add(this.emailLabel);
|
|---|
| 343 | this.gbContact.Controls.Add(this.txtEmail);
|
|---|
| 344 | this.gbContact.Controls.Add(this.httpLabel);
|
|---|
| 345 | this.gbContact.Controls.Add(this.txtWWW);
|
|---|
| 346 | this.gbContact.Controls.Add(this.contactNameLabel);
|
|---|
| 347 | this.gbContact.Controls.Add(this.txtContactName);
|
|---|
| 348 | this.gbContact.Location = new System.Drawing.Point(297, 12);
|
|---|
| 349 | this.gbContact.Name = "gbContact";
|
|---|
| 350 | this.gbContact.Size = new System.Drawing.Size(253, 179);
|
|---|
| 351 | this.gbContact.TabIndex = 10;
|
|---|
| 352 | this.gbContact.TabStop = false;
|
|---|
| 353 | this.gbContact.Text = "Kontakt";
|
|---|
| 354 | //
|
|---|
| 355 | // phoneNumberLabel
|
|---|
| 356 | //
|
|---|
| 357 | this.phoneNumberLabel.AutoSize = true;
|
|---|
| 358 | this.phoneNumberLabel.Location = new System.Drawing.Point(9, 16);
|
|---|
| 359 | this.phoneNumberLabel.Name = "phoneNumberLabel";
|
|---|
| 360 | this.phoneNumberLabel.Size = new System.Drawing.Size(46, 13);
|
|---|
| 361 | this.phoneNumberLabel.TabIndex = 20;
|
|---|
| 362 | this.phoneNumberLabel.Text = "Telefon:";
|
|---|
| 363 | //
|
|---|
| 364 | // txtPhone
|
|---|
| 365 | //
|
|---|
| 366 | this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "PhoneNumber", true));
|
|---|
| 367 | this.txtPhone.Location = new System.Drawing.Point(9, 32);
|
|---|
| 368 | this.txtPhone.MaxLength = 30;
|
|---|
| 369 | this.txtPhone.Name = "txtPhone";
|
|---|
| 370 | this.txtPhone.Size = new System.Drawing.Size(115, 20);
|
|---|
| 371 | this.txtPhone.TabIndex = 11;
|
|---|
| 372 | //
|
|---|
| 373 | // faxNumberLabel
|
|---|
| 374 | //
|
|---|
| 375 | this.faxNumberLabel.AutoSize = true;
|
|---|
| 376 | this.faxNumberLabel.Location = new System.Drawing.Point(131, 16);
|
|---|
| 377 | this.faxNumberLabel.Name = "faxNumberLabel";
|
|---|
| 378 | this.faxNumberLabel.Size = new System.Drawing.Size(27, 13);
|
|---|
| 379 | this.faxNumberLabel.TabIndex = 22;
|
|---|
| 380 | this.faxNumberLabel.Text = "Fax:";
|
|---|
| 381 | //
|
|---|
| 382 | // txtFax
|
|---|
| 383 | //
|
|---|
| 384 | this.txtFax.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "FaxNumber", true));
|
|---|
| 385 | this.txtFax.Location = new System.Drawing.Point(126, 32);
|
|---|
| 386 | this.txtFax.MaxLength = 30;
|
|---|
| 387 | this.txtFax.Name = "txtFax";
|
|---|
| 388 | this.txtFax.Size = new System.Drawing.Size(115, 20);
|
|---|
| 389 | this.txtFax.TabIndex = 12;
|
|---|
| 390 | //
|
|---|
| 391 | // emailLabel
|
|---|
| 392 | //
|
|---|
| 393 | this.emailLabel.AutoSize = true;
|
|---|
| 394 | this.emailLabel.Location = new System.Drawing.Point(9, 94);
|
|---|
| 395 | this.emailLabel.Name = "emailLabel";
|
|---|
| 396 | this.emailLabel.Size = new System.Drawing.Size(35, 13);
|
|---|
| 397 | this.emailLabel.TabIndex = 32;
|
|---|
| 398 | this.emailLabel.Text = "Email:";
|
|---|
| 399 | //
|
|---|
| 400 | // txtEmail
|
|---|
| 401 | //
|
|---|
| 402 | this.txtEmail.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Email", true));
|
|---|
| 403 | this.txtEmail.Location = new System.Drawing.Point(9, 110);
|
|---|
| 404 | this.txtEmail.MaxLength = 50;
|
|---|
| 405 | this.txtEmail.Name = "txtEmail";
|
|---|
| 406 | this.txtEmail.Size = new System.Drawing.Size(229, 20);
|
|---|
| 407 | this.txtEmail.TabIndex = 14;
|
|---|
| 408 | //
|
|---|
| 409 | // httpLabel
|
|---|
| 410 | //
|
|---|
| 411 | this.httpLabel.AutoSize = true;
|
|---|
| 412 | this.httpLabel.Location = new System.Drawing.Point(9, 133);
|
|---|
| 413 | this.httpLabel.Name = "httpLabel";
|
|---|
| 414 | this.httpLabel.Size = new System.Drawing.Size(30, 13);
|
|---|
| 415 | this.httpLabel.TabIndex = 38;
|
|---|
| 416 | this.httpLabel.Text = "Http:";
|
|---|
| 417 | //
|
|---|
| 418 | // txtWWW
|
|---|
| 419 | //
|
|---|
| 420 | this.txtWWW.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "http", true));
|
|---|
| 421 | this.txtWWW.Location = new System.Drawing.Point(9, 149);
|
|---|
| 422 | this.txtWWW.MaxLength = 60;
|
|---|
| 423 | this.txtWWW.Name = "txtWWW";
|
|---|
| 424 | this.txtWWW.Size = new System.Drawing.Size(229, 20);
|
|---|
| 425 | this.txtWWW.TabIndex = 15;
|
|---|
| 426 | //
|
|---|
| 427 | // contactNameLabel
|
|---|
| 428 | //
|
|---|
| 429 | this.contactNameLabel.AutoSize = true;
|
|---|
| 430 | this.contactNameLabel.Location = new System.Drawing.Point(9, 55);
|
|---|
| 431 | this.contactNameLabel.Name = "contactNameLabel";
|
|---|
| 432 | this.contactNameLabel.Size = new System.Drawing.Size(47, 13);
|
|---|
| 433 | this.contactNameLabel.TabIndex = 16;
|
|---|
| 434 | this.contactNameLabel.Text = "Kontakt:";
|
|---|
| 435 | //
|
|---|
| 436 | // txtContactName
|
|---|
| 437 | //
|
|---|
| 438 | this.txtContactName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "ContactName", true));
|
|---|
| 439 | this.txtContactName.Location = new System.Drawing.Point(9, 71);
|
|---|
| 440 | this.txtContactName.MaxLength = 50;
|
|---|
| 441 | this.txtContactName.Name = "txtContactName";
|
|---|
| 442 | this.txtContactName.Size = new System.Drawing.Size(229, 20);
|
|---|
| 443 | this.txtContactName.TabIndex = 13;
|
|---|
| 444 | //
|
|---|
| 445 | // tabAddressTitles
|
|---|
| 446 | //
|
|---|
| 447 | this.tabAddressTitles.Controls.Add(this.tabPage2);
|
|---|
| 448 | this.tabAddressTitles.Controls.Add(this.tabPage9);
|
|---|
| 449 | this.tabAddressTitles.Location = new System.Drawing.Point(297, 197);
|
|---|
| 450 | this.tabAddressTitles.Name = "tabAddressTitles";
|
|---|
| 451 | this.tabAddressTitles.SelectedIndex = 0;
|
|---|
| 452 | this.tabAddressTitles.Size = new System.Drawing.Size(253, 266);
|
|---|
| 453 | this.tabAddressTitles.TabIndex = 27;
|
|---|
| 454 | //
|
|---|
| 455 | // tabPage2
|
|---|
| 456 | //
|
|---|
| 457 | this.tabPage2.AutoScroll = true;
|
|---|
| 458 | this.tabPage2.Controls.Add(this.btnCopyAddress);
|
|---|
| 459 | this.tabPage2.Controls.Add(this.adres_KorLabel);
|
|---|
| 460 | this.tabPage2.Controls.Add(this.txtCorespondenceAddress);
|
|---|
| 461 | this.tabPage2.Controls.Add(this.adres_FkaturaLabel);
|
|---|
| 462 | this.tabPage2.Controls.Add(this.txtInvoiceAddress);
|
|---|
| 463 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|---|
| 464 | this.tabPage2.Name = "tabPage2";
|
|---|
| 465 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|---|
| 466 | this.tabPage2.Size = new System.Drawing.Size(245, 240);
|
|---|
| 467 | this.tabPage2.TabIndex = 1;
|
|---|
| 468 | this.tabPage2.Text = "Inne dane adresowe";
|
|---|
| 469 | this.tabPage2.UseVisualStyleBackColor = true;
|
|---|
| 470 | //
|
|---|
| 471 | // btnCopyAddress
|
|---|
| 472 | //
|
|---|
| 473 | this.btnCopyAddress.Location = new System.Drawing.Point(70, 210);
|
|---|
| 474 | this.btnCopyAddress.Name = "btnCopyAddress";
|
|---|
| 475 | this.btnCopyAddress.Size = new System.Drawing.Size(110, 23);
|
|---|
| 476 | this.btnCopyAddress.TabIndex = 30;
|
|---|
| 477 | this.btnCopyAddress.Text = "Przenie adres";
|
|---|
| 478 | this.btnCopyAddress.UseVisualStyleBackColor = true;
|
|---|
| 479 | this.btnCopyAddress.Click += new System.EventHandler(this.btnCopyAddress_Click);
|
|---|
| 480 | //
|
|---|
| 481 | // adres_KorLabel
|
|---|
| 482 | //
|
|---|
| 483 | this.adres_KorLabel.AutoSize = true;
|
|---|
| 484 | this.adres_KorLabel.Location = new System.Drawing.Point(7, 105);
|
|---|
| 485 | this.adres_KorLabel.Name = "adres_KorLabel";
|
|---|
| 486 | this.adres_KorLabel.Size = new System.Drawing.Size(126, 13);
|
|---|
| 487 | this.adres_KorLabel.TabIndex = 32;
|
|---|
| 488 | this.adres_KorLabel.Text = "Adres korespondencyjny:";
|
|---|
| 489 | //
|
|---|
| 490 | // txtCorespondenceAddress
|
|---|
| 491 | //
|
|---|
| 492 | this.txtCorespondenceAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Adres_Kor", true));
|
|---|
| 493 | this.txtCorespondenceAddress.Location = new System.Drawing.Point(9, 120);
|
|---|
| 494 | this.txtCorespondenceAddress.MaxLength = 200;
|
|---|
| 495 | this.txtCorespondenceAddress.Multiline = true;
|
|---|
| 496 | this.txtCorespondenceAddress.Name = "txtCorespondenceAddress";
|
|---|
| 497 | this.txtCorespondenceAddress.Size = new System.Drawing.Size(229, 85);
|
|---|
| 498 | this.txtCorespondenceAddress.TabIndex = 29;
|
|---|
| 499 | //
|
|---|
| 500 | // adres_FkaturaLabel
|
|---|
| 501 | //
|
|---|
| 502 | this.adres_FkaturaLabel.AutoSize = true;
|
|---|
| 503 | this.adres_FkaturaLabel.Location = new System.Drawing.Point(7, 4);
|
|---|
| 504 | this.adres_FkaturaLabel.Name = "adres_FkaturaLabel";
|
|---|
| 505 | this.adres_FkaturaLabel.Size = new System.Drawing.Size(87, 13);
|
|---|
| 506 | this.adres_FkaturaLabel.TabIndex = 28;
|
|---|
| 507 | this.adres_FkaturaLabel.Text = "Adres do faktury:";
|
|---|
| 508 | //
|
|---|
| 509 | // txtInvoiceAddress
|
|---|
| 510 | //
|
|---|
| 511 | this.txtInvoiceAddress.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Adres_Fkatura", true));
|
|---|
| 512 | this.txtInvoiceAddress.Location = new System.Drawing.Point(9, 17);
|
|---|
| 513 | this.txtInvoiceAddress.MaxLength = 200;
|
|---|
| 514 | this.txtInvoiceAddress.Multiline = true;
|
|---|
| 515 | this.txtInvoiceAddress.Name = "txtInvoiceAddress";
|
|---|
| 516 | this.txtInvoiceAddress.Size = new System.Drawing.Size(229, 85);
|
|---|
| 517 | this.txtInvoiceAddress.TabIndex = 28;
|
|---|
| 518 | //
|
|---|
| 519 | // tabPage9
|
|---|
| 520 | //
|
|---|
| 521 | this.tabPage9.Controls.Add(this.lbClientTitles);
|
|---|
| 522 | this.tabPage9.Controls.Add(this.label39);
|
|---|
| 523 | this.tabPage9.Controls.Add(this.btnRemoveTitle);
|
|---|
| 524 | this.tabPage9.Controls.Add(this.btnAddTitle);
|
|---|
| 525 | this.tabPage9.Controls.Add(this.lbTitles);
|
|---|
| 526 | this.tabPage9.Location = new System.Drawing.Point(4, 22);
|
|---|
| 527 | this.tabPage9.Name = "tabPage9";
|
|---|
| 528 | this.tabPage9.Size = new System.Drawing.Size(245, 240);
|
|---|
| 529 | this.tabPage9.TabIndex = 2;
|
|---|
| 530 | this.tabPage9.Text = "Reklama w";
|
|---|
| 531 | this.tabPage9.UseVisualStyleBackColor = true;
|
|---|
| 532 | //
|
|---|
| 533 | // lbClientTitles
|
|---|
| 534 | //
|
|---|
| 535 | this.lbClientTitles.DataSource = this.clientTitlesBindingSource;
|
|---|
| 536 | this.lbClientTitles.DisplayMember = "TYTUL";
|
|---|
| 537 | this.lbClientTitles.FormattingEnabled = true;
|
|---|
| 538 | this.lbClientTitles.Location = new System.Drawing.Point(139, 42);
|
|---|
| 539 | this.lbClientTitles.Name = "lbClientTitles";
|
|---|
| 540 | this.lbClientTitles.Size = new System.Drawing.Size(102, 134);
|
|---|
| 541 | this.lbClientTitles.TabIndex = 34;
|
|---|
| 542 | this.lbClientTitles.ValueMember = "ID_KLIENCI_TYTUL";
|
|---|
| 543 | //
|
|---|
| 544 | // clientTitlesBindingSource
|
|---|
| 545 | //
|
|---|
| 546 | this.clientTitlesBindingSource.DataMember = "KLIENCI_TYTUL";
|
|---|
| 547 | this.clientTitlesBindingSource.DataSource = this.rEKLAMADataSet;
|
|---|
| 548 | //
|
|---|
| 549 | // label39
|
|---|
| 550 | //
|
|---|
| 551 | this.label39.Location = new System.Drawing.Point(6, 9);
|
|---|
| 552 | this.label39.Name = "label39";
|
|---|
| 553 | this.label39.Size = new System.Drawing.Size(231, 26);
|
|---|
| 554 | this.label39.TabIndex = 77;
|
|---|
| 555 | this.label39.Text = "Tytu³y, w których klient jest zainteresowany umieszczeniem reklamy.";
|
|---|
| 556 | //
|
|---|
| 557 | // btnRemoveTitle
|
|---|
| 558 | //
|
|---|
| 559 | this.btnRemoveTitle.CausesValidation = false;
|
|---|
| 560 | this.btnRemoveTitle.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveTitle.Image")));
|
|---|
| 561 | this.btnRemoveTitle.Location = new System.Drawing.Point(110, 114);
|
|---|
| 562 | this.btnRemoveTitle.Name = "btnRemoveTitle";
|
|---|
| 563 | this.btnRemoveTitle.Size = new System.Drawing.Size(26, 36);
|
|---|
| 564 | this.btnRemoveTitle.TabIndex = 33;
|
|---|
| 565 | this.btnRemoveTitle.UseVisualStyleBackColor = true;
|
|---|
| 566 | this.btnRemoveTitle.Click += new System.EventHandler(this.btnRemoveTitle_Click);
|
|---|
| 567 | //
|
|---|
| 568 | // btnAddTitle
|
|---|
| 569 | //
|
|---|
| 570 | this.btnAddTitle.CausesValidation = false;
|
|---|
| 571 | this.btnAddTitle.Image = ((System.Drawing.Image)(resources.GetObject("btnAddTitle.Image")));
|
|---|
| 572 | this.btnAddTitle.Location = new System.Drawing.Point(110, 67);
|
|---|
| 573 | this.btnAddTitle.Name = "btnAddTitle";
|
|---|
| 574 | this.btnAddTitle.Size = new System.Drawing.Size(26, 36);
|
|---|
| 575 | this.btnAddTitle.TabIndex = 32;
|
|---|
| 576 | this.btnAddTitle.UseVisualStyleBackColor = true;
|
|---|
| 577 | this.btnAddTitle.Click += new System.EventHandler(this.btnAddTitle_Click);
|
|---|
| 578 | //
|
|---|
| 579 | // lbTitles
|
|---|
| 580 | //
|
|---|
| 581 | this.lbTitles.FormattingEnabled = true;
|
|---|
| 582 | this.lbTitles.Location = new System.Drawing.Point(5, 42);
|
|---|
| 583 | this.lbTitles.Name = "lbTitles";
|
|---|
| 584 | this.lbTitles.Size = new System.Drawing.Size(102, 134);
|
|---|
| 585 | this.lbTitles.TabIndex = 31;
|
|---|
| 586 | //
|
|---|
| 587 | // txtClientCode
|
|---|
| 588 | //
|
|---|
| 589 | this.txtClientCode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "kodKlienta", true));
|
|---|
| 590 | this.txtClientCode.Location = new System.Drawing.Point(9, 29);
|
|---|
| 591 | this.txtClientCode.MaxLength = 10;
|
|---|
| 592 | this.txtClientCode.Name = "txtClientCode";
|
|---|
| 593 | this.txtClientCode.Size = new System.Drawing.Size(232, 20);
|
|---|
| 594 | this.txtClientCode.TabIndex = 17;
|
|---|
| 595 | this.txtClientCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtClientCode_Validating);
|
|---|
| 596 | //
|
|---|
| 597 | // txtVatNumberPrefix
|
|---|
| 598 | //
|
|---|
| 599 | this.txtVatNumberPrefix.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "nipKraj", true));
|
|---|
| 600 | this.txtVatNumberPrefix.Location = new System.Drawing.Point(9, 104);
|
|---|
| 601 | this.txtVatNumberPrefix.MaxLength = 2;
|
|---|
| 602 | this.txtVatNumberPrefix.Name = "txtVatNumberPrefix";
|
|---|
| 603 | this.txtVatNumberPrefix.Size = new System.Drawing.Size(25, 20);
|
|---|
| 604 | this.txtVatNumberPrefix.TabIndex = 18;
|
|---|
| 605 | //
|
|---|
| 606 | // nipLabel
|
|---|
| 607 | //
|
|---|
| 608 | this.nipLabel.AutoSize = true;
|
|---|
| 609 | this.nipLabel.Location = new System.Drawing.Point(6, 88);
|
|---|
| 610 | this.nipLabel.Name = "nipLabel";
|
|---|
| 611 | this.nipLabel.Size = new System.Drawing.Size(28, 13);
|
|---|
| 612 | this.nipLabel.TabIndex = 14;
|
|---|
| 613 | this.nipLabel.Text = "NIP:";
|
|---|
| 614 | //
|
|---|
| 615 | // cbVies
|
|---|
| 616 | //
|
|---|
| 617 | this.cbVies.AutoSize = true;
|
|---|
| 618 | this.cbVies.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.clientsBindingSource, "VIES", true));
|
|---|
| 619 | this.cbVies.Location = new System.Drawing.Point(109, 202);
|
|---|
| 620 | this.cbVies.Name = "cbVies";
|
|---|
| 621 | this.cbVies.Size = new System.Drawing.Size(50, 17);
|
|---|
| 622 | this.cbVies.TabIndex = 23;
|
|---|
| 623 | this.cbVies.Text = "VIES";
|
|---|
| 624 | //
|
|---|
| 625 | // txtVatNumber
|
|---|
| 626 | //
|
|---|
| 627 | this.txtVatNumber.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Nip", true));
|
|---|
| 628 | this.txtVatNumber.Location = new System.Drawing.Point(40, 104);
|
|---|
| 629 | this.txtVatNumber.MaxLength = 50;
|
|---|
| 630 | this.txtVatNumber.Name = "txtVatNumber";
|
|---|
| 631 | this.txtVatNumber.Size = new System.Drawing.Size(201, 20);
|
|---|
| 632 | this.txtVatNumber.TabIndex = 19;
|
|---|
| 633 | //
|
|---|
| 634 | // cbVat
|
|---|
| 635 | //
|
|---|
| 636 | this.cbVat.AutoSize = true;
|
|---|
| 637 | this.cbVat.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.clientsBindingSource, "Platnik_VAT", true));
|
|---|
| 638 | this.cbVat.Location = new System.Drawing.Point(9, 202);
|
|---|
| 639 | this.cbVat.Name = "cbVat";
|
|---|
| 640 | this.cbVat.Size = new System.Drawing.Size(84, 17);
|
|---|
| 641 | this.cbVat.TabIndex = 22;
|
|---|
| 642 | this.cbVat.Text = "P³atnik VAT";
|
|---|
| 643 | //
|
|---|
| 644 | // gbOther
|
|---|
| 645 | //
|
|---|
| 646 | this.gbOther.Controls.Add(label2);
|
|---|
| 647 | this.gbOther.Controls.Add(this.txtNameInMagazine);
|
|---|
| 648 | this.gbOther.Controls.Add(this.cbAgentExpo);
|
|---|
| 649 | this.gbOther.Controls.Add(label41);
|
|---|
| 650 | this.gbOther.Controls.Add(kodKlientaLabel);
|
|---|
| 651 | this.gbOther.Controls.Add(this.krsLabel);
|
|---|
| 652 | this.gbOther.Controls.Add(this.txtClientCode);
|
|---|
| 653 | this.gbOther.Controls.Add(this.cbUserName);
|
|---|
| 654 | this.gbOther.Controls.Add(this.cbActive);
|
|---|
| 655 | this.gbOther.Controls.Add(this.txtKrs);
|
|---|
| 656 | this.gbOther.Controls.Add(userNameLabel);
|
|---|
| 657 | this.gbOther.Controls.Add(this.txtVatNumberPrefix);
|
|---|
| 658 | this.gbOther.Controls.Add(this.cbVat);
|
|---|
| 659 | this.gbOther.Controls.Add(this.regonLabel);
|
|---|
| 660 | this.gbOther.Controls.Add(this.txtRegon);
|
|---|
| 661 | this.gbOther.Controls.Add(this.txtVatNumber);
|
|---|
| 662 | this.gbOther.Controls.Add(this.cbVies);
|
|---|
| 663 | this.gbOther.Controls.Add(this.nipLabel);
|
|---|
| 664 | this.gbOther.Location = new System.Drawing.Point(12, 197);
|
|---|
| 665 | this.gbOther.Name = "gbOther";
|
|---|
| 666 | this.gbOther.Size = new System.Drawing.Size(278, 266);
|
|---|
| 667 | this.gbOther.TabIndex = 16;
|
|---|
| 668 | this.gbOther.TabStop = false;
|
|---|
| 669 | this.gbOther.Text = "Inne";
|
|---|
| 670 | //
|
|---|
| 671 | // cbAgentExpo
|
|---|
| 672 | //
|
|---|
| 673 | this.cbAgentExpo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "AgentExpo", true));
|
|---|
| 674 | this.cbAgentExpo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|---|
| 675 | this.cbAgentExpo.FormattingEnabled = true;
|
|---|
| 676 | this.cbAgentExpo.Location = new System.Drawing.Point(148, 236);
|
|---|
| 677 | this.cbAgentExpo.Name = "cbAgentExpo";
|
|---|
| 678 | this.cbAgentExpo.Size = new System.Drawing.Size(118, 21);
|
|---|
| 679 | this.cbAgentExpo.TabIndex = 26;
|
|---|
| 680 | //
|
|---|
| 681 | // krsLabel
|
|---|
| 682 | //
|
|---|
| 683 | this.krsLabel.AutoSize = true;
|
|---|
| 684 | this.krsLabel.Location = new System.Drawing.Point(6, 126);
|
|---|
| 685 | this.krsLabel.Name = "krsLabel";
|
|---|
| 686 | this.krsLabel.Size = new System.Drawing.Size(32, 13);
|
|---|
| 687 | this.krsLabel.TabIndex = 44;
|
|---|
| 688 | this.krsLabel.Text = "KRS:";
|
|---|
| 689 | //
|
|---|
| 690 | // cbUserName
|
|---|
| 691 | //
|
|---|
| 692 | this.cbUserName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "UserName", true));
|
|---|
| 693 | this.cbUserName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|---|
| 694 | this.cbUserName.FormattingEnabled = true;
|
|---|
| 695 | this.cbUserName.Location = new System.Drawing.Point(9, 236);
|
|---|
| 696 | this.cbUserName.Name = "cbUserName";
|
|---|
| 697 | this.cbUserName.Size = new System.Drawing.Size(117, 21);
|
|---|
| 698 | this.cbUserName.TabIndex = 25;
|
|---|
| 699 | //
|
|---|
| 700 | // cbActive
|
|---|
| 701 | //
|
|---|
| 702 | this.cbActive.AutoSize = true;
|
|---|
| 703 | this.cbActive.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.clientsBindingSource, "Aktywny", true));
|
|---|
| 704 | this.cbActive.Location = new System.Drawing.Point(175, 202);
|
|---|
| 705 | this.cbActive.Name = "cbActive";
|
|---|
| 706 | this.cbActive.Size = new System.Drawing.Size(66, 17);
|
|---|
| 707 | this.cbActive.TabIndex = 24;
|
|---|
| 708 | this.cbActive.Text = "Aktywny";
|
|---|
| 709 | //
|
|---|
| 710 | // txtKrs
|
|---|
| 711 | //
|
|---|
| 712 | this.txtKrs.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "krs", true));
|
|---|
| 713 | this.txtKrs.Location = new System.Drawing.Point(9, 142);
|
|---|
| 714 | this.txtKrs.MaxLength = 50;
|
|---|
| 715 | this.txtKrs.Name = "txtKrs";
|
|---|
| 716 | this.txtKrs.Size = new System.Drawing.Size(232, 20);
|
|---|
| 717 | this.txtKrs.TabIndex = 20;
|
|---|
| 718 | //
|
|---|
| 719 | // regonLabel
|
|---|
| 720 | //
|
|---|
| 721 | this.regonLabel.AutoSize = true;
|
|---|
| 722 | this.regonLabel.Location = new System.Drawing.Point(6, 164);
|
|---|
| 723 | this.regonLabel.Name = "regonLabel";
|
|---|
| 724 | this.regonLabel.Size = new System.Drawing.Size(42, 13);
|
|---|
| 725 | this.regonLabel.TabIndex = 40;
|
|---|
| 726 | this.regonLabel.Text = "Regon:";
|
|---|
| 727 | //
|
|---|
| 728 | // txtRegon
|
|---|
| 729 | //
|
|---|
| 730 | this.txtRegon.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "regon", true));
|
|---|
| 731 | this.txtRegon.Location = new System.Drawing.Point(9, 179);
|
|---|
| 732 | this.txtRegon.MaxLength = 50;
|
|---|
| 733 | this.txtRegon.Name = "txtRegon";
|
|---|
| 734 | this.txtRegon.Size = new System.Drawing.Size(232, 20);
|
|---|
| 735 | this.txtRegon.TabIndex = 21;
|
|---|
| 736 | //
|
|---|
| 737 | // agenciExpoBindingSource
|
|---|
| 738 | //
|
|---|
| 739 | this.agenciExpoBindingSource.DataMember = "AGENCI";
|
|---|
| 740 | this.agenciExpoBindingSource.DataSource = this.sLOWNIKDataSet;
|
|---|
| 741 | //
|
|---|
| 742 | // sLOWNIKDataSet
|
|---|
| 743 | //
|
|---|
| 744 | this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
|
|---|
| 745 | this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 746 | //
|
|---|
| 747 | // agenciBindingSource
|
|---|
| 748 | //
|
|---|
| 749 | this.agenciBindingSource.DataMember = "AGENCI";
|
|---|
| 750 | this.agenciBindingSource.DataSource = this.sLOWNIKDataSet;
|
|---|
| 751 | //
|
|---|
| 752 | // btnSave
|
|---|
| 753 | //
|
|---|
| 754 | this.btnSave.Location = new System.Drawing.Point(561, 21);
|
|---|
| 755 | this.btnSave.Name = "btnSave";
|
|---|
| 756 | this.btnSave.Size = new System.Drawing.Size(75, 23);
|
|---|
| 757 | this.btnSave.TabIndex = 36;
|
|---|
| 758 | this.btnSave.Text = "Zapisz";
|
|---|
| 759 | this.btnSave.UseVisualStyleBackColor = true;
|
|---|
| 760 | this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|---|
| 761 | //
|
|---|
| 762 | // btnCancel
|
|---|
| 763 | //
|
|---|
| 764 | this.btnCancel.CausesValidation = false;
|
|---|
| 765 | this.btnCancel.Location = new System.Drawing.Point(561, 53);
|
|---|
| 766 | this.btnCancel.Name = "btnCancel";
|
|---|
| 767 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|---|
| 768 | this.btnCancel.TabIndex = 37;
|
|---|
| 769 | this.btnCancel.Text = "Anuluj";
|
|---|
| 770 | this.btnCancel.UseVisualStyleBackColor = true;
|
|---|
| 771 | this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|---|
| 772 | //
|
|---|
| 773 | // clientsAdapter
|
|---|
| 774 | //
|
|---|
| 775 | this.clientsAdapter.ClearBeforeFill = true;
|
|---|
| 776 | //
|
|---|
| 777 | // agenciTableAdapter
|
|---|
| 778 | //
|
|---|
| 779 | this.agenciTableAdapter.ClearBeforeFill = true;
|
|---|
| 780 | //
|
|---|
| 781 | // txtNote
|
|---|
| 782 | //
|
|---|
| 783 | this.txtNote.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "Note", true));
|
|---|
| 784 | this.txtNote.Location = new System.Drawing.Point(12, 482);
|
|---|
| 785 | this.txtNote.MaxLength = 200;
|
|---|
| 786 | this.txtNote.Multiline = true;
|
|---|
| 787 | this.txtNote.Name = "txtNote";
|
|---|
| 788 | this.txtNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|---|
| 789 | this.txtNote.Size = new System.Drawing.Size(539, 63);
|
|---|
| 790 | this.txtNote.TabIndex = 35;
|
|---|
| 791 | //
|
|---|
| 792 | // label1
|
|---|
| 793 | //
|
|---|
| 794 | this.label1.AutoSize = true;
|
|---|
| 795 | this.label1.Location = new System.Drawing.Point(12, 466);
|
|---|
| 796 | this.label1.Name = "label1";
|
|---|
| 797 | this.label1.Size = new System.Drawing.Size(44, 13);
|
|---|
| 798 | this.label1.TabIndex = 19;
|
|---|
| 799 | this.label1.Text = "Notatki:";
|
|---|
| 800 | //
|
|---|
| 801 | // clientTitlesAdapter
|
|---|
| 802 | //
|
|---|
| 803 | this.clientTitlesAdapter.ClearBeforeFill = true;
|
|---|
| 804 | //
|
|---|
| 805 | // errorProvider
|
|---|
| 806 | //
|
|---|
| 807 | this.errorProvider.ContainerControl = this;
|
|---|
| 808 | //
|
|---|
| 809 | // label2
|
|---|
| 810 | //
|
|---|
| 811 | label2.AutoSize = true;
|
|---|
| 812 | label2.Location = new System.Drawing.Point(6, 50);
|
|---|
| 813 | label2.Name = "label2";
|
|---|
| 814 | label2.Size = new System.Drawing.Size(128, 13);
|
|---|
| 815 | label2.TabIndex = 62;
|
|---|
| 816 | label2.Text = "Nazwa klienta w gazecie:";
|
|---|
| 817 | //
|
|---|
| 818 | // txtNameInMagazine
|
|---|
| 819 | //
|
|---|
| 820 | this.txtNameInMagazine.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientsBindingSource, "NameInMagazine", true));
|
|---|
| 821 | this.txtNameInMagazine.Location = new System.Drawing.Point(9, 66);
|
|---|
| 822 | this.txtNameInMagazine.MaxLength = 50;
|
|---|
| 823 | this.txtNameInMagazine.Name = "txtNameInMagazine";
|
|---|
| 824 | this.txtNameInMagazine.Size = new System.Drawing.Size(232, 20);
|
|---|
| 825 | this.txtNameInMagazine.TabIndex = 61;
|
|---|
| 826 | this.txtNameInMagazine.Validating += new System.ComponentModel.CancelEventHandler(this.txtNameInMagazine_Validating);
|
|---|
| 827 | //
|
|---|
| 828 | // AddClient
|
|---|
| 829 | //
|
|---|
| 830 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 831 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 832 | this.CausesValidation = false;
|
|---|
| 833 | this.ClientSize = new System.Drawing.Size(649, 554);
|
|---|
| 834 | this.ControlBox = false;
|
|---|
| 835 | this.Controls.Add(this.label1);
|
|---|
| 836 | this.Controls.Add(this.txtNote);
|
|---|
| 837 | this.Controls.Add(this.btnCancel);
|
|---|
| 838 | this.Controls.Add(this.btnSave);
|
|---|
| 839 | this.Controls.Add(this.gbOther);
|
|---|
| 840 | this.Controls.Add(this.tabAddressTitles);
|
|---|
| 841 | this.Controls.Add(this.gbContact);
|
|---|
| 842 | this.Controls.Add(this.gbAddress);
|
|---|
| 843 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|---|
| 844 | this.MaximizeBox = false;
|
|---|
| 845 | this.MinimizeBox = false;
|
|---|
| 846 | this.Name = "AddClient";
|
|---|
| 847 | this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|---|
| 848 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|---|
| 849 | this.Text = "Dodaj/modyfikuj klienta";
|
|---|
| 850 | this.Load += new System.EventHandler(this.AddClient_Load);
|
|---|
| 851 | this.gbAddress.ResumeLayout(false);
|
|---|
| 852 | this.gbAddress.PerformLayout();
|
|---|
| 853 | ((System.ComponentModel.ISupportInitialize)(this.clientsBindingSource)).EndInit();
|
|---|
| 854 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
|
|---|
| 855 | this.gbContact.ResumeLayout(false);
|
|---|
| 856 | this.gbContact.PerformLayout();
|
|---|
| 857 | this.tabAddressTitles.ResumeLayout(false);
|
|---|
| 858 | this.tabPage2.ResumeLayout(false);
|
|---|
| 859 | this.tabPage2.PerformLayout();
|
|---|
| 860 | this.tabPage9.ResumeLayout(false);
|
|---|
| 861 | ((System.ComponentModel.ISupportInitialize)(this.clientTitlesBindingSource)).EndInit();
|
|---|
| 862 | this.gbOther.ResumeLayout(false);
|
|---|
| 863 | this.gbOther.PerformLayout();
|
|---|
| 864 | ((System.ComponentModel.ISupportInitialize)(this.agenciExpoBindingSource)).EndInit();
|
|---|
| 865 | ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
|
|---|
| 866 | ((System.ComponentModel.ISupportInitialize)(this.agenciBindingSource)).EndInit();
|
|---|
| 867 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
|---|
| 868 | this.ResumeLayout(false);
|
|---|
| 869 | this.PerformLayout();
|
|---|
| 870 |
|
|---|
| 871 | }
|
|---|
| 872 |
|
|---|
| 873 | #endregion
|
|---|
| 874 |
|
|---|
| 875 | private System.Windows.Forms.GroupBox gbAddress;
|
|---|
| 876 | private System.Windows.Forms.ComboBox cbState;
|
|---|
| 877 | private System.Windows.Forms.ComboBox cbCountry;
|
|---|
| 878 | private System.Windows.Forms.Label firstNameLabel;
|
|---|
| 879 | private System.Windows.Forms.TextBox txtName1;
|
|---|
| 880 | private System.Windows.Forms.Label lastNameLabel;
|
|---|
| 881 | private System.Windows.Forms.Label cityLabel;
|
|---|
| 882 | private System.Windows.Forms.TextBox txtCity;
|
|---|
| 883 | private System.Windows.Forms.TextBox txtName2;
|
|---|
| 884 | private System.Windows.Forms.Label stateLabel;
|
|---|
| 885 | private System.Windows.Forms.Label countryLabel;
|
|---|
| 886 | private System.Windows.Forms.Label organizationNameLabel;
|
|---|
| 887 | private System.Windows.Forms.TextBox txtPostCode;
|
|---|
| 888 | private System.Windows.Forms.TextBox txtName3;
|
|---|
| 889 | private System.Windows.Forms.Label postalCodeLabel;
|
|---|
| 890 | private System.Windows.Forms.Label addressLabel;
|
|---|
| 891 | private System.Windows.Forms.TextBox txtAddress;
|
|---|
| 892 | private System.Windows.Forms.GroupBox gbContact;
|
|---|
| 893 | private System.Windows.Forms.Label phoneNumberLabel;
|
|---|
| 894 | private System.Windows.Forms.TextBox txtPhone;
|
|---|
| 895 | private System.Windows.Forms.Label faxNumberLabel;
|
|---|
| 896 | private System.Windows.Forms.TextBox txtFax;
|
|---|
| 897 | private System.Windows.Forms.Label emailLabel;
|
|---|
| 898 | private System.Windows.Forms.TextBox txtEmail;
|
|---|
| 899 | private System.Windows.Forms.Label httpLabel;
|
|---|
| 900 | private System.Windows.Forms.TextBox txtWWW;
|
|---|
| 901 | private System.Windows.Forms.Label contactNameLabel;
|
|---|
| 902 | private System.Windows.Forms.TextBox txtContactName;
|
|---|
| 903 | private System.Windows.Forms.TabControl tabAddressTitles;
|
|---|
| 904 | private System.Windows.Forms.TabPage tabPage2;
|
|---|
| 905 | private System.Windows.Forms.TextBox txtClientCode;
|
|---|
| 906 | private System.Windows.Forms.TextBox txtVatNumberPrefix;
|
|---|
| 907 | private System.Windows.Forms.Button btnCopyAddress;
|
|---|
| 908 | private System.Windows.Forms.Label adres_KorLabel;
|
|---|
| 909 | private System.Windows.Forms.TextBox txtCorespondenceAddress;
|
|---|
| 910 | private System.Windows.Forms.Label adres_FkaturaLabel;
|
|---|
| 911 | private System.Windows.Forms.TextBox txtInvoiceAddress;
|
|---|
| 912 | private System.Windows.Forms.Label nipLabel;
|
|---|
| 913 | private System.Windows.Forms.CheckBox cbVies;
|
|---|
| 914 | private System.Windows.Forms.TextBox txtVatNumber;
|
|---|
| 915 | private System.Windows.Forms.CheckBox cbVat;
|
|---|
| 916 | private System.Windows.Forms.TabPage tabPage9;
|
|---|
| 917 | private System.Windows.Forms.ListBox lbClientTitles;
|
|---|
| 918 | private System.Windows.Forms.Label label39;
|
|---|
| 919 | private System.Windows.Forms.Button btnRemoveTitle;
|
|---|
| 920 | private System.Windows.Forms.Button btnAddTitle;
|
|---|
| 921 | private System.Windows.Forms.ListBox lbTitles;
|
|---|
| 922 | private System.Windows.Forms.GroupBox gbOther;
|
|---|
| 923 | private System.Windows.Forms.Label krsLabel;
|
|---|
| 924 | private System.Windows.Forms.TextBox txtKrs;
|
|---|
| 925 | private System.Windows.Forms.Label regonLabel;
|
|---|
| 926 | private System.Windows.Forms.TextBox txtRegon;
|
|---|
| 927 | private System.Windows.Forms.CheckBox cbActive;
|
|---|
| 928 | private System.Windows.Forms.Button btnSave;
|
|---|
| 929 | private System.Windows.Forms.Button btnCancel;
|
|---|
| 930 | private REKLAMADataSet rEKLAMADataSet;
|
|---|
| 931 | private System.Windows.Forms.BindingSource clientsBindingSource;
|
|---|
| 932 | private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter clientsAdapter;
|
|---|
| 933 | private System.Windows.Forms.ComboBox cbAgentExpo;
|
|---|
| 934 | private System.Windows.Forms.ComboBox cbUserName;
|
|---|
| 935 | private SLOWNIKDataSet sLOWNIKDataSet;
|
|---|
| 936 | private System.Windows.Forms.BindingSource agenciBindingSource;
|
|---|
| 937 | private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCITableAdapter agenciTableAdapter;
|
|---|
| 938 | private System.Windows.Forms.BindingSource agenciExpoBindingSource;
|
|---|
| 939 | private System.Windows.Forms.TextBox txtNote;
|
|---|
| 940 | private System.Windows.Forms.Label label1;
|
|---|
| 941 | private System.Windows.Forms.BindingSource clientTitlesBindingSource;
|
|---|
| 942 | private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_TYTULTableAdapter clientTitlesAdapter;
|
|---|
| 943 | private System.Windows.Forms.ErrorProvider errorProvider;
|
|---|
| 944 | private System.Windows.Forms.TextBox txtNameInMagazine;
|
|---|
| 945 | }
|
|---|
| 946 | } |
|---|