Example #1
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeProductAttributeAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeProductAttributeEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeProductAttributeSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeProductAttribute = new System.Windows.Forms.DataGridView();
            this.labelProductAttributeRefCombo     = new System.Windows.Forms.Label();
            this.productAttributeRefCombo          = new ProductAttributeRefCombo();
            this.labelProductAttributeUnitRefCombo = new System.Windows.Forms.Label();
            this.productAttributeUnitRefCombo      = new ProductAttributeUnitRefCombo();
            this.labelValue             = new System.Windows.Forms.Label();
            this.textBoxValue           = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeProductAttribute)).BeginInit();
            this.SuspendLayout();
            //
            // labelProductAttributeRefCombo
            //
            this.labelProductAttributeRefCombo.AutoSize = true;
            this.labelProductAttributeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelProductAttributeRefCombo.Name     = "labelProductAttributeRefCombo";
            this.labelProductAttributeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductAttributeRefCombo.TabIndex = 2;
            this.labelProductAttributeRefCombo.Text     = "Product Attribute:";
            //
            //productAttributeRefCombo
            //
            this.productAttributeRefCombo.Location = new System.Drawing.Point(154, 13);
            this.productAttributeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productAttributeRefCombo.Name     = "productAttributeRefCombo";
            this.productAttributeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productAttributeRefCombo.TabIndex = 3;
            //
            // labelProductAttributeUnitRefCombo
            //
            this.labelProductAttributeUnitRefCombo.AutoSize = true;
            this.labelProductAttributeUnitRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelProductAttributeUnitRefCombo.Name     = "labelProductAttributeUnitRefCombo";
            this.labelProductAttributeUnitRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductAttributeUnitRefCombo.TabIndex = 4;
            this.labelProductAttributeUnitRefCombo.Text     = "Product Attribute Unit:";
            //
            //productAttributeUnitRefCombo
            //
            this.productAttributeUnitRefCombo.Location = new System.Drawing.Point(154, 36);
            this.productAttributeUnitRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productAttributeUnitRefCombo.Name     = "productAttributeUnitRefCombo";
            this.productAttributeUnitRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productAttributeUnitRefCombo.TabIndex = 5;
            //
            // labelValue
            //
            this.labelValue.AutoSize = true;
            this.labelValue.Location = new System.Drawing.Point(11, 59);
            this.labelValue.Name     = "labelValue";
            this.labelValue.Size     = new System.Drawing.Size(71, 13);
            this.labelValue.TabIndex = 6;
            this.labelValue.Text     = "Value:";
            //
            //textBoxValue
            //
            this.textBoxValue.Location = new System.Drawing.Point(154, 59);
            this.textBoxValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxValue.Name     = "textBoxValue";
            this.textBoxValue.Size     = new System.Drawing.Size(250, 20);
            this.textBoxValue.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 82);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 9;
            //
            // dataGridViewCrudeProductAttribute
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeProductAttribute.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeProductAttribute.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeProductAttribute.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeProductAttribute.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeProductAttribute.Location      = new System.Drawing.Point(12, 115);
            this.dataGridViewCrudeProductAttribute.Name          = "dataGridViewCrudeProductAttribute";
            this.dataGridViewCrudeProductAttribute.Size          = new System.Drawing.Size(392, 96);
            this.dataGridViewCrudeProductAttribute.TabIndex      = 0;
            this.dataGridViewCrudeProductAttribute.ReadOnly      = true;
            this.dataGridViewCrudeProductAttribute.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeProductAttribute_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 218);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeProductAttributeSearch
            //
            this.buttonCrudeProductAttributeSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeProductAttributeSearch.Location = new System.Drawing.Point(212, 218);
            this.buttonCrudeProductAttributeSearch.Name     = "buttonCrudeProductAttributeSearch";
            this.buttonCrudeProductAttributeSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeProductAttributeSearch.TabIndex = 2;
            this.buttonCrudeProductAttributeSearch.Text     = "&Search";
            this.buttonCrudeProductAttributeSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeProductAttributeSearch.Click += new System.EventHandler(this.buttonCrudeProductAttributeSearch_Click);
            //
            // buttonCrudeProductAttributeAdd
            //
            this.buttonCrudeProductAttributeAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeProductAttributeAdd.Location = new System.Drawing.Point(112, 218);
            this.buttonCrudeProductAttributeAdd.Name     = "buttonCrudeProductAttributeAdd";
            this.buttonCrudeProductAttributeAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeProductAttributeAdd.TabIndex = 3;
            this.buttonCrudeProductAttributeAdd.Text     = "&Add";
            this.buttonCrudeProductAttributeAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeProductAttributeAdd.Click += new System.EventHandler(this.buttonCrudeProductAttributeAdd_Click);
            //
            // buttonCrudeProductAttributeEdit
            //
            this.buttonCrudeProductAttributeEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeProductAttributeEdit.Location = new System.Drawing.Point(12, 218);
            this.buttonCrudeProductAttributeEdit.Name     = "buttonCrudeProductAttributeEdit";
            this.buttonCrudeProductAttributeEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeProductAttributeEdit.TabIndex = 4;
            this.buttonCrudeProductAttributeEdit.Text     = "&Edit";
            this.buttonCrudeProductAttributeEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeProductAttributeEdit.Click += new System.EventHandler(this.buttonCrudeProductAttributeEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 246);
            this.Controls.Add(this.buttonCrudeProductAttributeSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeProductAttributeAdd);
            this.Controls.Add(this.buttonCrudeProductAttributeEdit);
            this.Controls.Add(this.dataGridViewCrudeProductAttribute);
            this.Name = "CrudeProductAttributeSearch";
            this.Text = "Product Attribute Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeProductAttribute)).EndInit();
            this.Controls.Add(this.labelProductAttributeRefCombo);
            this.Controls.Add(this.productAttributeRefCombo);
            this.Controls.Add(this.labelProductAttributeUnitRefCombo);
            this.Controls.Add(this.productAttributeUnitRefCombo);
            this.Controls.Add(this.labelValue);
            this.Controls.Add(this.textBoxValue);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #2
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeProductFieldSetMappingAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeProductFieldSetMappingEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeProductFieldSetMappingSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeProductFieldSetMapping = new System.Windows.Forms.DataGridView();
            this.labelProductIdentifierRefCombo          = new System.Windows.Forms.Label();
            this.productIdentifierRefCombo             = new ProductIdentifierRefCombo();
            this.labelProductAttributeRefCombo         = new System.Windows.Forms.Label();
            this.productAttributeRefCombo              = new ProductAttributeRefCombo();
            this.labelProductInfoRefCombo              = new System.Windows.Forms.Label();
            this.productInfoRefCombo                   = new ProductInfoRefCombo();
            this.labelProductImageTypeRefCombo         = new System.Windows.Forms.Label();
            this.productImageTypeRefCombo              = new ProductImageTypeRefCombo();
            this.labelProductDocumentationTypeRefCombo = new System.Windows.Forms.Label();
            this.productDocumentationTypeRefCombo      = new ProductDocumentationTypeRefCombo();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeProductFieldSetMapping)).BeginInit();
            this.SuspendLayout();
            //
            // labelProductIdentifierRefCombo
            //
            this.labelProductIdentifierRefCombo.AutoSize = true;
            this.labelProductIdentifierRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelProductIdentifierRefCombo.Name     = "labelProductIdentifierRefCombo";
            this.labelProductIdentifierRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductIdentifierRefCombo.TabIndex = 2;
            this.labelProductIdentifierRefCombo.Text     = "Product Identifier:";
            //
            //productIdentifierRefCombo
            //
            this.productIdentifierRefCombo.Location = new System.Drawing.Point(182, 13);
            this.productIdentifierRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productIdentifierRefCombo.Name     = "productIdentifierRefCombo";
            this.productIdentifierRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productIdentifierRefCombo.TabIndex = 3;
            //
            // labelProductAttributeRefCombo
            //
            this.labelProductAttributeRefCombo.AutoSize = true;
            this.labelProductAttributeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelProductAttributeRefCombo.Name     = "labelProductAttributeRefCombo";
            this.labelProductAttributeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductAttributeRefCombo.TabIndex = 4;
            this.labelProductAttributeRefCombo.Text     = "Product Attribute:";
            //
            //productAttributeRefCombo
            //
            this.productAttributeRefCombo.Location = new System.Drawing.Point(182, 36);
            this.productAttributeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productAttributeRefCombo.Name     = "productAttributeRefCombo";
            this.productAttributeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productAttributeRefCombo.TabIndex = 5;
            //
            // labelProductInfoRefCombo
            //
            this.labelProductInfoRefCombo.AutoSize = true;
            this.labelProductInfoRefCombo.Location = new System.Drawing.Point(11, 59);
            this.labelProductInfoRefCombo.Name     = "labelProductInfoRefCombo";
            this.labelProductInfoRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductInfoRefCombo.TabIndex = 6;
            this.labelProductInfoRefCombo.Text     = "Product Info:";
            //
            //productInfoRefCombo
            //
            this.productInfoRefCombo.Location = new System.Drawing.Point(182, 59);
            this.productInfoRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productInfoRefCombo.Name     = "productInfoRefCombo";
            this.productInfoRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productInfoRefCombo.TabIndex = 7;
            //
            // labelProductImageTypeRefCombo
            //
            this.labelProductImageTypeRefCombo.AutoSize = true;
            this.labelProductImageTypeRefCombo.Location = new System.Drawing.Point(11, 82);
            this.labelProductImageTypeRefCombo.Name     = "labelProductImageTypeRefCombo";
            this.labelProductImageTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductImageTypeRefCombo.TabIndex = 8;
            this.labelProductImageTypeRefCombo.Text     = "Product Image Type:";
            //
            //productImageTypeRefCombo
            //
            this.productImageTypeRefCombo.Location = new System.Drawing.Point(182, 82);
            this.productImageTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productImageTypeRefCombo.Name     = "productImageTypeRefCombo";
            this.productImageTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productImageTypeRefCombo.TabIndex = 9;
            //
            // labelProductDocumentationTypeRefCombo
            //
            this.labelProductDocumentationTypeRefCombo.AutoSize = true;
            this.labelProductDocumentationTypeRefCombo.Location = new System.Drawing.Point(11, 105);
            this.labelProductDocumentationTypeRefCombo.Name     = "labelProductDocumentationTypeRefCombo";
            this.labelProductDocumentationTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductDocumentationTypeRefCombo.TabIndex = 10;
            this.labelProductDocumentationTypeRefCombo.Text     = "Product Documentation Type:";
            //
            //productDocumentationTypeRefCombo
            //
            this.productDocumentationTypeRefCombo.Location = new System.Drawing.Point(182, 105);
            this.productDocumentationTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productDocumentationTypeRefCombo.Name     = "productDocumentationTypeRefCombo";
            this.productDocumentationTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productDocumentationTypeRefCombo.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(182, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // dataGridViewCrudeProductFieldSetMapping
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeProductFieldSetMapping.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeProductFieldSetMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeProductFieldSetMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeProductFieldSetMapping.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeProductFieldSetMapping.Location      = new System.Drawing.Point(12, 161);
            this.dataGridViewCrudeProductFieldSetMapping.Name          = "dataGridViewCrudeProductFieldSetMapping";
            this.dataGridViewCrudeProductFieldSetMapping.Size          = new System.Drawing.Size(420, 96);
            this.dataGridViewCrudeProductFieldSetMapping.TabIndex      = 0;
            this.dataGridViewCrudeProductFieldSetMapping.ReadOnly      = true;
            this.dataGridViewCrudeProductFieldSetMapping.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeProductFieldSetMapping_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(340, 264);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeProductFieldSetMappingSearch
            //
            this.buttonCrudeProductFieldSetMappingSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeProductFieldSetMappingSearch.Location = new System.Drawing.Point(240, 264);
            this.buttonCrudeProductFieldSetMappingSearch.Name     = "buttonCrudeProductFieldSetMappingSearch";
            this.buttonCrudeProductFieldSetMappingSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeProductFieldSetMappingSearch.TabIndex = 2;
            this.buttonCrudeProductFieldSetMappingSearch.Text     = "&Search";
            this.buttonCrudeProductFieldSetMappingSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeProductFieldSetMappingSearch.Click += new System.EventHandler(this.buttonCrudeProductFieldSetMappingSearch_Click);
            //
            // buttonCrudeProductFieldSetMappingAdd
            //
            this.buttonCrudeProductFieldSetMappingAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeProductFieldSetMappingAdd.Location = new System.Drawing.Point(140, 264);
            this.buttonCrudeProductFieldSetMappingAdd.Name     = "buttonCrudeProductFieldSetMappingAdd";
            this.buttonCrudeProductFieldSetMappingAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeProductFieldSetMappingAdd.TabIndex = 3;
            this.buttonCrudeProductFieldSetMappingAdd.Text     = "&Add";
            this.buttonCrudeProductFieldSetMappingAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeProductFieldSetMappingAdd.Click += new System.EventHandler(this.buttonCrudeProductFieldSetMappingAdd_Click);
            //
            // buttonCrudeProductFieldSetMappingEdit
            //
            this.buttonCrudeProductFieldSetMappingEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeProductFieldSetMappingEdit.Location = new System.Drawing.Point(40, 264);
            this.buttonCrudeProductFieldSetMappingEdit.Name     = "buttonCrudeProductFieldSetMappingEdit";
            this.buttonCrudeProductFieldSetMappingEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeProductFieldSetMappingEdit.TabIndex = 4;
            this.buttonCrudeProductFieldSetMappingEdit.Text     = "&Edit";
            this.buttonCrudeProductFieldSetMappingEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeProductFieldSetMappingEdit.Click += new System.EventHandler(this.buttonCrudeProductFieldSetMappingEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(444, 292);
            this.Controls.Add(this.buttonCrudeProductFieldSetMappingSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeProductFieldSetMappingAdd);
            this.Controls.Add(this.buttonCrudeProductFieldSetMappingEdit);
            this.Controls.Add(this.dataGridViewCrudeProductFieldSetMapping);
            this.Name = "CrudeProductFieldSetMappingSearch";
            this.Text = "Product Field Set Mapping Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeProductFieldSetMapping)).EndInit();
            this.Controls.Add(this.labelProductIdentifierRefCombo);
            this.Controls.Add(this.productIdentifierRefCombo);
            this.Controls.Add(this.labelProductAttributeRefCombo);
            this.Controls.Add(this.productAttributeRefCombo);
            this.Controls.Add(this.labelProductInfoRefCombo);
            this.Controls.Add(this.productInfoRefCombo);
            this.Controls.Add(this.labelProductImageTypeRefCombo);
            this.Controls.Add(this.productImageTypeRefCombo);
            this.Controls.Add(this.labelProductDocumentationTypeRefCombo);
            this.Controls.Add(this.productDocumentationTypeRefCombo);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #3
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelProductIdentifierRefCombo        = new System.Windows.Forms.Label();
            this.productIdentifierRefCombo             = new ProductIdentifierRefCombo();
            this.labelProductAttributeRefCombo         = new System.Windows.Forms.Label();
            this.productAttributeRefCombo              = new ProductAttributeRefCombo();
            this.labelProductInfoRefCombo              = new System.Windows.Forms.Label();
            this.productInfoRefCombo                   = new ProductInfoRefCombo();
            this.labelProductImageTypeRefCombo         = new System.Windows.Forms.Label();
            this.productImageTypeRefCombo              = new ProductImageTypeRefCombo();
            this.labelProductDocumentationTypeRefCombo = new System.Windows.Forms.Label();
            this.productDocumentationTypeRefCombo      = new ProductDocumentationTypeRefCombo();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelProductIdentifierRefCombo
            //
            this.labelProductIdentifierRefCombo.AutoSize = true;
            this.labelProductIdentifierRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelProductIdentifierRefCombo.Name     = "labelProductIdentifierRefCombo";
            this.labelProductIdentifierRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductIdentifierRefCombo.TabIndex = 2;
            this.labelProductIdentifierRefCombo.Text     = "Product Identifier:";
            //
            //productIdentifierRefCombo
            //
            this.productIdentifierRefCombo.Location = new System.Drawing.Point(182, 13);
            this.productIdentifierRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productIdentifierRefCombo.Name     = "productIdentifierRefCombo";
            this.productIdentifierRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productIdentifierRefCombo.TabIndex = 3;
            //
            // labelProductAttributeRefCombo
            //
            this.labelProductAttributeRefCombo.AutoSize = true;
            this.labelProductAttributeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelProductAttributeRefCombo.Name     = "labelProductAttributeRefCombo";
            this.labelProductAttributeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductAttributeRefCombo.TabIndex = 4;
            this.labelProductAttributeRefCombo.Text     = "Product Attribute:";
            //
            //productAttributeRefCombo
            //
            this.productAttributeRefCombo.Location = new System.Drawing.Point(182, 36);
            this.productAttributeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productAttributeRefCombo.Name     = "productAttributeRefCombo";
            this.productAttributeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productAttributeRefCombo.TabIndex = 5;
            //
            // labelProductInfoRefCombo
            //
            this.labelProductInfoRefCombo.AutoSize = true;
            this.labelProductInfoRefCombo.Location = new System.Drawing.Point(11, 59);
            this.labelProductInfoRefCombo.Name     = "labelProductInfoRefCombo";
            this.labelProductInfoRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductInfoRefCombo.TabIndex = 6;
            this.labelProductInfoRefCombo.Text     = "Product Info:";
            //
            //productInfoRefCombo
            //
            this.productInfoRefCombo.Location = new System.Drawing.Point(182, 59);
            this.productInfoRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productInfoRefCombo.Name     = "productInfoRefCombo";
            this.productInfoRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productInfoRefCombo.TabIndex = 7;
            //
            // labelProductImageTypeRefCombo
            //
            this.labelProductImageTypeRefCombo.AutoSize = true;
            this.labelProductImageTypeRefCombo.Location = new System.Drawing.Point(11, 82);
            this.labelProductImageTypeRefCombo.Name     = "labelProductImageTypeRefCombo";
            this.labelProductImageTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductImageTypeRefCombo.TabIndex = 8;
            this.labelProductImageTypeRefCombo.Text     = "Product Image Type:";
            //
            //productImageTypeRefCombo
            //
            this.productImageTypeRefCombo.Location = new System.Drawing.Point(182, 82);
            this.productImageTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productImageTypeRefCombo.Name     = "productImageTypeRefCombo";
            this.productImageTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productImageTypeRefCombo.TabIndex = 9;
            //
            // labelProductDocumentationTypeRefCombo
            //
            this.labelProductDocumentationTypeRefCombo.AutoSize = true;
            this.labelProductDocumentationTypeRefCombo.Location = new System.Drawing.Point(11, 105);
            this.labelProductDocumentationTypeRefCombo.Name     = "labelProductDocumentationTypeRefCombo";
            this.labelProductDocumentationTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductDocumentationTypeRefCombo.TabIndex = 10;
            this.labelProductDocumentationTypeRefCombo.Text     = "Product Documentation Type:";
            //
            //productDocumentationTypeRefCombo
            //
            this.productDocumentationTypeRefCombo.Location = new System.Drawing.Point(182, 105);
            this.productDocumentationTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productDocumentationTypeRefCombo.Name     = "productDocumentationTypeRefCombo";
            this.productDocumentationTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productDocumentationTypeRefCombo.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(182, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(340, 151);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(240, 151);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(444, 179);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeProductFieldSetMappingEdit";
            this.Text = "Product Field Set Mapping Edit";
            this.Controls.Add(this.labelProductIdentifierRefCombo);
            this.Controls.Add(this.productIdentifierRefCombo);
            this.Controls.Add(this.labelProductAttributeRefCombo);
            this.Controls.Add(this.productAttributeRefCombo);
            this.Controls.Add(this.labelProductInfoRefCombo);
            this.Controls.Add(this.productInfoRefCombo);
            this.Controls.Add(this.labelProductImageTypeRefCombo);
            this.Controls.Add(this.productImageTypeRefCombo);
            this.Controls.Add(this.labelProductDocumentationTypeRefCombo);
            this.Controls.Add(this.productDocumentationTypeRefCombo);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #4
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelProductAttributeRefCombo     = new System.Windows.Forms.Label();
            this.productAttributeRefCombo          = new ProductAttributeRefCombo();
            this.labelProductAttributeUnitRefCombo = new System.Windows.Forms.Label();
            this.productAttributeUnitRefCombo      = new ProductAttributeUnitRefCombo();
            this.labelValue             = new System.Windows.Forms.Label();
            this.textBoxValue           = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelProductAttributeRefCombo
            //
            this.labelProductAttributeRefCombo.AutoSize = true;
            this.labelProductAttributeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelProductAttributeRefCombo.Name     = "labelProductAttributeRefCombo";
            this.labelProductAttributeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductAttributeRefCombo.TabIndex = 2;
            this.labelProductAttributeRefCombo.Text     = "Product Attribute:";
            //
            //productAttributeRefCombo
            //
            this.productAttributeRefCombo.Location = new System.Drawing.Point(154, 13);
            this.productAttributeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productAttributeRefCombo.Name     = "productAttributeRefCombo";
            this.productAttributeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productAttributeRefCombo.TabIndex = 3;
            //
            // labelProductAttributeUnitRefCombo
            //
            this.labelProductAttributeUnitRefCombo.AutoSize = true;
            this.labelProductAttributeUnitRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelProductAttributeUnitRefCombo.Name     = "labelProductAttributeUnitRefCombo";
            this.labelProductAttributeUnitRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductAttributeUnitRefCombo.TabIndex = 4;
            this.labelProductAttributeUnitRefCombo.Text     = "Product Attribute Unit:";
            //
            //productAttributeUnitRefCombo
            //
            this.productAttributeUnitRefCombo.Location = new System.Drawing.Point(154, 36);
            this.productAttributeUnitRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.productAttributeUnitRefCombo.Name     = "productAttributeUnitRefCombo";
            this.productAttributeUnitRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.productAttributeUnitRefCombo.TabIndex = 5;
            //
            // labelValue
            //
            this.labelValue.AutoSize = true;
            this.labelValue.Location = new System.Drawing.Point(11, 59);
            this.labelValue.Name     = "labelValue";
            this.labelValue.Size     = new System.Drawing.Size(71, 13);
            this.labelValue.TabIndex = 6;
            this.labelValue.Text     = "Value:";
            //
            //textBoxValue
            //
            this.textBoxValue.Location = new System.Drawing.Point(154, 59);
            this.textBoxValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxValue.Name     = "textBoxValue";
            this.textBoxValue.Size     = new System.Drawing.Size(250, 20);
            this.textBoxValue.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 82);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 9;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 105);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(212, 105);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 133);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeProductAttributeEdit";
            this.Text = "Product Attribute Edit";
            this.Controls.Add(this.labelProductAttributeRefCombo);
            this.Controls.Add(this.productAttributeRefCombo);
            this.Controls.Add(this.labelProductAttributeUnitRefCombo);
            this.Controls.Add(this.productAttributeUnitRefCombo);
            this.Controls.Add(this.labelValue);
            this.Controls.Add(this.textBoxValue);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }