Ejemplo n.º 1
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose              = new System.Windows.Forms.Button();
            this.buttonProductInfoAdd     = new System.Windows.Forms.Button();
            this.buttonProductInfoEdit    = new System.Windows.Forms.Button();
            this.buttonProductInfoSearch  = new System.Windows.Forms.Button();
            this.dataGridViewProductInfo  = new System.Windows.Forms.DataGridView();
            this.labelProductInfoRefCombo = new System.Windows.Forms.Label();
            this.productInfoRefCombo      = new ProductInfoRefCombo();
            this.labelProductInfoValue    = new System.Windows.Forms.Label();
            this.textBoxProductInfoValue  = new System.Windows.Forms.TextBox();
            this.labelDateTime            = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime   = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewProductInfo)).BeginInit();
            this.SuspendLayout();
            //
            // labelProductInfoRefCombo
            //
            this.labelProductInfoRefCombo.AutoSize = true;
            this.labelProductInfoRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelProductInfoRefCombo.Name     = "labelProductInfoRefCombo";
            this.labelProductInfoRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductInfoRefCombo.TabIndex = 2;
            this.labelProductInfoRefCombo.Text     = "Product Info:";
            //
            //productInfoRefCombo
            //
            this.productInfoRefCombo.Location = new System.Drawing.Point(140, 13);
            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 = 3;
            //
            // labelProductInfoValue
            //
            this.labelProductInfoValue.AutoSize = true;
            this.labelProductInfoValue.Location = new System.Drawing.Point(11, 36);
            this.labelProductInfoValue.Name     = "labelProductInfoValue";
            this.labelProductInfoValue.Size     = new System.Drawing.Size(71, 13);
            this.labelProductInfoValue.TabIndex = 4;
            this.labelProductInfoValue.Text     = "Product Info Value:";
            //
            //textBoxProductInfoValue
            //
            this.textBoxProductInfoValue.Location = new System.Drawing.Point(140, 36);
            this.textBoxProductInfoValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxProductInfoValue.Name     = "textBoxProductInfoValue";
            this.textBoxProductInfoValue.Size     = new System.Drawing.Size(250, 20);
            this.textBoxProductInfoValue.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 59);
            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 = 7;
            //
            // dataGridViewProductInfo
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewProductInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewProductInfo.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.dataGridViewProductInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewProductInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewProductInfo.Location      = new System.Drawing.Point(12, 92);
            this.dataGridViewProductInfo.Name          = "dataGridViewProductInfo";
            this.dataGridViewProductInfo.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewProductInfo.TabIndex      = 0;
            this.dataGridViewProductInfo.DoubleClick  += new System.EventHandler(this.dataGridViewProductInfo_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(298, 195);

            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);
            //
            // buttonProductInfoSearch
            //
            this.buttonProductInfoSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonProductInfoSearch.Location = new System.Drawing.Point(198, 195);
            this.buttonProductInfoSearch.Name     = "buttonProductInfoSearch";
            this.buttonProductInfoSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonProductInfoSearch.TabIndex = 2;
            this.buttonProductInfoSearch.Text     = "&Search";
            this.buttonProductInfoSearch.UseVisualStyleBackColor = true;
            this.buttonProductInfoSearch.Click += new System.EventHandler(this.buttonProductInfoSearch_Click);
            //
            // buttonProductInfoAdd
            //
            this.buttonProductInfoAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonProductInfoAdd.Location = new System.Drawing.Point(98, 195);
            this.buttonProductInfoAdd.Name     = "buttonProductInfoAdd";
            this.buttonProductInfoAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonProductInfoAdd.TabIndex = 3;
            this.buttonProductInfoAdd.Text     = "&Add";
            this.buttonProductInfoAdd.UseVisualStyleBackColor = true;
            this.buttonProductInfoAdd.Click += new System.EventHandler(this.buttonProductInfoAdd_Click);
            //
            // buttonProductInfoEdit
            //
            this.buttonProductInfoEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonProductInfoEdit.Location = new System.Drawing.Point(-2, 195);
            this.buttonProductInfoEdit.Name     = "buttonProductInfoEdit";
            this.buttonProductInfoEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonProductInfoEdit.TabIndex = 4;
            this.buttonProductInfoEdit.Text     = "&Edit";
            this.buttonProductInfoEdit.UseVisualStyleBackColor = true;
            this.buttonProductInfoEdit.Click += new System.EventHandler(this.buttonProductInfoEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 223);
            this.Controls.Add(this.buttonProductInfoSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonProductInfoAdd);
            this.Controls.Add(this.buttonProductInfoEdit);
            this.Controls.Add(this.dataGridViewProductInfo);
            this.Name = "ProductInfoSearch";
            this.Text = "Product Info Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewProductInfo)).EndInit();
            this.Controls.Add(this.labelProductInfoRefCombo);
            this.Controls.Add(this.productInfoRefCombo);
            this.Controls.Add(this.labelProductInfoValue);
            this.Controls.Add(this.textBoxProductInfoValue);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Ejemplo n.º 2
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelProductInfoRefCombo = new System.Windows.Forms.Label();
            this.productInfoRefCombo      = new ProductInfoRefCombo();
            this.labelProductInfoValue    = new System.Windows.Forms.Label();
            this.textBoxProductInfoValue  = new System.Windows.Forms.TextBox();
            this.labelDateTime            = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime   = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelProductInfoRefCombo
            //
            this.labelProductInfoRefCombo.AutoSize = true;
            this.labelProductInfoRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelProductInfoRefCombo.Name     = "labelProductInfoRefCombo";
            this.labelProductInfoRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelProductInfoRefCombo.TabIndex = 2;
            this.labelProductInfoRefCombo.Text     = "Product Info:";
            //
            //productInfoRefCombo
            //
            this.productInfoRefCombo.Location = new System.Drawing.Point(140, 13);
            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 = 3;
            //
            // labelProductInfoValue
            //
            this.labelProductInfoValue.AutoSize = true;
            this.labelProductInfoValue.Location = new System.Drawing.Point(11, 36);
            this.labelProductInfoValue.Name     = "labelProductInfoValue";
            this.labelProductInfoValue.Size     = new System.Drawing.Size(71, 13);
            this.labelProductInfoValue.TabIndex = 4;
            this.labelProductInfoValue.Text     = "Product Info Value:";
            //
            //textBoxProductInfoValue
            //
            this.textBoxProductInfoValue.Location = new System.Drawing.Point(140, 36);
            this.textBoxProductInfoValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxProductInfoValue.Name     = "textBoxProductInfoValue";
            this.textBoxProductInfoValue.Size     = new System.Drawing.Size(250, 20);
            this.textBoxProductInfoValue.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 59);
            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 = 7;
            //
            // 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(298, 82);

            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(198, 82);
            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(402, 110);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeProductInfoEdit";
            this.Text = "Product Info Edit";
            this.Controls.Add(this.labelProductInfoRefCombo);
            this.Controls.Add(this.productInfoRefCombo);
            this.Controls.Add(this.labelProductInfoValue);
            this.Controls.Add(this.textBoxProductInfoValue);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Ejemplo n.º 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();
        }
Ejemplo n.º 4
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();
        }