Пример #1
0
 private void InitializeComponent()
 {
     this.cbStatus   = new FBA.ComboBoxFBA();
     this.btnHistory = new System.Windows.Forms.Button();
     this.lbStatus   = new FBA.LabelFBA();
     this.SuspendLayout();
     //
     // cbStatus
     //
     this.cbStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.cbStatus.BackColor         = System.Drawing.SystemColors.Info;
     this.cbStatus.FormattingEnabled = true;
     this.cbStatus.Location          = new System.Drawing.Point(59, 0);
     this.cbStatus.Margin            = new System.Windows.Forms.Padding(4);
     this.cbStatus.Name     = "cbStatus";
     this.cbStatus.Size     = new System.Drawing.Size(183, 25);
     this.cbStatus.TabIndex = 1;
     //
     // btnHistory
     //
     this.btnHistory.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnHistory.Image      = global::FBA.Resource.ExportExcel_16;
     this.btnHistory.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnHistory.Location   = new System.Drawing.Point(245, 0);
     this.btnHistory.Name       = "btnHistory";
     this.btnHistory.Size       = new System.Drawing.Size(85, 26);
     this.btnHistory.TabIndex   = 2;
     this.btnHistory.Text       = "History";
     this.btnHistory.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnHistory.UseVisualStyleBackColor = true;
     this.btnHistory.Click += new System.EventHandler(this.btnHistory_Click);
     //
     // lbStatus
     //
     this.lbStatus.Location    = new System.Drawing.Point(0, 4);
     this.lbStatus.Name        = "lbStatus";
     this.lbStatus.Size        = new System.Drawing.Size(55, 18);
     this.lbStatus.StarColor   = System.Drawing.Color.Crimson;
     this.lbStatus.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbStatus.StarOffsetX = 2;
     this.lbStatus.StarOffsetY = 0;
     this.lbStatus.StarShow    = false;
     this.lbStatus.StarText    = "*";
     this.lbStatus.TabIndex    = 3;
     this.lbStatus.Text        = "Status:";
     //
     // SysComboStatus
     //
     this.Controls.Add(this.lbStatus);
     this.Controls.Add(this.btnHistory);
     this.Controls.Add(this.cbStatus);
     this.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "SysComboStatus";
     this.Size   = new System.Drawing.Size(330, 25);
     this.ResumeLayout(false);
 }
Пример #2
0
        /// <summary>
        /// Создание одного Label над текствоым полем.
        /// </summary>
        /// <param name="indexParam">Номер Label</param>
        /// <param name="xLabel">Координата X для Label</param>
        /// <param name="yLabel">Координата Y для Label</param>
        /// <param name="widthLabel">Ширина Label</param>
        /// <param name="heightLabel">Высота Label</param>
        private void CreateLabel(int indexParam,
                                 int xLabel,
                                 int yLabel,
                                 int widthLabel,
                                 int heightLabel)
        {
            var lbCap1 = new FBA.LabelFBA();

            lbCap1.AutoSize    = true;
            lbCap1.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            lbCap1.Location    = new System.Drawing.Point(xLabel, yLabel);
            lbCap1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
            lbCap1.Name        = "lbCap" + indexParam.ToString();
            lbCap1.Size        = new System.Drawing.Size(widthLabel, heightLabel);
            lbCap1.StarColor   = System.Drawing.Color.Crimson;
            lbCap1.StarFont    = new System.Drawing.Font("Arial", 20F);
            lbCap1.StarOffsetX = 2;
            lbCap1.StarOffsetY = 0;
            lbCap1.StarShow    = false;
            lbCap1.StarText    = "*";
            lbCap1.Text        = arrvp[indexParam].captionValue;

            if (AnchorBottom)
            {
                lbCap1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            }
            else
            {
                lbCap1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            }
            Controls.Add(lbCap1);
        }
Пример #3
0
        private void InitializeComponent()
        {
            this.tabControl1        = new System.Windows.Forms.TabControl();
            this.tabPage1           = new System.Windows.Forms.TabPage();
            this.button1            = new System.Windows.Forms.Button();
            this.label1             = new FBA.LabelFBA();
            this.textBoxFBA5        = new FBA.TextBoxFBA();
            this.label23            = new FBA.LabelFBA();
            this.EditFBA9           = new FBA.EditFBA();
            this.EditFBA7           = new FBA.EditFBA();
            this.label10            = new FBA.LabelFBA();
            this.EditFBA5           = new FBA.EditFBA();
            this.dateTimePickerFBA4 = new FBA.DateTimePickerFBA();
            this.labelFBA1          = new FBA.LabelFBA();
            this.label7             = new FBA.LabelFBA();
            this.dateTimePickerFBA3 = new FBA.DateTimePickerFBA();
            this.label5             = new FBA.LabelFBA();
            this.textBoxFBA1        = new FBA.TextBoxFBA();
            this.btnSave            = new System.Windows.Forms.Button();
            this.label3             = new FBA.LabelFBA();
            this.tabPage2           = new System.Windows.Forms.TabPage();
            this.textBoxFBA4        = new FBA.TextBoxFBA();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            //
            // tabControl1
            //
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Font          = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.tabControl1.Location      = new System.Drawing.Point(0, 0);
            this.tabControl1.Name          = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size          = new System.Drawing.Size(597, 269);
            this.tabControl1.TabIndex      = 0;
            //
            // tabPage1
            //
            this.tabPage1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.tabPage1.Controls.Add(this.button1);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.textBoxFBA5);
            this.tabPage1.Controls.Add(this.label23);
            this.tabPage1.Controls.Add(this.EditFBA9);
            this.tabPage1.Controls.Add(this.EditFBA7);
            this.tabPage1.Controls.Add(this.label10);
            this.tabPage1.Controls.Add(this.EditFBA5);
            this.tabPage1.Controls.Add(this.dateTimePickerFBA4);
            this.tabPage1.Controls.Add(this.labelFBA1);
            this.tabPage1.Controls.Add(this.label7);
            this.tabPage1.Controls.Add(this.dateTimePickerFBA3);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.textBoxFBA1);
            this.tabPage1.Controls.Add(this.btnSave);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.tabPage1.Location = new System.Drawing.Point(4, 26);
            this.tabPage1.Name     = "tabPage1";
            this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size     = new System.Drawing.Size(589, 239);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text     = "Property";
            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(92, 208);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 75;
            this.button1.Text     = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.Button1Click);
            //
            // label1
            //
            this.label1.Location    = new System.Drawing.Point(14, 123);
            this.label1.Name        = "label1";
            this.label1.Size        = new System.Drawing.Size(122, 25);
            this.label1.StarColor   = System.Drawing.Color.Crimson;
            this.label1.StarFont    = new System.Drawing.Font("Arial", 20F);
            this.label1.StarOffsetX = 2;
            this.label1.StarOffsetY = 0;
            this.label1.StarShow    = true;
            this.label1.StarText    = "*";
            this.label1.TabIndex    = 74;
            this.label1.Text        = "Document Type";
            //
            // textBoxFBA5
            //
            this.textBoxFBA5.AttrBrief            = "Main1.ObjectID";
            this.textBoxFBA5.AttrBriefLookup      = null;
            this.textBoxFBA5.BackColor            = System.Drawing.SystemColors.Info;
            this.textBoxFBA5.DefaultTextGray      = null;
            this.textBoxFBA5.DefaultTextGrayColor = System.Drawing.Color.Gray;
            this.textBoxFBA5.ErrorIfNull          = null;
            this.textBoxFBA5.GroupEnabled         = null;
            this.textBoxFBA5.ListInvalidChars     = null;
            this.textBoxFBA5.ListValidChars       = null;
            this.textBoxFBA5.Location             = new System.Drawing.Point(160, 13);
            this.textBoxFBA5.Name             = "textBoxFBA5";
            this.textBoxFBA5.ObjectRef        = null;
            this.textBoxFBA5.RegExChars       = null;
            this.textBoxFBA5.SaveParam        = false;
            this.textBoxFBA5.SaveValueHistory = false;
            this.textBoxFBA5.Size             = new System.Drawing.Size(142, 25);
            this.textBoxFBA5.TabIndex         = 73;
            this.textBoxFBA5.Text2            = null;
            this.textBoxFBA5.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.TextBoxFBA5KeyDown);
            //
            // label23
            //
            this.label23.Location    = new System.Drawing.Point(8, 11);
            this.label23.Name        = "label23";
            this.label23.Size        = new System.Drawing.Size(119, 19);
            this.label23.StarColor   = System.Drawing.Color.Crimson;
            this.label23.StarFont    = new System.Drawing.Font("Arial", 20F);
            this.label23.StarOffsetX = 2;
            this.label23.StarOffsetY = 0;
            this.label23.StarShow    = false;
            this.label23.StarText    = "*";
            this.label23.TabIndex    = 72;
            this.label23.Text        = "ID";
            //
            // EditFBA9
            //
            this.EditFBA9.AttrBrief           = "Main1.Контрагент.Name";
            this.EditFBA9.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
            this.EditFBA9.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
            this.EditFBA9.ButtonDeleteVisible = true;
            this.EditFBA9.ButtonEditVisible   = true;
            this.EditFBA9.ContextMenuEnabled  = true;
            this.EditFBA9.DataSource          = null;
            this.EditFBA9.DisplayMember       = "";
            this.EditFBA9.DockStyle           = System.Windows.Forms.DockStyle.None;
            this.EditFBA9.DrawMode            = System.Windows.Forms.DrawMode.Normal;
            this.EditFBA9.DropDownHeight      = 106;
            this.EditFBA9.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDown;
            this.EditFBA9.DropDownWidth       = 315;
            this.EditFBA9.DroppedDown         = false;
            this.EditFBA9.EditFormName        = null;
            this.EditFBA9.EntityBrief         = "";
            this.EditFBA9.ErrorIfNull         = null;
            this.EditFBA9.FlatStyle           = System.Windows.Forms.FlatStyle.Standard;
            this.EditFBA9.FormatInfo          = null;
            this.EditFBA9.FormatString        = "";
            this.EditFBA9.FormattingEnabled   = true;
            this.EditFBA9.GroupEnabled        = null;
            this.EditFBA9.IntegralHeight      = true;
            this.EditFBA9.ItemHeight          = 18;
            this.EditFBA9.Location            = new System.Drawing.Point(160, 93);
            this.EditFBA9.Margin           = new System.Windows.Forms.Padding(16);
            this.EditFBA9.MaxDropDownItems = 50;
            this.EditFBA9.MaxLength        = 0;
            this.EditFBA9.MSQL             = "";
            this.EditFBA9.Name             = "EditFBA9";
            this.EditFBA9.ObjectID         = null;
            this.EditFBA9.ObjectMaxCount   = 50;
            this.EditFBA9.ObjectOrderBy    = null;
            this.EditFBA9.ObjRef           = null;
            this.EditFBA9.OuterWHERE       = null;
            this.EditFBA9.ReadOnly         = false;
            this.EditFBA9.SaveParam        = false;
            this.EditFBA9.SaveType         = null;
            this.EditFBA9.SelectedItem     = null;
            this.EditFBA9.SelectedText     = "";
            this.EditFBA9.SelectedValue    = null;
            this.EditFBA9.SelectionLength  = 0;
            this.EditFBA9.SelectionStart   = 0;
            this.EditFBA9.Size             = new System.Drawing.Size(417, 26);
            this.EditFBA9.Sorted           = false;
            this.EditFBA9.SQL                 = "";
            this.EditFBA9.TabIndex            = 47;
            this.EditFBA9.TextAdditional      = null;
            this.EditFBA9.ValueHistoryInItems = false;
            this.EditFBA9.ValueMember         = "";
            this.EditFBA9.СustomQuery         = null;
            //
            // EditFBA7
            //
            this.EditFBA7.AttrBrief           = "Main1.ТипДокумента.Name";
            this.EditFBA7.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
            this.EditFBA7.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
            this.EditFBA7.ButtonDeleteVisible = true;
            this.EditFBA7.ButtonEditVisible   = true;
            this.EditFBA7.ContextMenuEnabled  = true;
            this.EditFBA7.DataSource          = null;
            this.EditFBA7.DisplayMember       = "";
            this.EditFBA7.DockStyle           = System.Windows.Forms.DockStyle.None;
            this.EditFBA7.DrawMode            = System.Windows.Forms.DrawMode.Normal;
            this.EditFBA7.DropDownHeight      = 106;
            this.EditFBA7.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDown;
            this.EditFBA7.DropDownWidth       = 315;
            this.EditFBA7.DroppedDown         = false;
            this.EditFBA7.EditFormName        = null;
            this.EditFBA7.EntityBrief         = "";
            this.EditFBA7.ErrorIfNull         = null;
            this.EditFBA7.FlatStyle           = System.Windows.Forms.FlatStyle.Standard;
            this.EditFBA7.FormatInfo          = null;
            this.EditFBA7.FormatString        = "";
            this.EditFBA7.FormattingEnabled   = true;
            this.EditFBA7.GroupEnabled        = null;
            this.EditFBA7.IntegralHeight      = true;
            this.EditFBA7.ItemHeight          = 18;
            this.EditFBA7.Location            = new System.Drawing.Point(160, 122);
            this.EditFBA7.Margin           = new System.Windows.Forms.Padding(16);
            this.EditFBA7.MaxDropDownItems = 50;
            this.EditFBA7.MaxLength        = 0;
            this.EditFBA7.MSQL             = "";
            this.EditFBA7.Name             = "EditFBA7";
            this.EditFBA7.ObjectID         = null;
            this.EditFBA7.ObjectMaxCount   = 5;
            this.EditFBA7.ObjectOrderBy    = null;
            this.EditFBA7.ObjRef           = null;
            this.EditFBA7.OuterWHERE       = null;
            this.EditFBA7.ReadOnly         = false;
            this.EditFBA7.SaveParam        = false;
            this.EditFBA7.SaveType         = null;
            this.EditFBA7.SelectedItem     = null;
            this.EditFBA7.SelectedText     = "";
            this.EditFBA7.SelectedValue    = null;
            this.EditFBA7.SelectionLength  = 0;
            this.EditFBA7.SelectionStart   = 0;
            this.EditFBA7.Size             = new System.Drawing.Size(417, 26);
            this.EditFBA7.Sorted           = false;
            this.EditFBA7.SQL                 = "";
            this.EditFBA7.TabIndex            = 43;
            this.EditFBA7.TextAdditional      = null;
            this.EditFBA7.ValueHistoryInItems = false;
            this.EditFBA7.ValueMember         = "";
            this.EditFBA7.СustomQuery         = null;
            //
            // label10
            //
            this.label10.Location    = new System.Drawing.Point(14, 153);
            this.label10.Name        = "label10";
            this.label10.Size        = new System.Drawing.Size(119, 21);
            this.label10.StarColor   = System.Drawing.Color.Crimson;
            this.label10.StarFont    = new System.Drawing.Font("Arial", 20F);
            this.label10.StarOffsetX = 2;
            this.label10.StarOffsetY = 0;
            this.label10.StarShow    = true;
            this.label10.StarText    = "*";
            this.label10.TabIndex    = 42;
            this.label10.Text        = "Filial";
            //
            // EditFBA5
            //
            this.EditFBA5.AttrBrief           = "Main1.Филиал.Name";
            this.EditFBA5.AutoCompleteMode    = System.Windows.Forms.AutoCompleteMode.None;
            this.EditFBA5.AutoCompleteSource  = System.Windows.Forms.AutoCompleteSource.None;
            this.EditFBA5.ButtonDeleteVisible = true;
            this.EditFBA5.ButtonEditVisible   = true;
            this.EditFBA5.ContextMenuEnabled  = true;
            this.EditFBA5.DataSource          = null;
            this.EditFBA5.DisplayMember       = "";
            this.EditFBA5.DockStyle           = System.Windows.Forms.DockStyle.None;
            this.EditFBA5.DrawMode            = System.Windows.Forms.DrawMode.Normal;
            this.EditFBA5.DropDownHeight      = 106;
            this.EditFBA5.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDown;
            this.EditFBA5.DropDownWidth       = 315;
            this.EditFBA5.DroppedDown         = false;
            this.EditFBA5.EditFormName        = null;
            this.EditFBA5.EntityBrief         = "";
            this.EditFBA5.ErrorIfNull         = null;
            this.EditFBA5.FlatStyle           = System.Windows.Forms.FlatStyle.Standard;
            this.EditFBA5.FormatInfo          = null;
            this.EditFBA5.FormatString        = "";
            this.EditFBA5.FormattingEnabled   = true;
            this.EditFBA5.GroupEnabled        = null;
            this.EditFBA5.IntegralHeight      = true;
            this.EditFBA5.ItemHeight          = 18;
            this.EditFBA5.Location            = new System.Drawing.Point(160, 152);
            this.EditFBA5.Margin           = new System.Windows.Forms.Padding(9);
            this.EditFBA5.MaxDropDownItems = 50;
            this.EditFBA5.MaxLength        = 0;
            this.EditFBA5.MSQL             = "";
            this.EditFBA5.Name             = "EditFBA5";
            this.EditFBA5.ObjectID         = null;
            this.EditFBA5.ObjectMaxCount   = 5;
            this.EditFBA5.ObjectOrderBy    = null;
            this.EditFBA5.ObjRef           = null;
            this.EditFBA5.OuterWHERE       = null;
            this.EditFBA5.ReadOnly         = false;
            this.EditFBA5.SaveParam        = false;
            this.EditFBA5.SaveType         = null;
            this.EditFBA5.SelectedItem     = null;
            this.EditFBA5.SelectedText     = "";
            this.EditFBA5.SelectedValue    = null;
            this.EditFBA5.SelectionLength  = 0;
            this.EditFBA5.SelectionStart   = 0;
            this.EditFBA5.Size             = new System.Drawing.Size(417, 26);
            this.EditFBA5.Sorted           = false;
            this.EditFBA5.SQL                 = "";
            this.EditFBA5.TabIndex            = 39;
            this.EditFBA5.TextAdditional      = null;
            this.EditFBA5.ValueHistoryInItems = false;
            this.EditFBA5.ValueMember         = "";
            this.EditFBA5.СustomQuery         = null;
            //
            // dateTimePickerFBA4
            //
            this.dateTimePickerFBA4.AttrBrief               = "Main1.DateEnd";
            this.dateTimePickerFBA4.AttrBriefLookup         = null;
            this.dateTimePickerFBA4.CalendarMonthBackground = System.Drawing.SystemColors.Info;
            this.dateTimePickerFBA4.CustomFormat            = "dd.MM.yyyy";
            this.dateTimePickerFBA4.DropDownAlign           = System.Windows.Forms.LeftRightAlignment.Right;
            this.dateTimePickerFBA4.ErrorIfNull             = null;
            this.dateTimePickerFBA4.Format           = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePickerFBA4.GroupEnabled     = null;
            this.dateTimePickerFBA4.Location         = new System.Drawing.Point(443, 40);
            this.dateTimePickerFBA4.MaxDate          = new System.DateTime(2500, 1, 1, 0, 0, 0, 0);
            this.dateTimePickerFBA4.MinDate          = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.dateTimePickerFBA4.Name             = "dateTimePickerFBA4";
            this.dateTimePickerFBA4.ObjectRef        = null;
            this.dateTimePickerFBA4.SaveParam        = false;
            this.dateTimePickerFBA4.SaveValueHistory = false;
            this.dateTimePickerFBA4.Size             = new System.Drawing.Size(134, 25);
            this.dateTimePickerFBA4.TabIndex         = 35;
            this.dateTimePickerFBA4.Value            = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            //
            // labelFBA1
            //
            this.labelFBA1.Location    = new System.Drawing.Point(338, 13);
            this.labelFBA1.Name        = "labelFBA1";
            this.labelFBA1.Size        = new System.Drawing.Size(87, 21);
            this.labelFBA1.StarColor   = System.Drawing.Color.Crimson;
            this.labelFBA1.StarFont    = new System.Drawing.Font("Arial", 20F);
            this.labelFBA1.StarOffsetX = 2;
            this.labelFBA1.StarOffsetY = 0;
            this.labelFBA1.StarShow    = false;
            this.labelFBA1.StarText    = "*";
            this.labelFBA1.TabIndex    = 34;
            this.labelFBA1.Text        = "Date start";
            //
            // label7
            //
            this.label7.Location    = new System.Drawing.Point(338, 40);
            this.label7.Name        = "label7";
            this.label7.Size        = new System.Drawing.Size(122, 25);
            this.label7.StarColor   = System.Drawing.Color.Crimson;
            this.label7.StarFont    = new System.Drawing.Font("Arial", 20F);
            this.label7.StarOffsetX = 2;
            this.label7.StarOffsetY = 0;
            this.label7.StarShow    = false;
            this.label7.StarText    = "*";
            this.label7.TabIndex    = 33;
            this.label7.Text        = "Date end";
            //
            // dateTimePickerFBA3
            //
            this.dateTimePickerFBA3.AttrBrief               = "Main1.DateStart";
            this.dateTimePickerFBA3.AttrBriefLookup         = null;
            this.dateTimePickerFBA3.CalendarMonthBackground = System.Drawing.SystemColors.Info;
            this.dateTimePickerFBA3.CustomFormat            = "dd.MM.yyyy";
            this.dateTimePickerFBA3.DropDownAlign           = System.Windows.Forms.LeftRightAlignment.Right;
            this.dateTimePickerFBA3.ErrorIfNull             = null;
            this.dateTimePickerFBA3.Format           = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePickerFBA3.GroupEnabled     = null;
            this.dateTimePickerFBA3.Location         = new System.Drawing.Point(443, 12);
            this.dateTimePickerFBA3.MaxDate          = new System.DateTime(2500, 1, 1, 0, 0, 0, 0);
            this.dateTimePickerFBA3.MinDate          = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.dateTimePickerFBA3.Name             = "dateTimePickerFBA3";
            this.dateTimePickerFBA3.ObjectRef        = null;
            this.dateTimePickerFBA3.SaveParam        = false;
            this.dateTimePickerFBA3.SaveValueHistory = false;
            this.dateTimePickerFBA3.Size             = new System.Drawing.Size(134, 25);
            this.dateTimePickerFBA3.TabIndex         = 32;
            this.dateTimePickerFBA3.Value            = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            //
            // label5
            //
            this.label5.Location    = new System.Drawing.Point(14, 93);
            this.label5.Name        = "label5";
            this.label5.Size        = new System.Drawing.Size(122, 25);
            this.label5.StarColor   = System.Drawing.Color.Crimson;
            this.label5.StarFont    = new System.Drawing.Font("Arial", 20F);
            this.label5.StarOffsetX = 2;
            this.label5.StarOffsetY = 0;
            this.label5.StarShow    = true;
            this.label5.StarText    = "*";
            this.label5.TabIndex    = 19;
            this.label5.Text        = "Contractor";
            //
            // textBoxFBA1
            //
            this.textBoxFBA1.AttrBrief            = "Main1.Number";
            this.textBoxFBA1.AttrBriefLookup      = null;
            this.textBoxFBA1.BackColor            = System.Drawing.SystemColors.Info;
            this.textBoxFBA1.DefaultTextGray      = null;
            this.textBoxFBA1.DefaultTextGrayColor = System.Drawing.Color.Gray;
            this.textBoxFBA1.ErrorIfNull          = null;
            this.textBoxFBA1.GroupEnabled         = null;
            this.textBoxFBA1.ListInvalidChars     = null;
            this.textBoxFBA1.ListValidChars       = null;
            this.textBoxFBA1.Location             = new System.Drawing.Point(160, 45);
            this.textBoxFBA1.Name             = "textBoxFBA1";
            this.textBoxFBA1.ObjectRef        = null;
            this.textBoxFBA1.RegExChars       = null;
            this.textBoxFBA1.SaveParam        = false;
            this.textBoxFBA1.SaveValueHistory = false;
            this.textBoxFBA1.Size             = new System.Drawing.Size(142, 25);
            this.textBoxFBA1.TabIndex         = 18;
            this.textBoxFBA1.Text2            = null;
            //
            // btnSave
            //
            this.btnSave.Location = new System.Drawing.Point(492, 189);
            this.btnSave.Margin   = new System.Windows.Forms.Padding(2);
            this.btnSave.Name     = "btnSave";
            this.btnSave.Size     = new System.Drawing.Size(85, 33);
            this.btnSave.TabIndex = 6;
            this.btnSave.Text     = "Save";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.Button1_Click);
            //
            // label3
            //
            this.label3.Location    = new System.Drawing.Point(8, 40);
            this.label3.Name        = "label3";
            this.label3.Size        = new System.Drawing.Size(78, 19);
            this.label3.StarColor   = System.Drawing.Color.Crimson;
            this.label3.StarFont    = new System.Drawing.Font("Arial", 20F);
            this.label3.StarOffsetX = 2;
            this.label3.StarOffsetY = 0;
            this.label3.StarShow    = true;
            this.label3.StarText    = "*";
            this.label3.TabIndex    = 3;
            this.label3.Text        = "Number";
            //
            // tabPage2
            //
            this.tabPage2.Controls.Add(this.textBoxFBA4);
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name     = "tabPage2";
            this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size     = new System.Drawing.Size(589, 239);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text     = "Comment";
            this.tabPage2.UseVisualStyleBackColor = true;
            //
            // textBoxFBA4
            //
            this.textBoxFBA4.AttrBrief            = "Main1.Comment";
            this.textBoxFBA4.AttrBriefLookup      = null;
            this.textBoxFBA4.DefaultTextGray      = null;
            this.textBoxFBA4.DefaultTextGrayColor = System.Drawing.Color.Gray;
            this.textBoxFBA4.Dock             = System.Windows.Forms.DockStyle.Fill;
            this.textBoxFBA4.ErrorIfNull      = null;
            this.textBoxFBA4.GroupEnabled     = null;
            this.textBoxFBA4.ListInvalidChars = null;
            this.textBoxFBA4.ListValidChars   = null;
            this.textBoxFBA4.Location         = new System.Drawing.Point(3, 3);
            this.textBoxFBA4.Multiline        = true;
            this.textBoxFBA4.Name             = "textBoxFBA4";
            this.textBoxFBA4.ObjectRef        = null;
            this.textBoxFBA4.RegExChars       = null;
            this.textBoxFBA4.SaveParam        = false;
            this.textBoxFBA4.SaveValueHistory = false;
            this.textBoxFBA4.ScrollBars       = System.Windows.Forms.ScrollBars.Both;
            this.textBoxFBA4.Size             = new System.Drawing.Size(583, 233);
            this.textBoxFBA4.TabIndex         = 0;
            this.textBoxFBA4.Text2            = null;
            this.textBoxFBA4.WordWrap         = false;
            //
            // FormContract
            //
            this.ClientSize = new System.Drawing.Size(597, 269);
            this.Controls.Add(this.tabControl1);
            this.DoubleBuffered   = true;
            this.FormSavePosition = true;
            this.Name             = "FormContract";
            this.ShowInTaskbar    = false;
            this.Text             = "FormContract";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.ResumeLayout(false);

            this.DoubleBuffered   = true;
            this.FormSavePosition = true;
            this.Name             = "FormContract";
            this.ShowInTaskbar    = false;
            this.Text             = "FormContract";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.ResumeLayout(false);

            this.DoubleBuffered   = true;
            this.FormSavePosition = true;
            this.Name             = "FormContract";
            this.ShowInTaskbar    = false;
            this.Text             = "FormContract";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.ResumeLayout(false);
        }
Пример #4
0
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.tbGlobal        = new System.Windows.Forms.TabPage();
     this.tbUser          = new System.Windows.Forms.TabPage();
     this.dgvUser         = new FBA.DataGridViewFBA();
     this.cmUser          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tbUserN1        = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel2          = new System.Windows.Forms.Panel();
     this.label1          = new FBA.LabelFBA();
     this.dgvParam        = new FBA.DataGridViewFBA();
     this.cmParam         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tbParamN1       = new System.Windows.Forms.ToolStripMenuItem();
     this.tbParamN2       = new System.Windows.Forms.ToolStripMenuItem();
     this.tbParamN3       = new System.Windows.Forms.ToolStripMenuItem();
     this.tbParamN4       = new System.Windows.Forms.ToolStripMenuItem();
     this.tbParamN5       = new System.Windows.Forms.ToolStripMenuItem();
     this.panel3          = new System.Windows.Forms.Panel();
     this.cbParamFilter   = new System.Windows.Forms.CheckBox();
     this.label2          = new FBA.LabelFBA();
     ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
     this.cmUser.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvParam)).BeginInit();
     this.cmParam.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // tbGlobal
     //
     this.tbGlobal.Location = new System.Drawing.Point(4, 27);
     this.tbGlobal.Name     = "tbGlobal";
     this.tbGlobal.Padding  = new System.Windows.Forms.Padding(3);
     this.tbGlobal.Size     = new System.Drawing.Size(466, 343);
     this.tbGlobal.TabIndex = 0;
     this.tbGlobal.Text     = "Global";
     this.tbGlobal.UseVisualStyleBackColor = true;
     //
     // tbUser
     //
     this.tbUser.Location = new System.Drawing.Point(4, 27);
     this.tbUser.Name     = "tbUser";
     this.tbUser.Padding  = new System.Windows.Forms.Padding(3);
     this.tbUser.Size     = new System.Drawing.Size(237, 169);
     this.tbUser.TabIndex = 1;
     this.tbUser.Text     = "User";
     this.tbUser.UseVisualStyleBackColor = true;
     //
     // dgvUser
     //
     this.dgvUser.AllowUserToAddRows          = false;
     this.dgvUser.AllowUserToDeleteRows       = false;
     this.dgvUser.AllowUserToOrderColumns     = true;
     this.dgvUser.AllowUserToResizeRows       = false;
     this.dgvUser.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgvUser.BackgroundColor             = System.Drawing.SystemColors.ActiveBorder;
     this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvUser.CommandAdd           = false;
     this.dgvUser.CommandDel           = false;
     this.dgvUser.CommandEdit          = false;
     this.dgvUser.CommandExportToExcel = false;
     this.dgvUser.CommandFilter        = false;
     this.dgvUser.CommandRefresh       = false;
     this.dgvUser.CommandSaveASCSV     = false;
     this.dgvUser.ContextMenuStrip     = this.cmUser;
     this.dgvUser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgvUser.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dgvUser.EnableHeadersVisualStyles = false;
     this.dgvUser.GroupEnabled          = null;
     this.dgvUser.Location              = new System.Drawing.Point(0, 25);
     this.dgvUser.Margin                = new System.Windows.Forms.Padding(1);
     this.dgvUser.MultiSelect           = false;
     this.dgvUser.Name                  = "dgvUser";
     this.dgvUser.Obj                   = null;
     this.dgvUser.PassedSec             = null;
     this.dgvUser.ReadOnly              = true;
     this.dgvUser.RowHeadersVisible     = false;
     this.dgvUser.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvUser.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvUser.Size                  = new System.Drawing.Size(196, 417);
     this.dgvUser.TabIndex              = 17;
     this.dgvUser.DoubleClick          += new System.EventHandler(this.tbParamN1_Click);
     //
     // cmUser
     //
     this.cmUser.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbUserN1
     });
     this.cmUser.Name = "cmUser";
     this.cmUser.Size = new System.Drawing.Size(128, 26);
     //
     // tbUserN1
     //
     this.tbUserN1.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbUserN1.Image  = global::FBA.Resource.Refresh_16;
     this.tbUserN1.Name   = "tbUserN1";
     this.tbUserN1.Size   = new System.Drawing.Size(127, 22);
     this.tbUserN1.Text   = "Refresh";
     this.tbUserN1.Click += new System.EventHandler(this.tbParamN1_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin   = new System.Windows.Forms.Padding(4);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.dgvUser);
     this.splitContainer1.Panel1.Controls.Add(this.panel2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dgvParam);
     this.splitContainer1.Panel2.Controls.Add(this.panel3);
     this.splitContainer1.Size             = new System.Drawing.Size(1011, 442);
     this.splitContainer1.SplitterDistance = 196;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 18;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(16, 11, 16, 11);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(196, 25);
     this.panel2.TabIndex = 19;
     //
     // label1
     //
     this.label1.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location    = new System.Drawing.Point(0, 3);
     this.label1.Margin      = new System.Windows.Forms.Padding(16, 0, 16, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(42, 18);
     this.label1.StarColor   = System.Drawing.Color.Crimson;
     this.label1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label1.StarOffsetX = 2;
     this.label1.StarOffsetY = 0;
     this.label1.StarShow    = false;
     this.label1.StarText    = "*";
     this.label1.TabIndex    = 0;
     this.label1.Text        = "User";
     //
     // dgvParam
     //
     this.dgvParam.AllowUserToAddRows          = false;
     this.dgvParam.AllowUserToDeleteRows       = false;
     this.dgvParam.AllowUserToOrderColumns     = true;
     this.dgvParam.AllowUserToResizeRows       = false;
     this.dgvParam.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgvParam.BackgroundColor             = System.Drawing.SystemColors.ActiveBorder;
     this.dgvParam.ClipboardCopyMode           = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
     this.dgvParam.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvParam.CommandAdd           = false;
     this.dgvParam.CommandDel           = false;
     this.dgvParam.CommandEdit          = false;
     this.dgvParam.CommandExportToExcel = false;
     this.dgvParam.CommandFilter        = false;
     this.dgvParam.CommandRefresh       = false;
     this.dgvParam.CommandSaveASCSV     = false;
     this.dgvParam.ContextMenuStrip     = this.cmParam;
     this.dgvParam.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgvParam.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dgvParam.EnableHeadersVisualStyles = false;
     this.dgvParam.GroupEnabled          = null;
     this.dgvParam.Location              = new System.Drawing.Point(0, 26);
     this.dgvParam.Margin                = new System.Windows.Forms.Padding(1);
     this.dgvParam.MultiSelect           = false;
     this.dgvParam.Name                  = "dgvParam";
     this.dgvParam.Obj                   = null;
     this.dgvParam.PassedSec             = null;
     this.dgvParam.ReadOnly              = true;
     this.dgvParam.RowHeadersVisible     = false;
     this.dgvParam.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvParam.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvParam.Size                  = new System.Drawing.Size(810, 416);
     this.dgvParam.TabIndex              = 19;
     //
     // cmParam
     //
     this.cmParam.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cmParam.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbParamN1,
         this.tbParamN2,
         this.tbParamN3,
         this.tbParamN4,
         this.tbParamN5
     });
     this.cmParam.Name = "cmParam";
     this.cmParam.Size = new System.Drawing.Size(129, 114);
     //
     // tbParamN1
     //
     this.tbParamN1.Image  = global::FBA.Resource.Add_16;
     this.tbParamN1.Name   = "tbParamN1";
     this.tbParamN1.Size   = new System.Drawing.Size(128, 22);
     this.tbParamN1.Text   = "Add";
     this.tbParamN1.Click += new System.EventHandler(this.tbParamN1_Click);
     //
     // tbParamN2
     //
     this.tbParamN2.Image  = global::FBA.Resource.Edit_16;
     this.tbParamN2.Name   = "tbParamN2";
     this.tbParamN2.Size   = new System.Drawing.Size(128, 22);
     this.tbParamN2.Text   = "Edit";
     this.tbParamN2.Click += new System.EventHandler(this.tbParamN1_Click);
     //
     // tbParamN3
     //
     this.tbParamN3.Image  = global::FBA.Resource.Del_16;
     this.tbParamN3.Name   = "tbParamN3";
     this.tbParamN3.Size   = new System.Drawing.Size(128, 22);
     this.tbParamN3.Text   = "Del";
     this.tbParamN3.Click += new System.EventHandler(this.tbParamN1_Click);
     //
     // tbParamN4
     //
     this.tbParamN4.Image  = global::FBA.Resource.Search_16;
     this.tbParamN4.Name   = "tbParamN4";
     this.tbParamN4.Size   = new System.Drawing.Size(128, 22);
     this.tbParamN4.Text   = "Find";
     this.tbParamN4.Click += new System.EventHandler(this.tbParamN1_Click);
     //
     // tbParamN5
     //
     this.tbParamN5.Image  = global::FBA.Resource.Refresh_16;
     this.tbParamN5.Name   = "tbParamN5";
     this.tbParamN5.Size   = new System.Drawing.Size(128, 22);
     this.tbParamN5.Text   = "Refresh";
     this.tbParamN5.Click += new System.EventHandler(this.tbParamN1_Click);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.cbParamFilter);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Margin   = new System.Windows.Forms.Padding(16, 11, 16, 11);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(810, 26);
     this.panel3.TabIndex = 20;
     //
     // cbParamFilter
     //
     this.cbParamFilter.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbParamFilter.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbParamFilter.Location = new System.Drawing.Point(720, 2);
     this.cbParamFilter.Margin   = new System.Windows.Forms.Padding(16, 11, 16, 11);
     this.cbParamFilter.Name     = "cbParamFilter";
     this.cbParamFilter.Size     = new System.Drawing.Size(74, 20);
     this.cbParamFilter.TabIndex = 1;
     this.cbParamFilter.Text     = "Filter";
     this.cbParamFilter.UseVisualStyleBackColor = true;
     this.cbParamFilter.CheckedChanged         += new System.EventHandler(this.cbParamFilter_CheckedChanged);
     //
     // label2
     //
     this.label2.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location    = new System.Drawing.Point(0, 3);
     this.label2.Margin      = new System.Windows.Forms.Padding(16, 0, 16, 0);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(64, 18);
     this.label2.StarColor   = System.Drawing.Color.Crimson;
     this.label2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label2.StarOffsetX = 2;
     this.label2.StarOffsetY = 0;
     this.label2.StarShow    = false;
     this.label2.StarText    = "*";
     this.label2.TabIndex    = 0;
     this.label2.Text        = "Param";
     //
     // FormParam
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1011, 442);
     this.Controls.Add(this.splitContainer1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "FormParam";
     this.Text   = "Param";
     ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
     this.cmUser.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvParam)).EndInit();
     this.cmParam.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #5
0
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dgv1      = new FBA.DataGridViewFBA();
     this.panel2    = new System.Windows.Forms.Panel();
     this.lbCapText = new FBA.LabelFBA();
     ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // dgv1
     //
     this.dgv1.AllowUserToAddRows              = false;
     this.dgv1.AllowUserToDeleteRows           = false;
     this.dgv1.AllowUserToOrderColumns         = true;
     dataGridViewCellStyle1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgv1.ColumnHeadersHeightSizeMode     = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv1.CommandAdd           = false;
     this.dgv1.CommandDel           = false;
     this.dgv1.CommandEdit          = false;
     this.dgv1.CommandExportToExcel = false;
     this.dgv1.CommandFilter        = false;
     this.dgv1.CommandRefresh       = false;
     this.dgv1.CommandSaveASCSV     = false;
     this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgv1.EnableHeadersVisualStyles = false;
     this.dgv1.GroupEnabled      = null;
     this.dgv1.Location          = new System.Drawing.Point(0, 25);
     this.dgv1.Margin            = new System.Windows.Forms.Padding(4);
     this.dgv1.Name              = "dgv1";
     this.dgv1.Obj               = null;
     this.dgv1.PassedSec         = null;
     this.dgv1.ReadOnly          = true;
     this.dgv1.RowHeadersVisible = false;
     this.dgv1.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv1.ShowEditingIcon   = false;
     this.dgv1.Size              = new System.Drawing.Size(436, 267);
     this.dgv1.TabIndex          = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lbCapText);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(436, 25);
     this.panel2.TabIndex = 7;
     //
     // lbCapText
     //
     this.lbCapText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.lbCapText.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbCapText.Location    = new System.Drawing.Point(5, 2);
     this.lbCapText.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbCapText.Name        = "lbCapText";
     this.lbCapText.Size        = new System.Drawing.Size(419, 14);
     this.lbCapText.StarColor   = System.Drawing.Color.Crimson;
     this.lbCapText.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbCapText.StarOffsetX = 2;
     this.lbCapText.StarOffsetY = 0;
     this.lbCapText.StarShow    = false;
     this.lbCapText.StarText    = "*";
     this.lbCapText.TabIndex    = 0;
     this.lbCapText.Text        = "Comment";
     //
     // FormViewTable
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(436, 292);
     this.Controls.Add(this.dgv1);
     this.Controls.Add(this.panel2);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "FormViewTable";
     this.Text   = "View table";
     ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #6
0
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.panel1              = new System.Windows.Forms.Panel();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.btnOk               = new System.Windows.Forms.Button();
     this.cbMask              = new FBA.ComboBoxFBA();
     this.label4              = new FBA.LabelFBA();
     this.udWidth             = new System.Windows.Forms.NumericUpDown();
     this.label3              = new FBA.LabelFBA();
     this.label2              = new FBA.LabelFBA();
     this.tbName              = new System.Windows.Forms.TextBox();
     this.cbUniversalWordWrap = new System.Windows.Forms.CheckBox();
     this.label5              = new FBA.LabelFBA();
     this.tbBrief             = new FastColoredTextBoxNS.FastColoredTextBox();
     this.cbSort              = new FBA.ComboBoxFBA();
     this.labelFBA1           = new FBA.LabelFBA();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udWidth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbBrief)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.panel1.Location = new System.Drawing.Point(0, 317);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(485, 40);
     this.panel1.TabIndex = 5;
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Image      = global::FBA.Resource.Cancel_24;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(251, 4);
     this.btnCancel.Margin     = new System.Windows.Forms.Padding(4);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(112, 33);
     this.btnCancel.TabIndex   = 2;
     this.btnCancel.Text       = "   Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnOk
     //
     this.btnOk.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Image      = global::FBA.Resource.OK_24;
     this.btnOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location   = new System.Drawing.Point(368, 4);
     this.btnOk.Margin     = new System.Windows.Forms.Padding(4);
     this.btnOk.Name       = "btnOk";
     this.btnOk.Size       = new System.Drawing.Size(112, 33);
     this.btnOk.TabIndex   = 0;
     this.btnOk.Text       = "  Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // cbMask
     //
     this.cbMask.BackColor         = System.Drawing.SystemColors.Info;
     this.cbMask.FormattingEnabled = true;
     this.cbMask.Items.AddRange(new object[] {
         "Default",
         "Date",
         "Money",
         "String"
     });
     this.cbMask.Location = new System.Drawing.Point(76, 39);
     this.cbMask.Margin   = new System.Windows.Forms.Padding(4);
     this.cbMask.Name     = "cbMask";
     this.cbMask.Size     = new System.Drawing.Size(160, 25);
     this.cbMask.TabIndex = 8;
     this.cbMask.Text     = "Default";
     //
     // label4
     //
     this.label4.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location    = new System.Drawing.Point(6, 42);
     this.label4.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name        = "label4";
     this.label4.Size        = new System.Drawing.Size(56, 22);
     this.label4.StarColor   = System.Drawing.Color.Crimson;
     this.label4.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label4.StarOffsetX = 2;
     this.label4.StarOffsetY = 0;
     this.label4.StarShow    = true;
     this.label4.StarText    = "*";
     this.label4.TabIndex    = 7;
     this.label4.Text        = "Mask:";
     //
     // udWidth
     //
     this.udWidth.BackColor   = System.Drawing.SystemColors.Info;
     this.udWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.udWidth.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.udWidth.ForeColor   = System.Drawing.SystemColors.WindowText;
     this.udWidth.Location    = new System.Drawing.Point(75, 105);
     this.udWidth.Margin      = new System.Windows.Forms.Padding(4);
     this.udWidth.Maximum     = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.udWidth.Name     = "udWidth";
     this.udWidth.Size     = new System.Drawing.Size(89, 25);
     this.udWidth.TabIndex = 6;
     this.udWidth.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // label3
     //
     this.label3.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location    = new System.Drawing.Point(6, 107);
     this.label3.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(61, 23);
     this.label3.StarColor   = System.Drawing.Color.Crimson;
     this.label3.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label3.StarOffsetX = 2;
     this.label3.StarOffsetY = 0;
     this.label3.StarShow    = true;
     this.label3.StarText    = "*";
     this.label3.TabIndex    = 4;
     this.label3.Text        = "Width:";
     //
     // label2
     //
     this.label2.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location    = new System.Drawing.Point(6, 138);
     this.label2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(48, 23);
     this.label2.StarColor   = System.Drawing.Color.Crimson;
     this.label2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label2.StarOffsetX = 2;
     this.label2.StarOffsetY = 0;
     this.label2.StarShow    = true;
     this.label2.StarText    = "*";
     this.label2.TabIndex    = 2;
     this.label2.Text        = "Attr:";
     //
     // tbName
     //
     this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbName.BackColor = System.Drawing.SystemColors.Info;
     this.tbName.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbName.Location  = new System.Drawing.Point(76, 9);
     this.tbName.Margin    = new System.Windows.Forms.Padding(4);
     this.tbName.Name      = "tbName";
     this.tbName.Size      = new System.Drawing.Size(399, 25);
     this.tbName.TabIndex  = 1;
     //
     // cbUniversalWordWrap
     //
     this.cbUniversalWordWrap.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cbUniversalWordWrap.Location = new System.Drawing.Point(380, 294);
     this.cbUniversalWordWrap.Margin   = new System.Windows.Forms.Padding(4);
     this.cbUniversalWordWrap.Name     = "cbUniversalWordWrap";
     this.cbUniversalWordWrap.Size     = new System.Drawing.Size(100, 21);
     this.cbUniversalWordWrap.TabIndex = 11;
     this.cbUniversalWordWrap.Tag      = "SAVE";
     this.cbUniversalWordWrap.Text     = "WordWrap";
     this.cbUniversalWordWrap.UseVisualStyleBackColor = true;
     this.cbUniversalWordWrap.CheckedChanged         += new System.EventHandler(this.cbUniversalWordWrap_CheckedChanged);
     //
     // label5
     //
     this.label5.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location    = new System.Drawing.Point(6, 12);
     this.label5.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(68, 24);
     this.label5.StarColor   = System.Drawing.Color.Crimson;
     this.label5.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label5.StarOffsetX = 2;
     this.label5.StarOffsetY = 0;
     this.label5.StarShow    = true;
     this.label5.StarText    = "*";
     this.label5.TabIndex    = 0;
     this.label5.Text        = "Name:";
     //
     // tbBrief
     //
     this.tbBrief.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.tbBrief.AutoCompleteBracketsList = new char[] {
         '(',
         ')',
         '{',
         '}',
         '[',
         ']',
         '\"',
         '\"',
         '\'',
         '\''
     };
     this.tbBrief.AutoIndentCharsPatterns = "";
     this.tbBrief.AutoScrollMinSize       = new System.Drawing.Size(2, 21);
     this.tbBrief.BackBrush                 = null;
     this.tbBrief.BackColor                 = System.Drawing.SystemColors.Info;
     this.tbBrief.BookmarkColor             = System.Drawing.Color.Red;
     this.tbBrief.BorderStyle               = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbBrief.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2;
     this.tbBrief.CharHeight                = 21;
     this.tbBrief.CharWidth                 = 11;
     this.tbBrief.CommentPrefix             = "--";
     this.tbBrief.CurrentLineColor          = System.Drawing.Color.DarkGray;
     this.tbBrief.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.tbBrief.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
     this.tbBrief.FindEndOfFoldingBlockStrategy = FastColoredTextBoxNS.FindEndOfFoldingBlockStrategy.Strategy2;
     this.tbBrief.Font            = new System.Drawing.Font("Courier New", 14.25F);
     this.tbBrief.IsReplaceMode   = false;
     this.tbBrief.Language        = FastColoredTextBoxNS.Language.SQL;
     this.tbBrief.LeftBracket     = '(';
     this.tbBrief.Location        = new System.Drawing.Point(76, 138);
     this.tbBrief.Margin          = new System.Windows.Forms.Padding(4);
     this.tbBrief.Name            = "tbBrief";
     this.tbBrief.Paddings        = new System.Windows.Forms.Padding(0);
     this.tbBrief.RightBracket    = ')';
     this.tbBrief.SelectionColor  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.tbBrief.ShowLineNumbers = false;
     this.tbBrief.Size            = new System.Drawing.Size(397, 153);
     this.tbBrief.TabIndex        = 20;
     this.tbBrief.Tag             = "";
     this.tbBrief.VirtualSpace    = true;
     this.tbBrief.Zoom            = 100;
     //
     // cbSort
     //
     this.cbSort.AttrBrief          = null;
     this.cbSort.AttrBriefLookup    = null;
     this.cbSort.BackColor          = System.Drawing.SystemColors.Info;
     this.cbSort.ContextMenuEnabled = true;
     this.cbSort.ErrorIfNull        = null;
     this.cbSort.FormattingEnabled  = true;
     this.cbSort.GroupEnabled       = null;
     this.cbSort.Items.AddRange(new object[] {
         "No",
         "Up",
         "Down"
     });
     this.cbSort.Location            = new System.Drawing.Point(76, 72);
     this.cbSort.Margin              = new System.Windows.Forms.Padding(4);
     this.cbSort.Name                = "cbSort";
     this.cbSort.ObjectRef           = null;
     this.cbSort.ReadOnly            = true;
     this.cbSort.SaveParam           = false;
     this.cbSort.SaveValueHistory    = false;
     this.cbSort.Size                = new System.Drawing.Size(160, 25);
     this.cbSort.TabIndex            = 22;
     this.cbSort.Text                = "No";
     this.cbSort.Text2               = null;
     this.cbSort.ValueHistoryInItems = false;
     //
     // labelFBA1
     //
     this.labelFBA1.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelFBA1.Location    = new System.Drawing.Point(6, 75);
     this.labelFBA1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelFBA1.Name        = "labelFBA1";
     this.labelFBA1.Size        = new System.Drawing.Size(56, 22);
     this.labelFBA1.StarColor   = System.Drawing.Color.Crimson;
     this.labelFBA1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.labelFBA1.StarOffsetX = 2;
     this.labelFBA1.StarOffsetY = 0;
     this.labelFBA1.StarShow    = true;
     this.labelFBA1.StarText    = "*";
     this.labelFBA1.TabIndex    = 21;
     this.labelFBA1.Text        = "Sort:";
     //
     // FormFilterAttr
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(485, 357);
     this.Controls.Add(this.cbSort);
     this.Controls.Add(this.labelFBA1);
     this.Controls.Add(this.tbBrief);
     this.Controls.Add(this.cbUniversalWordWrap);
     this.Controls.Add(this.udWidth);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cbMask);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.tbName);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "FormFilterAttr";
     this.Text            = "Attribute property";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udWidth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbBrief)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #7
0
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1       = new System.Windows.Forms.ToolStrip();
     this.tbImageRefresh   = new System.Windows.Forms.ToolStripButton();
     this.tbImageAddFile   = new System.Windows.Forms.ToolStripButton();
     this.tbImageAddDir    = new System.Windows.Forms.ToolStripButton();
     this.tbImageDel       = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.panelAutoScroll  = new System.Windows.Forms.Panel();
     this.pictureBox1      = new FBA.PictureBoxFBA();
     this.panel1           = new System.Windows.Forms.Panel();
     this.checkBoxSize     = new System.Windows.Forms.CheckBox();
     this.btnImagePath     = new System.Windows.Forms.Button();
     this.tbFormat         = new System.Windows.Forms.TextBox();
     this.tbSize           = new System.Windows.Forms.TextBox();
     this.tbFileNameFull   = new System.Windows.Forms.TextBox();
     this.tbFileName       = new System.Windows.Forms.TextBox();
     this.tbID             = new System.Windows.Forms.TextBox();
     this.dgvImage         = new FBA.DataGridViewFBA();
     this.dataGridViewFBA1 = new FBA.DataGridViewFBA();
     this.lbFormat         = new FBA.LabelFBA();
     this.lbSize           = new FBA.LabelFBA();
     this.lbFileNameFull   = new FBA.LabelFBA();
     this.lbFileName       = new FBA.LabelFBA();
     this.lbID             = new FBA.LabelFBA();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panelAutoScroll.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFBA1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Font = new System.Drawing.Font("Arial", 11.25F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbImageRefresh,
         this.tbImageAddFile,
         this.tbImageAddDir,
         this.tbImageDel
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(701, 25);
     this.toolStrip1.TabIndex = 15;
     this.toolStrip1.Text     = "toolStrip5";
     //
     // tbImageRefresh
     //
     this.tbImageRefresh.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbImageRefresh.Image = global::FBA.Resource.Refresh_16;
     this.tbImageRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbImageRefresh.Name   = "tbImageRefresh";
     this.tbImageRefresh.Size   = new System.Drawing.Size(80, 22);
     this.tbImageRefresh.Text   = "Refresh";
     this.tbImageRefresh.Click += new System.EventHandler(this.tbImageRefresh_Click);
     //
     // tbImageAddFile
     //
     this.tbImageAddFile.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbImageAddFile.Image = global::FBA.Resource.Add_16;
     this.tbImageAddFile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbImageAddFile.Name   = "tbImageAddFile";
     this.tbImageAddFile.Size   = new System.Drawing.Size(75, 22);
     this.tbImageAddFile.Text   = "Add file";
     this.tbImageAddFile.Click += new System.EventHandler(this.tbImageRefresh_Click);
     //
     // tbImageAddDir
     //
     this.tbImageAddDir.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbImageAddDir.Image = global::FBA.Resource.folder_add_16;
     this.tbImageAddDir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbImageAddDir.Name   = "tbImageAddDir";
     this.tbImageAddDir.Size   = new System.Drawing.Size(73, 22);
     this.tbImageAddDir.Text   = "Add dir";
     this.tbImageAddDir.Click += new System.EventHandler(this.tbImageRefresh_Click);
     //
     // tbImageDel
     //
     this.tbImageDel.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbImageDel.Image = global::FBA.Resource.Del_16;
     this.tbImageDel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbImageDel.Name   = "tbImageDel";
     this.tbImageDel.Size   = new System.Drawing.Size(70, 22);
     this.tbImageDel.Text   = "Delete";
     this.tbImageDel.Click += new System.EventHandler(this.tbImageRefresh_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.splitContainer1.Location  = new System.Drawing.Point(0, 25);
     this.splitContainer1.Margin    = new System.Windows.Forms.Padding(4);
     this.splitContainer1.Name      = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.dgvImage);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panelAutoScroll);
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Size             = new System.Drawing.Size(701, 399);
     this.splitContainer1.SplitterDistance = 230;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 16;
     //
     // panelAutoScroll
     //
     this.panelAutoScroll.AutoScroll = true;
     this.panelAutoScroll.AutoSize   = true;
     this.panelAutoScroll.Controls.Add(this.pictureBox1);
     this.panelAutoScroll.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelAutoScroll.Location = new System.Drawing.Point(0, 135);
     this.panelAutoScroll.Name     = "panelAutoScroll";
     this.panelAutoScroll.Size     = new System.Drawing.Size(466, 264);
     this.panelAutoScroll.TabIndex = 2;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image       = global::FBA.Resource.no_foto_1;
     this.pictureBox1.Location    = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin      = new System.Windows.Forms.Padding(4);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(466, 264);
     this.pictureBox1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex    = 0;
     this.pictureBox1.TabStop     = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dataGridViewFBA1);
     this.panel1.Controls.Add(this.checkBoxSize);
     this.panel1.Controls.Add(this.btnImagePath);
     this.panel1.Controls.Add(this.tbFormat);
     this.panel1.Controls.Add(this.lbFormat);
     this.panel1.Controls.Add(this.tbSize);
     this.panel1.Controls.Add(this.lbSize);
     this.panel1.Controls.Add(this.tbFileNameFull);
     this.panel1.Controls.Add(this.lbFileNameFull);
     this.panel1.Controls.Add(this.tbFileName);
     this.panel1.Controls.Add(this.lbFileName);
     this.panel1.Controls.Add(this.tbID);
     this.panel1.Controls.Add(this.lbID);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(466, 135);
     this.panel1.TabIndex = 1;
     //
     // checkBoxSize
     //
     this.checkBoxSize.Location = new System.Drawing.Point(5, 102);
     this.checkBoxSize.Name     = "checkBoxSize";
     this.checkBoxSize.Size     = new System.Drawing.Size(192, 24);
     this.checkBoxSize.TabIndex = 11;
     this.checkBoxSize.Text     = "Show full size image";
     this.checkBoxSize.UseVisualStyleBackColor = true;
     this.checkBoxSize.CheckedChanged         += new System.EventHandler(this.checkBoxSize_CheckedChanged);
     //
     // btnImagePath
     //
     this.btnImagePath.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImagePath.Image      = global::FBA.Resource.Folder_24;
     this.btnImagePath.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnImagePath.Location   = new System.Drawing.Point(300, 98);
     this.btnImagePath.Name       = "btnImagePath";
     this.btnImagePath.Size       = new System.Drawing.Size(157, 33);
     this.btnImagePath.TabIndex   = 10;
     this.btnImagePath.Text       = "Open image path";
     this.btnImagePath.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnImagePath.UseVisualStyleBackColor = true;
     this.btnImagePath.Click += new System.EventHandler(this.tbImageRefresh_Click);
     //
     // tbFormat
     //
     this.tbFormat.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.tbFormat.BackColor = System.Drawing.SystemColors.Info;
     this.tbFormat.Location  = new System.Drawing.Point(405, 4);
     this.tbFormat.Margin    = new System.Windows.Forms.Padding(4);
     this.tbFormat.Name      = "tbFormat";
     this.tbFormat.Size      = new System.Drawing.Size(52, 25);
     this.tbFormat.TabIndex  = 9;
     //
     // tbSize
     //
     this.tbSize.BackColor = System.Drawing.SystemColors.Info;
     this.tbSize.Location  = new System.Drawing.Point(225, 4);
     this.tbSize.Margin    = new System.Windows.Forms.Padding(4);
     this.tbSize.Name      = "tbSize";
     this.tbSize.Size      = new System.Drawing.Size(110, 25);
     this.tbSize.TabIndex  = 7;
     //
     // tbFileNameFull
     //
     this.tbFileNameFull.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.tbFileNameFull.BackColor = System.Drawing.SystemColors.Info;
     this.tbFileNameFull.Location  = new System.Drawing.Point(117, 66);
     this.tbFileNameFull.Margin    = new System.Windows.Forms.Padding(4);
     this.tbFileNameFull.Name      = "tbFileNameFull";
     this.tbFileNameFull.Size      = new System.Drawing.Size(340, 25);
     this.tbFileNameFull.TabIndex  = 5;
     //
     // tbFileName
     //
     this.tbFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.tbFileName.BackColor = System.Drawing.SystemColors.Info;
     this.tbFileName.Location  = new System.Drawing.Point(117, 35);
     this.tbFileName.Margin    = new System.Windows.Forms.Padding(4);
     this.tbFileName.Name      = "tbFileName";
     this.tbFileName.Size      = new System.Drawing.Size(340, 25);
     this.tbFileName.TabIndex  = 3;
     //
     // tbID
     //
     this.tbID.BackColor = System.Drawing.SystemColors.Info;
     this.tbID.Location  = new System.Drawing.Point(117, 5);
     this.tbID.Margin    = new System.Windows.Forms.Padding(4);
     this.tbID.Name      = "tbID";
     this.tbID.Size      = new System.Drawing.Size(61, 25);
     this.tbID.TabIndex  = 1;
     //
     // dgvImage
     //
     this.dgvImage.AllowUserToAddRows              = false;
     this.dgvImage.AllowUserToDeleteRows           = false;
     this.dgvImage.AllowUserToOrderColumns         = true;
     this.dgvImage.AllowUserToResizeRows           = false;
     dataGridViewCellStyle1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgvImage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvImage.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgvImage.ClipboardCopyMode           = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
     this.dgvImage.ColumnHeadersBorderStyle    = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvImage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvImage.CommandAdd           = false;
     this.dgvImage.CommandDel           = false;
     this.dgvImage.CommandEdit          = false;
     this.dgvImage.CommandExportToExcel = false;
     this.dgvImage.CommandFilter        = false;
     this.dgvImage.CommandRefresh       = false;
     this.dgvImage.CommandSaveASCSV     = false;
     this.dgvImage.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dgvImage.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dgvImage.EnableHeadersVisualStyles = false;
     this.dgvImage.GroupEnabled          = null;
     this.dgvImage.Location              = new System.Drawing.Point(0, 0);
     this.dgvImage.Margin                = new System.Windows.Forms.Padding(1);
     this.dgvImage.MultiSelect           = false;
     this.dgvImage.Name                  = "dgvImage";
     this.dgvImage.Obj                   = null;
     this.dgvImage.PassedSec             = null;
     this.dgvImage.ReadOnly              = true;
     this.dgvImage.RowHeadersVisible     = false;
     this.dgvImage.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvImage.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvImage.Size                  = new System.Drawing.Size(230, 399);
     this.dgvImage.TabIndex              = 15;
     this.dgvImage.CellClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvImage_CellClick);
     //
     // dataGridViewFBA1
     //
     this.dataGridViewFBA1.AllowUserToAddRows          = false;
     this.dataGridViewFBA1.AllowUserToDeleteRows       = false;
     this.dataGridViewFBA1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewFBA1.CommandAdd                = false;
     this.dataGridViewFBA1.CommandDel                = false;
     this.dataGridViewFBA1.CommandEdit               = false;
     this.dataGridViewFBA1.CommandExportToExcel      = false;
     this.dataGridViewFBA1.CommandFilter             = false;
     this.dataGridViewFBA1.CommandRefresh            = false;
     this.dataGridViewFBA1.CommandSaveASCSV          = false;
     this.dataGridViewFBA1.EnableHeadersVisualStyles = false;
     this.dataGridViewFBA1.GroupEnabled              = null;
     this.dataGridViewFBA1.Location      = new System.Drawing.Point(142, 135);
     this.dataGridViewFBA1.Name          = "dataGridViewFBA1";
     this.dataGridViewFBA1.Obj           = null;
     this.dataGridViewFBA1.PassedSec     = null;
     this.dataGridViewFBA1.ReadOnly      = true;
     this.dataGridViewFBA1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewFBA1.Size          = new System.Drawing.Size(240, 113);
     this.dataGridViewFBA1.TabIndex      = 12;
     //
     // lbFormat
     //
     this.lbFormat.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbFormat.Location    = new System.Drawing.Point(340, 7);
     this.lbFormat.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbFormat.Name        = "lbFormat";
     this.lbFormat.Size        = new System.Drawing.Size(55, 19);
     this.lbFormat.StarColor   = System.Drawing.Color.Crimson;
     this.lbFormat.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbFormat.StarOffsetX = 2;
     this.lbFormat.StarOffsetY = 0;
     this.lbFormat.StarShow    = false;
     this.lbFormat.StarText    = "*";
     this.lbFormat.TabIndex    = 8;
     this.lbFormat.Text        = "Format:";
     //
     // lbSize
     //
     this.lbSize.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbSize.Location    = new System.Drawing.Point(186, 8);
     this.lbSize.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbSize.Name        = "lbSize";
     this.lbSize.Size        = new System.Drawing.Size(46, 19);
     this.lbSize.StarColor   = System.Drawing.Color.Crimson;
     this.lbSize.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbSize.StarOffsetX = 2;
     this.lbSize.StarOffsetY = 0;
     this.lbSize.StarShow    = false;
     this.lbSize.StarText    = "*";
     this.lbSize.TabIndex    = 6;
     this.lbSize.Text        = "Size:";
     //
     // lbFileNameFull
     //
     this.lbFileNameFull.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbFileNameFull.Location    = new System.Drawing.Point(5, 69);
     this.lbFileNameFull.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbFileNameFull.Name        = "lbFileNameFull";
     this.lbFileNameFull.Size        = new System.Drawing.Size(104, 19);
     this.lbFileNameFull.StarColor   = System.Drawing.Color.Crimson;
     this.lbFileNameFull.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbFileNameFull.StarOffsetX = 2;
     this.lbFileNameFull.StarOffsetY = 0;
     this.lbFileNameFull.StarShow    = false;
     this.lbFileNameFull.StarText    = "*";
     this.lbFileNameFull.TabIndex    = 4;
     this.lbFileNameFull.Text        = "FileNameFull:";
     //
     // lbFileName
     //
     this.lbFileName.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbFileName.Location    = new System.Drawing.Point(5, 38);
     this.lbFileName.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbFileName.Name        = "lbFileName";
     this.lbFileName.Size        = new System.Drawing.Size(85, 19);
     this.lbFileName.StarColor   = System.Drawing.Color.Crimson;
     this.lbFileName.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbFileName.StarOffsetX = 2;
     this.lbFileName.StarOffsetY = 0;
     this.lbFileName.StarShow    = false;
     this.lbFileName.StarText    = "*";
     this.lbFileName.TabIndex    = 2;
     this.lbFileName.Text        = "FileName:";
     //
     // lbID
     //
     this.lbID.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbID.Location    = new System.Drawing.Point(5, 8);
     this.lbID.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbID.Name        = "lbID";
     this.lbID.Size        = new System.Drawing.Size(35, 19);
     this.lbID.StarColor   = System.Drawing.Color.Crimson;
     this.lbID.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbID.StarOffsetX = 2;
     this.lbID.StarOffsetY = 0;
     this.lbID.StarShow    = false;
     this.lbID.StarText    = "*";
     this.lbID.TabIndex    = 0;
     this.lbID.Text        = "ID:";
     //
     // FormImage
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(701, 424);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Font          = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "FormImage";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Image";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panelAutoScroll.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFBA1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #8
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTable));
     this.panel2        = new System.Windows.Forms.Panel();
     this.btnCancel     = new System.Windows.Forms.Button();
     this.btnOk         = new System.Windows.Forms.Button();
     this.panel1        = new System.Windows.Forms.Panel();
     this.pictureBox1   = new FBA.PictureBoxFBA();
     this.label1        = new FBA.LabelFBA();
     this.label3        = new FBA.LabelFBA();
     this.tbID          = new FBA.TextBoxFBA();
     this.label2        = new FBA.LabelFBA();
     this.tbIDFieldName = new FBA.ComboBoxFBA();
     this.label4        = new FBA.LabelFBA();
     this.tbTypeStr     = new FBA.ComboBoxFBA();
     this.label5        = new FBA.LabelFBA();
     this.tbName        = new FBA.ComboBoxFBA();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.Controls.Add(this.btnOk);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 181);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(393, 42);
     this.panel2.TabIndex = 4;
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnCancel.Image      = global::FBA.Resource.Cancel_24;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(158, 5);
     this.btnCancel.Margin     = new System.Windows.Forms.Padding(4);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(112, 33);
     this.btnCancel.TabIndex   = 2;
     this.btnCancel.Text       = "   Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     this.btnOk.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnOk.Image      = global::FBA.Resource.OK_24;
     this.btnOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location   = new System.Drawing.Point(275, 5);
     this.btnOk.Margin     = new System.Windows.Forms.Padding(4);
     this.btnOk.Name       = "btnOk";
     this.btnOk.Size       = new System.Drawing.Size(112, 33);
     this.btnOk.TabIndex   = 1;
     this.btnOk.Text       = "  Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(393, 38);
     this.panel1.TabIndex = 5;
     //
     // pictureBox1
     //
     this.pictureBox1.ErrorImage   = null;
     this.pictureBox1.Image        = global::FBA.Resource.Grid_32;
     this.pictureBox1.InitialImage = null;
     this.pictureBox1.Location     = new System.Drawing.Point(7, 4);
     this.pictureBox1.Margin       = new System.Windows.Forms.Padding(4);
     this.pictureBox1.Name         = "pictureBox1";
     this.pictureBox1.Size         = new System.Drawing.Size(32, 32);
     this.pictureBox1.TabIndex     = 1;
     this.pictureBox1.TabStop      = false;
     //
     // label1
     //
     this.label1.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location    = new System.Drawing.Point(46, 7);
     this.label1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(75, 23);
     this.label1.StarColor   = System.Drawing.Color.Crimson;
     this.label1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label1.StarOffsetX = 2;
     this.label1.StarOffsetY = 0;
     this.label1.StarShow    = false;
     this.label1.StarText    = "*";
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Table";
     //
     // label3
     //
     this.label3.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location    = new System.Drawing.Point(6, 77);
     this.label3.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(72, 28);
     this.label3.StarColor   = System.Drawing.Color.Crimson;
     this.label3.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label3.StarOffsetX = 2;
     this.label3.StarOffsetY = 0;
     this.label3.StarShow    = true;
     this.label3.StarText    = "*";
     this.label3.TabIndex    = 27;
     this.label3.Text        = "Name";
     //
     // tbID
     //
     this.tbID.AttrBrief        = "Main1.ID";
     this.tbID.AttrBriefLookup  = null;
     this.tbID.BackColor        = System.Drawing.SystemColors.Info;
     this.tbID.Enabled          = false;
     this.tbID.ErrorIfNull      = null;
     this.tbID.Font             = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbID.GroupEnabled     = null;
     this.tbID.ListInvalidChars = null;
     this.tbID.ListValidChars   = "";
     this.tbID.Location         = new System.Drawing.Point(86, 42);
     this.tbID.Margin           = new System.Windows.Forms.Padding(4);
     this.tbID.Name             = "tbID";
     this.tbID.ObjectRef        = null;
     this.tbID.RegExChars       = null;
     this.tbID.SaveParam        = false;
     this.tbID.SaveValueHistory = false;
     this.tbID.Size             = new System.Drawing.Size(100, 25);
     this.tbID.TabIndex         = 26;
     this.tbID.Text2            = null;
     //
     // label2
     //
     this.label2.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location    = new System.Drawing.Point(6, 48);
     this.label2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(48, 23);
     this.label2.StarColor   = System.Drawing.Color.Crimson;
     this.label2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label2.StarOffsetX = 2;
     this.label2.StarOffsetY = 0;
     this.label2.StarShow    = false;
     this.label2.StarText    = "*";
     this.label2.TabIndex    = 25;
     this.label2.Text        = "ID";
     //
     // tbIDFieldName
     //
     this.tbIDFieldName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.tbIDFieldName.AttrBrief          = "Main1.IDFieldName";
     this.tbIDFieldName.AttrBriefLookup    = null;
     this.tbIDFieldName.BackColor          = System.Drawing.SystemColors.Info;
     this.tbIDFieldName.ContextMenuEnabled = true;
     this.tbIDFieldName.ErrorIfNull        = "Поле \"Field ID\" не заполнено!";
     this.tbIDFieldName.FormattingEnabled  = true;
     this.tbIDFieldName.GroupEnabled       = null;
     this.tbIDFieldName.ListInvalidChars   = null;
     this.tbIDFieldName.ListValidChars     = null;
     this.tbIDFieldName.Location           = new System.Drawing.Point(86, 104);
     this.tbIDFieldName.Margin             = new System.Windows.Forms.Padding(4);
     this.tbIDFieldName.Name                = "tbIDFieldName";
     this.tbIDFieldName.Obj                 = null;
     this.tbIDFieldName.ObjectID            = "";
     this.tbIDFieldName.ObjectRef           = null;
     this.tbIDFieldName.ObjRef              = null;
     this.tbIDFieldName.ReadOnly            = false;
     this.tbIDFieldName.RegExChars          = null;
     this.tbIDFieldName.SaveParam           = false;
     this.tbIDFieldName.SaveType            = null;
     this.tbIDFieldName.SaveValueHistory    = false;
     this.tbIDFieldName.Size                = new System.Drawing.Size(299, 25);
     this.tbIDFieldName.TabIndex            = 29;
     this.tbIDFieldName.Text2               = null;
     this.tbIDFieldName.ValueHistoryInItems = false;
     //
     // label4
     //
     this.label4.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location    = new System.Drawing.Point(6, 108);
     this.label4.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name        = "label4";
     this.label4.Size        = new System.Drawing.Size(72, 28);
     this.label4.StarColor   = System.Drawing.Color.Crimson;
     this.label4.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label4.StarOffsetX = 2;
     this.label4.StarOffsetY = 0;
     this.label4.StarShow    = true;
     this.label4.StarText    = "*";
     this.label4.TabIndex    = 30;
     this.label4.Text        = "Field ID";
     //
     // tbTypeStr
     //
     this.tbTypeStr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.tbTypeStr.AttrBrief          = null;
     this.tbTypeStr.AttrBriefLookup    = null;
     this.tbTypeStr.BackColor          = System.Drawing.SystemColors.Info;
     this.tbTypeStr.ContextMenuEnabled = true;
     this.tbTypeStr.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tbTypeStr.ErrorIfNull        = "Поле \"Type\" не заполнено!";
     this.tbTypeStr.FormattingEnabled  = true;
     this.tbTypeStr.GroupEnabled       = null;
     this.tbTypeStr.Items.AddRange(new object[] {
         "Main",
         "Historical"
     });
     this.tbTypeStr.ListInvalidChars = null;
     this.tbTypeStr.ListValidChars   = null;
     this.tbTypeStr.Location         = new System.Drawing.Point(86, 135);
     this.tbTypeStr.Margin           = new System.Windows.Forms.Padding(4);
     this.tbTypeStr.Name             = "tbTypeStr";
     this.tbTypeStr.Obj                 = null;
     this.tbTypeStr.ObjectID            = "";
     this.tbTypeStr.ObjectRef           = null;
     this.tbTypeStr.ObjRef              = null;
     this.tbTypeStr.ReadOnly            = false;
     this.tbTypeStr.RegExChars          = null;
     this.tbTypeStr.SaveParam           = false;
     this.tbTypeStr.SaveType            = null;
     this.tbTypeStr.SaveValueHistory    = false;
     this.tbTypeStr.Size                = new System.Drawing.Size(299, 25);
     this.tbTypeStr.TabIndex            = 31;
     this.tbTypeStr.Text2               = null;
     this.tbTypeStr.ValueHistoryInItems = false;
     //
     // label5
     //
     this.label5.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location    = new System.Drawing.Point(6, 137);
     this.label5.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(72, 28);
     this.label5.StarColor   = System.Drawing.Color.Crimson;
     this.label5.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label5.StarOffsetX = 2;
     this.label5.StarOffsetY = 0;
     this.label5.StarShow    = true;
     this.label5.StarText    = "*";
     this.label5.TabIndex    = 32;
     this.label5.Text        = "Type";
     //
     // tbName
     //
     this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbName.AttrBrief          = "Main1.Name";
     this.tbName.AttrBriefLookup    = null;
     this.tbName.BackColor          = System.Drawing.SystemColors.Info;
     this.tbName.ContextMenuEnabled = true;
     this.tbName.ErrorIfNull        = "Поле \"Name\" не заполнено!";
     this.tbName.FormattingEnabled  = true;
     this.tbName.GroupEnabled       = null;
     this.tbName.ListInvalidChars   = null;
     this.tbName.ListValidChars     = null;
     this.tbName.Location           = new System.Drawing.Point(86, 73);
     this.tbName.Margin             = new System.Windows.Forms.Padding(4);
     this.tbName.Name                = "tbName";
     this.tbName.Obj                 = null;
     this.tbName.ObjectID            = "";
     this.tbName.ObjectRef           = null;
     this.tbName.ObjRef              = null;
     this.tbName.ReadOnly            = false;
     this.tbName.RegExChars          = null;
     this.tbName.SaveParam           = false;
     this.tbName.SaveType            = null;
     this.tbName.SaveValueHistory    = false;
     this.tbName.Size                = new System.Drawing.Size(299, 25);
     this.tbName.TabIndex            = 39;
     this.tbName.Text2               = null;
     this.tbName.ValueHistoryInItems = false;
     this.tbName.Leave              += new System.EventHandler(this.TbNameLeave);
     //
     // FormTable
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(393, 223);
     this.Controls.Add(this.tbName);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.tbTypeStr);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tbIDFieldName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbID);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormNumber = 1;
     this.FormUsual  = true;
     this.Margin     = new System.Windows.Forms.Padding(4);
     this.Name       = "FormTable";
     this.QueryText  = new string[] {
         "--(SectionBegin TableDelete) ",
         "",
         "   SELECT ",
         "    --FK.CONSTRAINT_NAME as ForeignKey, ",
         "      --FK.TABLE_CATALOG as FROM_TABLE_CATALOG,",
         "      --FK.TABLE_SCHEMA  as FROM_TABLE_SCHEMA,",
         "      FK.TABLE_NAME    as FROM_TABLE_NAME,",
         "      FK.COLUMN_NAME   as FROM_COLUMN_NAME,",
         "      --PK.TABLE_CATALOG as TO_TABLE_CATALOG,",
         "      --PK.TABLE_SCHEMA  as TO_TABLE_SCHEMA,",
         "      PK.TABLE_NAME    as TO_TABLE_NAME,",
         "      PK.COLUMN_NAME   as TO_COLUMN_NAME",
         "     -- INTO #Tabl1",
         "    FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE PK",
         resources.GetString("$this.QueryText"),
         resources.GetString("$this.QueryText1"),
         "    WHERE PK.TABLE_NAME = \'TableNameAttr\'",
         "    ORDER BY FK.CONSTRAINT_NAME, PK.ORDINAL_POSITION",
         "  ",
         "--(SectionEnd TableDelete) "
     };
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Table";
     this.Shown        += new System.EventHandler(this.FormTable_Shown);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #9
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEntity));
     this.panel1      = new System.Windows.Forms.Panel();
     this.pictureBox1 = new FBA.PictureBoxFBA();
     this.label1      = new FBA.LabelFBA();
     this.panel2      = new System.Windows.Forms.Panel();
     this.btnCancel   = new System.Windows.Forms.Button();
     this.btnOk       = new System.Windows.Forms.Button();
     this.groupBox2   = new FBA.LabelFBA();
     this.textBox6    = new FBA.TextBoxFBA();
     this.label3      = new FBA.LabelFBA();
     this.label2      = new FBA.LabelFBA();
     this.label4      = new FBA.LabelFBA();
     this.tbID        = new FBA.TextBoxFBA();
     this.tbBrief     = new FBA.TextBoxFBA();
     this.tbName      = new FBA.TextBoxFBA();
     this.cbSystem    = new FBA.CheckBoxFBA();
     this.cbAccObj    = new FBA.CheckBoxFBA();
     this.cbTree      = new FBA.CheckBoxFBA();
     this.cbDiv       = new FBA.CheckBoxFBA();
     this.cbCounter   = new FBA.CheckBoxFBA();
     this.cbProtocol  = new FBA.CheckBoxFBA();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(439, 38);
     this.panel1.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(12, 4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(39, 31);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location    = new System.Drawing.Point(57, 9);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(135, 23);
     this.label1.StarColor   = System.Drawing.Color.Crimson;
     this.label1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label1.StarOffsetX = 2;
     this.label1.StarOffsetY = 0;
     this.label1.StarShow    = false;
     this.label1.StarText    = "*";
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Entity";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.Controls.Add(this.btnOk);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 430);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(439, 41);
     this.panel2.TabIndex = 3;
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnCancel.Image      = global::FBA.Resource.Cancel_24;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(202, 4);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(112, 33);
     this.btnCancel.TabIndex   = 2;
     this.btnCancel.Text       = "    Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     this.btnOk.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnOk.Image      = global::FBA.Resource.OK_24;
     this.btnOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location   = new System.Drawing.Point(320, 4);
     this.btnOk.Name       = "btnOk";
     this.btnOk.Size       = new System.Drawing.Size(112, 33);
     this.btnOk.TabIndex   = 1;
     this.btnOk.Text       = "  Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.BtnOk_Click);
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.groupBox2.Location    = new System.Drawing.Point(0, 324);
     this.groupBox2.Name        = "groupBox2";
     this.groupBox2.Size        = new System.Drawing.Size(447, 59);
     this.groupBox2.StarColor   = System.Drawing.Color.Crimson;
     this.groupBox2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.groupBox2.StarOffsetX = 2;
     this.groupBox2.StarOffsetY = 0;
     this.groupBox2.StarShow    = true;
     this.groupBox2.StarText    = "*";
     this.groupBox2.TabIndex    = 20;
     this.groupBox2.Text        = " Comment ";
     this.groupBox2.Paint      += new System.Windows.Forms.PaintEventHandler(this.groupBox2_Paint);
     //
     // textBox6
     //
     this.textBox6.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.textBox6.AttrBrief        = "Main1.Comment";
     this.textBox6.AttrBriefLookup  = null;
     this.textBox6.BackColor        = System.Drawing.SystemColors.Info;
     this.textBox6.ErrorIfNull      = "Поле \"Comment\" не заполнено!";
     this.textBox6.Font             = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox6.GroupEnabled     = null;
     this.textBox6.ListInvalidChars = null;
     this.textBox6.ListValidChars   = null;
     this.textBox6.Location         = new System.Drawing.Point(8, 347);
     this.textBox6.Multiline        = true;
     this.textBox6.Name             = "textBox6";
     this.textBox6.ObjectRef        = null;
     this.textBox6.RegExChars       = null;
     this.textBox6.SaveParam        = false;
     this.textBox6.SaveValueHistory = false;
     this.textBox6.ScrollBars       = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox6.Size             = new System.Drawing.Size(424, 75);
     this.textBox6.TabIndex         = 0;
     this.textBox6.Text2            = null;
     //
     // label3
     //
     this.label3.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location    = new System.Drawing.Point(13, 79);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(100, 23);
     this.label3.StarColor   = System.Drawing.Color.Crimson;
     this.label3.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label3.StarOffsetX = 2;
     this.label3.StarOffsetY = 0;
     this.label3.StarShow    = true;
     this.label3.StarText    = "*";
     this.label3.TabIndex    = 23;
     this.label3.Text        = "Name";
     //
     // label2
     //
     this.label2.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location    = new System.Drawing.Point(13, 47);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(47, 23);
     this.label2.StarColor   = System.Drawing.Color.Crimson;
     this.label2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label2.StarOffsetX = 2;
     this.label2.StarOffsetY = 0;
     this.label2.StarShow    = false;
     this.label2.StarText    = "*";
     this.label2.TabIndex    = 21;
     this.label2.Text        = "ID";
     //
     // label4
     //
     this.label4.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location    = new System.Drawing.Point(13, 114);
     this.label4.Name        = "label4";
     this.label4.Size        = new System.Drawing.Size(100, 23);
     this.label4.StarColor   = System.Drawing.Color.Crimson;
     this.label4.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label4.StarOffsetX = 2;
     this.label4.StarOffsetY = 0;
     this.label4.StarShow    = true;
     this.label4.StarText    = "*";
     this.label4.TabIndex    = 25;
     this.label4.Text        = "Brief";
     //
     // tbID
     //
     this.tbID.AttrBrief        = "Main1.ID";
     this.tbID.AttrBriefLookup  = null;
     this.tbID.BackColor        = System.Drawing.SystemColors.Info;
     this.tbID.Enabled          = false;
     this.tbID.ErrorIfNull      = null;
     this.tbID.Font             = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbID.GroupEnabled     = null;
     this.tbID.ListInvalidChars = null;
     this.tbID.ListValidChars   = "DIGITS";
     this.tbID.Location         = new System.Drawing.Point(116, 47);
     this.tbID.Name             = "tbID";
     this.tbID.ObjectRef        = null;
     this.tbID.RegExChars       = null;
     this.tbID.SaveParam        = false;
     this.tbID.SaveValueHistory = false;
     this.tbID.Size             = new System.Drawing.Size(100, 25);
     this.tbID.TabIndex         = 22;
     this.tbID.Text2            = null;
     //
     // tbBrief
     //
     this.tbBrief.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tbBrief.AttrBrief        = "Main1.Brief";
     this.tbBrief.AttrBriefLookup  = null;
     this.tbBrief.BackColor        = System.Drawing.SystemColors.Info;
     this.tbBrief.ErrorIfNull      = "Поле \"Brief\" не заполнено!";
     this.tbBrief.Font             = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbBrief.GroupEnabled     = null;
     this.tbBrief.ListInvalidChars = null;
     this.tbBrief.ListValidChars   = null;
     this.tbBrief.Location         = new System.Drawing.Point(116, 111);
     this.tbBrief.Name             = "tbBrief";
     this.tbBrief.ObjectRef        = null;
     this.tbBrief.RegExChars       = null;
     this.tbBrief.SaveParam        = false;
     this.tbBrief.SaveValueHistory = false;
     this.tbBrief.Size             = new System.Drawing.Size(315, 25);
     this.tbBrief.TabIndex         = 26;
     this.tbBrief.Text2            = null;
     this.tbBrief.Enter           += new System.EventHandler(this.TbBrief_Enter);
     //
     // tbName
     //
     this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbName.AttrBrief        = "Main1.Name";
     this.tbName.AttrBriefLookup  = null;
     this.tbName.BackColor        = System.Drawing.SystemColors.Info;
     this.tbName.ErrorIfNull      = "Поле \"Name\" не заполнено!";
     this.tbName.Font             = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbName.GroupEnabled     = null;
     this.tbName.ListInvalidChars = null;
     this.tbName.ListValidChars   = "";
     this.tbName.Location         = new System.Drawing.Point(116, 79);
     this.tbName.Name             = "tbName";
     this.tbName.ObjectRef        = null;
     this.tbName.RegExChars       = null;
     this.tbName.SaveParam        = false;
     this.tbName.SaveValueHistory = false;
     this.tbName.Size             = new System.Drawing.Size(315, 25);
     this.tbName.TabIndex         = 24;
     this.tbName.Text2            = null;
     //
     // cbSystem
     //
     this.cbSystem.AttrBrief               = null;
     this.cbSystem.Font                    = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbSystem.GroupEnabled            = null;
     this.cbSystem.Location                = new System.Drawing.Point(12, 146);
     this.cbSystem.Name                    = "cbSystem";
     this.cbSystem.Obj                     = null;
     this.cbSystem.ObjectRef               = null;
     this.cbSystem.SaveParam               = false;
     this.cbSystem.Size                    = new System.Drawing.Size(125, 24);
     this.cbSystem.TabIndex                = 27;
     this.cbSystem.Text                    = "System";
     this.cbSystem.UseVisualStyleBackColor = true;
     this.cbSystem.CheckedChanged         += new System.EventHandler(this.cbSystem_CheckedChanged);
     //
     // cbAccObj
     //
     this.cbAccObj.AttrBrief               = null;
     this.cbAccObj.Font                    = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbAccObj.GroupEnabled            = null;
     this.cbAccObj.Location                = new System.Drawing.Point(12, 174);
     this.cbAccObj.Name                    = "cbAccObj";
     this.cbAccObj.Obj                     = null;
     this.cbAccObj.ObjectRef               = null;
     this.cbAccObj.SaveParam               = false;
     this.cbAccObj.Size                    = new System.Drawing.Size(161, 24);
     this.cbAccObj.TabIndex                = 28;
     this.cbAccObj.Text                    = "Accounting object";
     this.cbAccObj.UseVisualStyleBackColor = true;
     this.cbAccObj.CheckedChanged         += new System.EventHandler(this.cbSystem_CheckedChanged);
     //
     // cbTree
     //
     this.cbTree.AttrBrief               = null;
     this.cbTree.Font                    = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbTree.GroupEnabled            = null;
     this.cbTree.Location                = new System.Drawing.Point(12, 201);
     this.cbTree.Name                    = "cbTree";
     this.cbTree.Obj                     = null;
     this.cbTree.ObjectRef               = null;
     this.cbTree.SaveParam               = false;
     this.cbTree.Size                    = new System.Drawing.Size(180, 24);
     this.cbTree.TabIndex                = 29;
     this.cbTree.Text                    = "Tree";
     this.cbTree.UseVisualStyleBackColor = true;
     this.cbTree.CheckedChanged         += new System.EventHandler(this.cbSystem_CheckedChanged);
     //
     // cbDiv
     //
     this.cbDiv.AttrBrief               = null;
     this.cbDiv.Font                    = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbDiv.GroupEnabled            = null;
     this.cbDiv.Location                = new System.Drawing.Point(12, 228);
     this.cbDiv.Name                    = "cbDiv";
     this.cbDiv.Obj                     = null;
     this.cbDiv.ObjectRef               = null;
     this.cbDiv.SaveParam               = false;
     this.cbDiv.Size                    = new System.Drawing.Size(204, 24);
     this.cbDiv.TabIndex                = 30;
     this.cbDiv.Text                    = "Divided into branches";
     this.cbDiv.UseVisualStyleBackColor = true;
     this.cbDiv.CheckedChanged         += new System.EventHandler(this.cbSystem_CheckedChanged);
     //
     // cbCounter
     //
     this.cbCounter.AttrBrief               = null;
     this.cbCounter.Font                    = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbCounter.GroupEnabled            = null;
     this.cbCounter.Location                = new System.Drawing.Point(12, 256);
     this.cbCounter.Name                    = "cbCounter";
     this.cbCounter.Obj                     = null;
     this.cbCounter.ObjectRef               = null;
     this.cbCounter.SaveParam               = false;
     this.cbCounter.Size                    = new System.Drawing.Size(228, 24);
     this.cbCounter.TabIndex                = 31;
     this.cbCounter.Text                    = "Use the counter generic link";
     this.cbCounter.UseVisualStyleBackColor = true;
     this.cbCounter.CheckedChanged         += new System.EventHandler(this.cbSystem_CheckedChanged);
     //
     // cbProtocol
     //
     this.cbProtocol.AttrBrief               = null;
     this.cbProtocol.Font                    = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cbProtocol.GroupEnabled            = null;
     this.cbProtocol.Location                = new System.Drawing.Point(12, 286);
     this.cbProtocol.Name                    = "cbProtocol";
     this.cbProtocol.Obj                     = null;
     this.cbProtocol.ObjectRef               = null;
     this.cbProtocol.SaveParam               = false;
     this.cbProtocol.Size                    = new System.Drawing.Size(248, 24);
     this.cbProtocol.TabIndex                = 32;
     this.cbProtocol.Text                    = "Contains Protocol information";
     this.cbProtocol.UseVisualStyleBackColor = true;
     this.cbProtocol.CheckedChanged         += new System.EventHandler(this.cbSystem_CheckedChanged);
     //
     // FormEntity
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(439, 471);
     this.Controls.Add(this.textBox6);
     this.Controls.Add(this.cbProtocol);
     this.Controls.Add(this.cbCounter);
     this.Controls.Add(this.cbDiv);
     this.Controls.Add(this.cbTree);
     this.Controls.Add(this.cbAccObj);
     this.Controls.Add(this.cbSystem);
     this.Controls.Add(this.tbBrief);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tbName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbID);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormUsual     = true;
     this.Name          = "FormEntity";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Entity";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #10
0
 private void InitializeComponent()
 {
     this.btnLicenseCreate   = new System.Windows.Forms.Button();
     this.tbServerInfo       = new System.Windows.Forms.TextBox();
     this.label1             = new FBA.LabelFBA();
     this.tbLicense          = new System.Windows.Forms.TextBox();
     this.label2             = new FBA.LabelFBA();
     this.tbLicenseCount1    = new System.Windows.Forms.TextBox();
     this.lbLicenseCount1    = new FBA.LabelFBA();
     this.lbDateStart1       = new FBA.LabelFBA();
     this.lbDateEnd1         = new FBA.LabelFBA();
     this.dtDateStart1       = new System.Windows.Forms.DateTimePicker();
     this.dtDateEnd1         = new System.Windows.Forms.DateTimePicker();
     this.btnCheckServerInfo = new System.Windows.Forms.Button();
     this.lbDateCreate1      = new FBA.LabelFBA();
     this.lbMotherBoardID1   = new FBA.LabelFBA();
     this.lbProcessorID1     = new FBA.LabelFBA();
     this.dtDateCreate1      = new System.Windows.Forms.DateTimePicker();
     this.tbMotherBoardID1   = new System.Windows.Forms.TextBox();
     this.tbProcessorID1     = new System.Windows.Forms.TextBox();
     this.tbProcessorID2     = new System.Windows.Forms.TextBox();
     this.tbMotherBoardID2   = new System.Windows.Forms.TextBox();
     this.dtDateCreate2      = new System.Windows.Forms.DateTimePicker();
     this.lbProcessorID2     = new FBA.LabelFBA();
     this.lbMotherBoardID2   = new FBA.LabelFBA();
     this.lbDateCreate2      = new FBA.LabelFBA();
     this.dtDateEnd2         = new System.Windows.Forms.DateTimePicker();
     this.dtDateStart2       = new System.Windows.Forms.DateTimePicker();
     this.lbDateEnd2         = new FBA.LabelFBA();
     this.lbDateStart2       = new FBA.LabelFBA();
     this.lbLicenseCount2    = new FBA.LabelFBA();
     this.tbLicenseCount2    = new System.Windows.Forms.TextBox();
     this.btnTo2             = new System.Windows.Forms.Button();
     this.btnCopyToClipboard = new System.Windows.Forms.Button();
     this.btnHelp            = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // btnLicenseCreate
     //
     this.btnLicenseCreate.Font     = Var.font1;
     this.btnLicenseCreate.Location = new System.Drawing.Point(370, 464);
     this.btnLicenseCreate.Margin   = new System.Windows.Forms.Padding(4);
     this.btnLicenseCreate.Name     = "btnLicenseCreate";
     this.btnLicenseCreate.Size     = new System.Drawing.Size(160, 33);
     this.btnLicenseCreate.TabIndex = 0;
     this.btnLicenseCreate.Text     = "Create license";
     this.btnLicenseCreate.UseVisualStyleBackColor = true;
     this.btnLicenseCreate.Click += new System.EventHandler(this.BtnLicenseCreateClick);
     //
     // tbServerInfo
     //
     this.tbServerInfo.BackColor  = System.Drawing.SystemColors.Info;
     this.tbServerInfo.Font       = Var.font1;
     this.tbServerInfo.Location   = new System.Drawing.Point(8, 25);
     this.tbServerInfo.Margin     = new System.Windows.Forms.Padding(4);
     this.tbServerInfo.Multiline  = true;
     this.tbServerInfo.Name       = "tbServerInfo";
     this.tbServerInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.tbServerInfo.Size       = new System.Drawing.Size(358, 243);
     this.tbServerInfo.TabIndex   = 1;
     //
     // label1
     //
     this.label1.Font        = Var.font1;
     this.label1.Location    = new System.Drawing.Point(4, 3);
     this.label1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(83, 22);
     this.label1.StarColor   = System.Drawing.Color.Crimson;
     this.label1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label1.StarOffsetX = 2;
     this.label1.StarOffsetY = -4;
     this.label1.StarShow    = false;
     this.label1.StarText    = "*";
     this.label1.TabIndex    = 2;
     this.label1.Text        = "Server info";
     //
     // tbLicense
     //
     this.tbLicense.BackColor  = System.Drawing.SystemColors.Info;
     this.tbLicense.Font       = Var.font1;
     this.tbLicense.Location   = new System.Drawing.Point(374, 25);
     this.tbLicense.Margin     = new System.Windows.Forms.Padding(4);
     this.tbLicense.Multiline  = true;
     this.tbLicense.Name       = "tbLicense";
     this.tbLicense.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.tbLicense.Size       = new System.Drawing.Size(358, 243);
     this.tbLicense.TabIndex   = 5;
     //
     // label2
     //
     this.label2.Font        = Var.font1;
     this.label2.Location    = new System.Drawing.Point(374, 3);
     this.label2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(193, 16);
     this.label2.StarColor   = System.Drawing.Color.Crimson;
     this.label2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label2.StarOffsetX = 2;
     this.label2.StarOffsetY = -4;
     this.label2.StarShow    = false;
     this.label2.StarText    = "*";
     this.label2.TabIndex    = 6;
     this.label2.Text        = "New license key";
     //
     // tbLicenseCount1
     //
     this.tbLicenseCount1.BackColor = System.Drawing.SystemColors.Info;
     this.tbLicenseCount1.Font      = Var.font1;
     this.tbLicenseCount1.Location  = new System.Drawing.Point(119, 340);
     this.tbLicenseCount1.Margin    = new System.Windows.Forms.Padding(4);
     this.tbLicenseCount1.Name      = "tbLicenseCount1";
     this.tbLicenseCount1.Size      = new System.Drawing.Size(132, 25);
     this.tbLicenseCount1.TabIndex  = 7;
     //
     // lbLicenseCount1
     //
     this.lbLicenseCount1.Font        = Var.font1;
     this.lbLicenseCount1.Location    = new System.Drawing.Point(1, 343);
     this.lbLicenseCount1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbLicenseCount1.Name        = "lbLicenseCount1";
     this.lbLicenseCount1.Size        = new System.Drawing.Size(107, 22);
     this.lbLicenseCount1.StarColor   = System.Drawing.Color.Crimson;
     this.lbLicenseCount1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbLicenseCount1.StarOffsetX = 2;
     this.lbLicenseCount1.StarOffsetY = -4;
     this.lbLicenseCount1.StarShow    = false;
     this.lbLicenseCount1.StarText    = "*";
     this.lbLicenseCount1.TabIndex    = 8;
     this.lbLicenseCount1.Text        = "License count:";
     //
     // lbDateStart1
     //
     this.lbDateStart1.Font        = Var.font1;
     this.lbDateStart1.Location    = new System.Drawing.Point(4, 401);
     this.lbDateStart1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbDateStart1.Name        = "lbDateStart1";
     this.lbDateStart1.Size        = new System.Drawing.Size(83, 22);
     this.lbDateStart1.StarColor   = System.Drawing.Color.Crimson;
     this.lbDateStart1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbDateStart1.StarOffsetX = 2;
     this.lbDateStart1.StarOffsetY = -4;
     this.lbDateStart1.StarShow    = false;
     this.lbDateStart1.StarText    = "*";
     this.lbDateStart1.TabIndex    = 9;
     this.lbDateStart1.Text        = "Date start:";
     //
     // lbDateEnd1
     //
     this.lbDateEnd1.Font        = Var.font1;
     this.lbDateEnd1.Location    = new System.Drawing.Point(4, 431);
     this.lbDateEnd1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbDateEnd1.Name        = "lbDateEnd1";
     this.lbDateEnd1.Size        = new System.Drawing.Size(83, 22);
     this.lbDateEnd1.StarColor   = System.Drawing.Color.Crimson;
     this.lbDateEnd1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbDateEnd1.StarOffsetX = 2;
     this.lbDateEnd1.StarOffsetY = -4;
     this.lbDateEnd1.StarShow    = false;
     this.lbDateEnd1.StarText    = "*";
     this.lbDateEnd1.TabIndex    = 10;
     this.lbDateEnd1.Text        = "Date end:";
     //
     // dtDateStart1
     //
     this.dtDateStart1.CalendarMonthBackground = System.Drawing.SystemColors.Info;
     this.dtDateStart1.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtDateStart1.Location = new System.Drawing.Point(119, 398);
     this.dtDateStart1.Name     = "dtDateStart1";
     this.dtDateStart1.Size     = new System.Drawing.Size(132, 25);
     this.dtDateStart1.TabIndex = 11;
     this.dtDateStart1.Value    = Var.MinStateDate;
     //
     // dtDateEnd1
     //
     this.dtDateEnd1.CalendarMonthBackground = System.Drawing.SystemColors.Info;
     this.dtDateEnd1.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtDateEnd1.Location = new System.Drawing.Point(119, 427);
     this.dtDateEnd1.Name     = "dtDateEnd1";
     this.dtDateEnd1.Size     = new System.Drawing.Size(132, 25);
     this.dtDateEnd1.TabIndex = 12;
     this.dtDateEnd1.Value    = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     //
     // btnCheckServerInfo
     //
     this.btnCheckServerInfo.Font     = Var.font1;
     this.btnCheckServerInfo.Location = new System.Drawing.Point(9, 464);
     this.btnCheckServerInfo.Margin   = new System.Windows.Forms.Padding(4);
     this.btnCheckServerInfo.Name     = "btnCheckServerInfo";
     this.btnCheckServerInfo.Size     = new System.Drawing.Size(160, 33);
     this.btnCheckServerInfo.TabIndex = 13;
     this.btnCheckServerInfo.Text     = "Check server info";
     this.btnCheckServerInfo.UseVisualStyleBackColor = true;
     this.btnCheckServerInfo.Click += new System.EventHandler(this.BtnCheckServerInfoClick);
     //
     // lbDateCreate1
     //
     this.lbDateCreate1.Font        = Var.font1;
     this.lbDateCreate1.Location    = new System.Drawing.Point(4, 372);
     this.lbDateCreate1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbDateCreate1.Name        = "lbDateCreate1";
     this.lbDateCreate1.Size        = new System.Drawing.Size(92, 22);
     this.lbDateCreate1.StarColor   = System.Drawing.Color.Crimson;
     this.lbDateCreate1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbDateCreate1.StarOffsetX = 2;
     this.lbDateCreate1.StarOffsetY = -4;
     this.lbDateCreate1.StarShow    = false;
     this.lbDateCreate1.StarText    = "*";
     this.lbDateCreate1.TabIndex    = 14;
     this.lbDateCreate1.Text        = "Date create:";
     //
     // lbMotherBoardID1
     //
     this.lbMotherBoardID1.Font        = Var.font1;
     this.lbMotherBoardID1.Location    = new System.Drawing.Point(4, 313);
     this.lbMotherBoardID1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbMotherBoardID1.Name        = "lbMotherBoardID1";
     this.lbMotherBoardID1.Size        = new System.Drawing.Size(107, 22);
     this.lbMotherBoardID1.StarColor   = System.Drawing.Color.Crimson;
     this.lbMotherBoardID1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbMotherBoardID1.StarOffsetX = 2;
     this.lbMotherBoardID1.StarOffsetY = -4;
     this.lbMotherBoardID1.StarShow    = false;
     this.lbMotherBoardID1.StarText    = "*";
     this.lbMotherBoardID1.TabIndex    = 15;
     this.lbMotherBoardID1.Text        = "MotherBoardID:";
     //
     // lbProcessorID1
     //
     this.lbProcessorID1.Font        = Var.font1;
     this.lbProcessorID1.Location    = new System.Drawing.Point(4, 283);
     this.lbProcessorID1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbProcessorID1.Name        = "lbProcessorID1";
     this.lbProcessorID1.Size        = new System.Drawing.Size(107, 22);
     this.lbProcessorID1.StarColor   = System.Drawing.Color.Crimson;
     this.lbProcessorID1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbProcessorID1.StarOffsetX = 2;
     this.lbProcessorID1.StarOffsetY = -4;
     this.lbProcessorID1.StarShow    = false;
     this.lbProcessorID1.StarText    = "*";
     this.lbProcessorID1.TabIndex    = 16;
     this.lbProcessorID1.Text        = "ProcessorID:";
     //
     // dtDateCreate1
     //
     this.dtDateCreate1.CalendarMonthBackground = System.Drawing.SystemColors.Info;
     this.dtDateCreate1.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtDateCreate1.Location = new System.Drawing.Point(119, 369);
     this.dtDateCreate1.Name     = "dtDateCreate1";
     this.dtDateCreate1.Size     = new System.Drawing.Size(132, 25);
     this.dtDateCreate1.TabIndex = 17;
     this.dtDateCreate1.Value    = Var.MinStateDate;
     //
     // tbMotherBoardID1
     //
     this.tbMotherBoardID1.BackColor = System.Drawing.SystemColors.Info;
     this.tbMotherBoardID1.Font      = Var.font1;
     this.tbMotherBoardID1.Location  = new System.Drawing.Point(119, 310);
     this.tbMotherBoardID1.Margin    = new System.Windows.Forms.Padding(4);
     this.tbMotherBoardID1.Name      = "tbMotherBoardID1";
     this.tbMotherBoardID1.Size      = new System.Drawing.Size(243, 25);
     this.tbMotherBoardID1.TabIndex  = 18;
     //
     // tbProcessorID1
     //
     this.tbProcessorID1.BackColor = System.Drawing.SystemColors.Info;
     this.tbProcessorID1.Font      = Var.font1;
     this.tbProcessorID1.Location  = new System.Drawing.Point(119, 280);
     this.tbProcessorID1.Margin    = new System.Windows.Forms.Padding(4);
     this.tbProcessorID1.Name      = "tbProcessorID1";
     this.tbProcessorID1.Size      = new System.Drawing.Size(243, 25);
     this.tbProcessorID1.TabIndex  = 19;
     //
     // tbProcessorID2
     //
     this.tbProcessorID2.BackColor = System.Drawing.SystemColors.Info;
     this.tbProcessorID2.Font      = Var.font1;
     this.tbProcessorID2.Location  = new System.Drawing.Point(488, 276);
     this.tbProcessorID2.Margin    = new System.Windows.Forms.Padding(4);
     this.tbProcessorID2.Name      = "tbProcessorID2";
     this.tbProcessorID2.Size      = new System.Drawing.Size(244, 25);
     this.tbProcessorID2.TabIndex  = 31;
     this.tbProcessorID2.Text      = "10";
     //
     // tbMotherBoardID2
     //
     this.tbMotherBoardID2.BackColor = System.Drawing.SystemColors.Info;
     this.tbMotherBoardID2.Font      = Var.font1;
     this.tbMotherBoardID2.Location  = new System.Drawing.Point(488, 306);
     this.tbMotherBoardID2.Margin    = new System.Windows.Forms.Padding(4);
     this.tbMotherBoardID2.Name      = "tbMotherBoardID2";
     this.tbMotherBoardID2.Size      = new System.Drawing.Size(244, 25);
     this.tbMotherBoardID2.TabIndex  = 30;
     this.tbMotherBoardID2.Text      = "10";
     //
     // dtDateCreate2
     //
     this.dtDateCreate2.CalendarMonthBackground = System.Drawing.SystemColors.Info;
     this.dtDateCreate2.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtDateCreate2.Location = new System.Drawing.Point(488, 365);
     this.dtDateCreate2.Name     = "dtDateCreate2";
     this.dtDateCreate2.Size     = new System.Drawing.Size(132, 25);
     this.dtDateCreate2.TabIndex = 29;
     //
     // lbProcessorID2
     //
     this.lbProcessorID2.Font        = Var.font1;
     this.lbProcessorID2.Location    = new System.Drawing.Point(373, 279);
     this.lbProcessorID2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbProcessorID2.Name        = "lbProcessorID2";
     this.lbProcessorID2.Size        = new System.Drawing.Size(107, 22);
     this.lbProcessorID2.StarColor   = System.Drawing.Color.Crimson;
     this.lbProcessorID2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbProcessorID2.StarOffsetX = 2;
     this.lbProcessorID2.StarOffsetY = -4;
     this.lbProcessorID2.StarShow    = false;
     this.lbProcessorID2.StarText    = "*";
     this.lbProcessorID2.TabIndex    = 28;
     this.lbProcessorID2.Text        = "ProcessorID:";
     //
     // lbMotherBoardID2
     //
     this.lbMotherBoardID2.Font        = Var.font1;
     this.lbMotherBoardID2.Location    = new System.Drawing.Point(373, 309);
     this.lbMotherBoardID2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbMotherBoardID2.Name        = "lbMotherBoardID2";
     this.lbMotherBoardID2.Size        = new System.Drawing.Size(107, 22);
     this.lbMotherBoardID2.StarColor   = System.Drawing.Color.Crimson;
     this.lbMotherBoardID2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbMotherBoardID2.StarOffsetX = 2;
     this.lbMotherBoardID2.StarOffsetY = -4;
     this.lbMotherBoardID2.StarShow    = false;
     this.lbMotherBoardID2.StarText    = "*";
     this.lbMotherBoardID2.TabIndex    = 27;
     this.lbMotherBoardID2.Text        = "MotherBoardID:";
     //
     // lbDateCreate2
     //
     this.lbDateCreate2.Font        = Var.font1;
     this.lbDateCreate2.Location    = new System.Drawing.Point(373, 368);
     this.lbDateCreate2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbDateCreate2.Name        = "lbDateCreate2";
     this.lbDateCreate2.Size        = new System.Drawing.Size(92, 22);
     this.lbDateCreate2.StarColor   = System.Drawing.Color.Crimson;
     this.lbDateCreate2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbDateCreate2.StarOffsetX = 2;
     this.lbDateCreate2.StarOffsetY = -4;
     this.lbDateCreate2.StarShow    = false;
     this.lbDateCreate2.StarText    = "*";
     this.lbDateCreate2.TabIndex    = 26;
     this.lbDateCreate2.Text        = "Date create:";
     //
     // dtDateEnd2
     //
     this.dtDateEnd2.CalendarMonthBackground = System.Drawing.SystemColors.Info;
     this.dtDateEnd2.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtDateEnd2.Location = new System.Drawing.Point(488, 423);
     this.dtDateEnd2.Name     = "dtDateEnd2";
     this.dtDateEnd2.Size     = new System.Drawing.Size(132, 25);
     this.dtDateEnd2.TabIndex = 25;
     this.dtDateEnd2.Value    = new System.DateTime(2057, 12, 1, 0, 0, 0, 0);
     //
     // dtDateStart2
     //
     this.dtDateStart2.CalendarMonthBackground = System.Drawing.SystemColors.Info;
     this.dtDateStart2.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtDateStart2.Location = new System.Drawing.Point(488, 394);
     this.dtDateStart2.Name     = "dtDateStart2";
     this.dtDateStart2.Size     = new System.Drawing.Size(132, 25);
     this.dtDateStart2.TabIndex = 24;
     //
     // lbDateEnd2
     //
     this.lbDateEnd2.Font        = Var.font1;
     this.lbDateEnd2.Location    = new System.Drawing.Point(373, 427);
     this.lbDateEnd2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbDateEnd2.Name        = "lbDateEnd2";
     this.lbDateEnd2.Size        = new System.Drawing.Size(83, 22);
     this.lbDateEnd2.StarColor   = System.Drawing.Color.Crimson;
     this.lbDateEnd2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbDateEnd2.StarOffsetX = 2;
     this.lbDateEnd2.StarOffsetY = -4;
     this.lbDateEnd2.StarShow    = false;
     this.lbDateEnd2.StarText    = "*";
     this.lbDateEnd2.TabIndex    = 23;
     this.lbDateEnd2.Text        = "Date end:";
     //
     // lbDateStart2
     //
     this.lbDateStart2.Font        = Var.font1;
     this.lbDateStart2.Location    = new System.Drawing.Point(373, 398);
     this.lbDateStart2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbDateStart2.Name        = "lbDateStart2";
     this.lbDateStart2.Size        = new System.Drawing.Size(83, 22);
     this.lbDateStart2.StarColor   = System.Drawing.Color.Crimson;
     this.lbDateStart2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbDateStart2.StarOffsetX = 2;
     this.lbDateStart2.StarOffsetY = -4;
     this.lbDateStart2.StarShow    = false;
     this.lbDateStart2.StarText    = "*";
     this.lbDateStart2.TabIndex    = 22;
     this.lbDateStart2.Text        = "Date start:";
     //
     // lbLicenseCount2
     //
     this.lbLicenseCount2.Font        = Var.font1;
     this.lbLicenseCount2.Location    = new System.Drawing.Point(370, 339);
     this.lbLicenseCount2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbLicenseCount2.Name        = "lbLicenseCount2";
     this.lbLicenseCount2.Size        = new System.Drawing.Size(107, 22);
     this.lbLicenseCount2.StarColor   = System.Drawing.Color.Crimson;
     this.lbLicenseCount2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbLicenseCount2.StarOffsetX = 2;
     this.lbLicenseCount2.StarOffsetY = -4;
     this.lbLicenseCount2.StarShow    = false;
     this.lbLicenseCount2.StarText    = "*";
     this.lbLicenseCount2.TabIndex    = 21;
     this.lbLicenseCount2.Text        = "License count:";
     //
     // tbLicenseCount2
     //
     this.tbLicenseCount2.BackColor = System.Drawing.SystemColors.Info;
     this.tbLicenseCount2.Font      = Var.font1;
     this.tbLicenseCount2.Location  = new System.Drawing.Point(488, 336);
     this.tbLicenseCount2.Margin    = new System.Windows.Forms.Padding(4);
     this.tbLicenseCount2.Name      = "tbLicenseCount2";
     this.tbLicenseCount2.Size      = new System.Drawing.Size(132, 25);
     this.tbLicenseCount2.TabIndex  = 20;
     this.tbLicenseCount2.Text      = "10";
     //
     // btnTo2
     //
     this.btnTo2.Font     = Var.font1;
     this.btnTo2.Location = new System.Drawing.Point(299, 464);
     this.btnTo2.Margin   = new System.Windows.Forms.Padding(4);
     this.btnTo2.Name     = "btnTo2";
     this.btnTo2.Size     = new System.Drawing.Size(59, 33);
     this.btnTo2.TabIndex = 32;
     this.btnTo2.Text     = ">>>";
     this.btnTo2.UseVisualStyleBackColor = true;
     this.btnTo2.Click += new System.EventHandler(this.BtnTo2Click);
     //
     // btnCopyToClipboard
     //
     this.btnCopyToClipboard.Font     = Var.font1;
     this.btnCopyToClipboard.Location = new System.Drawing.Point(538, 464);
     this.btnCopyToClipboard.Margin   = new System.Windows.Forms.Padding(4);
     this.btnCopyToClipboard.Name     = "btnCopyToClipboard";
     this.btnCopyToClipboard.Size     = new System.Drawing.Size(160, 33);
     this.btnCopyToClipboard.TabIndex = 33;
     this.btnCopyToClipboard.Text     = "Copy to clipboard";
     this.btnCopyToClipboard.UseVisualStyleBackColor = true;
     this.btnCopyToClipboard.Click += new System.EventHandler(this.BtnCopyToClipboardClick);
     //
     // btnHelp
     //
     this.btnHelp.Font     = Var.font1;
     this.btnHelp.Location = new System.Drawing.Point(177, 464);
     this.btnHelp.Margin   = new System.Windows.Forms.Padding(4);
     this.btnHelp.Name     = "btnHelp";
     this.btnHelp.Size     = new System.Drawing.Size(114, 33);
     this.btnHelp.TabIndex = 34;
     this.btnHelp.Text     = "Help";
     this.btnHelp.UseVisualStyleBackColor = true;
     this.btnHelp.Click += new System.EventHandler(this.BtnHelpClick);
     //
     // FormLicense
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(741, 507);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(this.btnCopyToClipboard);
     this.Controls.Add(this.btnTo2);
     this.Controls.Add(this.tbProcessorID2);
     this.Controls.Add(this.btnLicenseCreate);
     this.Controls.Add(this.tbMotherBoardID2);
     this.Controls.Add(this.dtDateCreate2);
     this.Controls.Add(this.lbProcessorID2);
     this.Controls.Add(this.lbMotherBoardID2);
     this.Controls.Add(this.lbDateCreate2);
     this.Controls.Add(this.dtDateEnd2);
     this.Controls.Add(this.dtDateStart2);
     this.Controls.Add(this.lbDateEnd2);
     this.Controls.Add(this.lbDateStart2);
     this.Controls.Add(this.lbLicenseCount2);
     this.Controls.Add(this.tbLicenseCount2);
     this.Controls.Add(this.tbProcessorID1);
     this.Controls.Add(this.tbMotherBoardID1);
     this.Controls.Add(this.dtDateCreate1);
     this.Controls.Add(this.lbProcessorID1);
     this.Controls.Add(this.lbMotherBoardID1);
     this.Controls.Add(this.lbDateCreate1);
     this.Controls.Add(this.btnCheckServerInfo);
     this.Controls.Add(this.dtDateEnd1);
     this.Controls.Add(this.dtDateStart1);
     this.Controls.Add(this.lbDateEnd1);
     this.Controls.Add(this.lbDateStart1);
     this.Controls.Add(this.lbLicenseCount1);
     this.Controls.Add(this.tbLicenseCount1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbLicense);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tbServerInfo);
     this.Font            = Var.font1;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "FormLicense";
     this.Text            = "License creator";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #11
0
 private void InitializeComponent()
 {
     this.panel1    = new System.Windows.Forms.Panel();
     this.btnOk     = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.tbID      = new System.Windows.Forms.TextBox();
     this.lbID      = new FBA.LabelFBA();
     this.tbBrief   = new System.Windows.Forms.TextBox();
     this.tbName    = new System.Windows.Forms.TextBox();
     this.lbName    = new FBA.LabelFBA();
     this.lbBrief   = new FBA.LabelFBA();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 118);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(482, 41);
     this.panel1.TabIndex = 11;
     //
     // btnOk
     //
     this.btnOk.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnOk.Image      = global::FBA.Resource.OK_24;
     this.btnOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location   = new System.Drawing.Point(355, 4);
     this.btnOk.Margin     = new System.Windows.Forms.Padding(4);
     this.btnOk.Name       = "btnOk";
     this.btnOk.Size       = new System.Drawing.Size(112, 33);
     this.btnOk.TabIndex   = 5;
     this.btnOk.Text       = "  Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.BtnOkClick);
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnCancel.Image      = global::FBA.Resource.Cancel_24;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(235, 4);
     this.btnCancel.Margin     = new System.Windows.Forms.Padding(4);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(112, 33);
     this.btnCancel.TabIndex   = 4;
     this.btnCancel.Text       = "   Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // tbID
     //
     this.tbID.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.tbID.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbID.Location  = new System.Drawing.Point(101, 12);
     this.tbID.Margin    = new System.Windows.Forms.Padding(4);
     this.tbID.Name      = "tbID";
     this.tbID.ReadOnly  = true;
     this.tbID.Size      = new System.Drawing.Size(123, 25);
     this.tbID.TabIndex  = 30;
     //
     // lbID
     //
     this.lbID.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbID.Location    = new System.Drawing.Point(8, 12);
     this.lbID.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbID.Name        = "lbID";
     this.lbID.Size        = new System.Drawing.Size(60, 30);
     this.lbID.StarColor   = System.Drawing.Color.Crimson;
     this.lbID.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbID.StarOffsetX = 2;
     this.lbID.StarOffsetY = 0;
     this.lbID.StarShow    = false;
     this.lbID.StarText    = "*";
     this.lbID.TabIndex    = 31;
     this.lbID.Text        = "ID:";
     //
     // tbBrief
     //
     this.tbBrief.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tbBrief.BackColor = System.Drawing.SystemColors.Info;
     this.tbBrief.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbBrief.Location  = new System.Drawing.Point(102, 78);
     this.tbBrief.Margin    = new System.Windows.Forms.Padding(4);
     this.tbBrief.Name      = "tbBrief";
     this.tbBrief.Size      = new System.Drawing.Size(365, 25);
     this.tbBrief.TabIndex  = 29;
     //
     // tbName
     //
     this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbName.BackColor = System.Drawing.SystemColors.Info;
     this.tbName.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbName.Location  = new System.Drawing.Point(101, 45);
     this.tbName.Margin    = new System.Windows.Forms.Padding(4);
     this.tbName.Name      = "tbName";
     this.tbName.Size      = new System.Drawing.Size(366, 25);
     this.tbName.TabIndex  = 28;
     //
     // lbName
     //
     this.lbName.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbName.Location    = new System.Drawing.Point(8, 41);
     this.lbName.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbName.Name        = "lbName";
     this.lbName.Size        = new System.Drawing.Size(80, 30);
     this.lbName.StarColor   = System.Drawing.Color.Crimson;
     this.lbName.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbName.StarOffsetX = 2;
     this.lbName.StarOffsetY = 0;
     this.lbName.StarShow    = true;
     this.lbName.StarText    = "*";
     this.lbName.TabIndex    = 27;
     this.lbName.Text        = "Name:";
     //
     // lbBrief
     //
     this.lbBrief.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbBrief.Location    = new System.Drawing.Point(8, 73);
     this.lbBrief.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbBrief.Name        = "lbBrief";
     this.lbBrief.Size        = new System.Drawing.Size(80, 30);
     this.lbBrief.StarColor   = System.Drawing.Color.Crimson;
     this.lbBrief.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbBrief.StarOffsetX = 2;
     this.lbBrief.StarOffsetY = 0;
     this.lbBrief.StarShow    = true;
     this.lbBrief.StarText    = "*";
     this.lbBrief.TabIndex    = 26;
     this.lbBrief.Text        = "Brief:";
     //
     // FormRight
     //
     this.ClientSize = new System.Drawing.Size(482, 159);
     this.Controls.Add(this.tbID);
     this.Controls.Add(this.lbID);
     this.Controls.Add(this.tbBrief);
     this.Controls.Add(this.tbName);
     this.Controls.Add(this.lbName);
     this.Controls.Add(this.lbBrief);
     this.Controls.Add(this.panel1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "FormRight";
     this.Text   = "Right";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #12
0
 private void InitializeComponent()
 {
     this.components      = new System.ComponentModel.Container();
     this.lbCapText       = new FBA.LabelFBA();
     this.tbName          = new System.Windows.Forms.TextBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dgvText         = new FBA.DataGridViewFBA();
     this.cmText          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.cmText_N1       = new System.Windows.Forms.ToolStripMenuItem();
     this.cmText_N2       = new System.Windows.Forms.ToolStripMenuItem();
     this.cmText_N3       = new System.Windows.Forms.ToolStripMenuItem();
     this.cmText_N4       = new System.Windows.Forms.ToolStripMenuItem();
     this.tbText          = new FastColoredTextBoxNS.FastColoredTextBox();
     this.panel2          = new System.Windows.Forms.Panel();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.tbRefresh       = new System.Windows.Forms.ToolStripButton();
     this.tbSave          = new System.Windows.Forms.ToolStripButton();
     this.tbAdd           = new System.Windows.Forms.ToolStripButton();
     this.tbDelete        = new System.Windows.Forms.ToolStripButton();
     this.tbTransform     = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvText)).BeginInit();
     this.cmText.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbText)).BeginInit();
     this.panel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbCapText
     //
     this.lbCapText.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbCapText.Location    = new System.Drawing.Point(3, 7);
     this.lbCapText.Name        = "lbCapText";
     this.lbCapText.Size        = new System.Drawing.Size(121, 23);
     this.lbCapText.StarColor   = System.Drawing.Color.Crimson;
     this.lbCapText.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbCapText.StarOffsetX = 2;
     this.lbCapText.StarOffsetY = 0;
     this.lbCapText.StarShow    = false;
     this.lbCapText.StarText    = "*";
     this.lbCapText.TabIndex    = 0;
     this.lbCapText.Text        = "Name:";
     //
     // tbName
     //
     this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbName.BackColor = System.Drawing.SystemColors.Info;
     this.tbName.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbName.Location  = new System.Drawing.Point(139, 3);
     this.tbName.Margin    = new System.Windows.Forms.Padding(73, 5, 73, 5);
     this.tbName.Name      = "tbName";
     this.tbName.Size      = new System.Drawing.Size(298, 25);
     this.tbName.TabIndex  = 17;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.dgvText);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tbText);
     this.splitContainer1.Panel2.Controls.Add(this.panel2);
     this.splitContainer1.Size             = new System.Drawing.Size(707, 365);
     this.splitContainer1.SplitterDistance = 238;
     this.splitContainer1.TabIndex         = 18;
     //
     // dgvText
     //
     this.dgvText.AllowUserToAddRows          = false;
     this.dgvText.AllowUserToDeleteRows       = false;
     this.dgvText.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvText.CommandAdd           = false;
     this.dgvText.CommandDel           = false;
     this.dgvText.CommandEdit          = false;
     this.dgvText.CommandExportToExcel = false;
     this.dgvText.CommandFilter        = false;
     this.dgvText.CommandRefresh       = false;
     this.dgvText.CommandSaveASCSV     = false;
     this.dgvText.ContextMenuStrip     = this.cmText;
     this.dgvText.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvText.EnableHeadersVisualStyles = false;
     this.dgvText.GroupEnabled  = null;
     this.dgvText.Location      = new System.Drawing.Point(0, 0);
     this.dgvText.Name          = "dgvText";
     this.dgvText.Obj           = null;
     this.dgvText.PassedSec     = null;
     this.dgvText.ReadOnly      = true;
     this.dgvText.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvText.Size          = new System.Drawing.Size(238, 365);
     this.dgvText.TabIndex      = 0;
     this.dgvText.DoubleClick  += new System.EventHandler(this.DgvTextDoubleClick);
     //
     // cmText
     //
     this.cmText.Font = new System.Drawing.Font("Arial", 11.25F);
     this.cmText.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cmText_N1,
         this.cmText_N2,
         this.cmText_N3,
         this.cmText_N4
     });
     this.cmText.Name = "cmText";
     this.cmText.Size = new System.Drawing.Size(129, 92);
     //
     // cmText_N1
     //
     this.cmText_N1.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cmText_N1.Image  = global::FBA.Resource.Add_16;
     this.cmText_N1.Name   = "cmText_N1";
     this.cmText_N1.Size   = new System.Drawing.Size(128, 22);
     this.cmText_N1.Text   = "Add";
     this.cmText_N1.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // cmText_N2
     //
     this.cmText_N2.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cmText_N2.Image  = global::FBA.Resource.Del_16;
     this.cmText_N2.Name   = "cmText_N2";
     this.cmText_N2.Size   = new System.Drawing.Size(128, 22);
     this.cmText_N2.Text   = "Delete";
     this.cmText_N2.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // cmText_N3
     //
     this.cmText_N3.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cmText_N3.Image  = global::FBA.Resource.Save_16;
     this.cmText_N3.Name   = "cmText_N3";
     this.cmText_N3.Size   = new System.Drawing.Size(128, 22);
     this.cmText_N3.Text   = "Save";
     this.cmText_N3.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // cmText_N4
     //
     this.cmText_N4.Font   = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.cmText_N4.Image  = global::FBA.Resource.Refresh_16;
     this.cmText_N4.Name   = "cmText_N4";
     this.cmText_N4.Size   = new System.Drawing.Size(128, 22);
     this.cmText_N4.Text   = "Refresh";
     this.cmText_N4.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // tbText
     //
     this.tbText.AutoCompleteBracketsList = new char[] {
         '(',
         ')',
         '{',
         '}',
         '[',
         ']',
         '\"',
         '\"',
         '\'',
         '\''
     };
     this.tbText.AutoIndentCharsPatterns = "";
     this.tbText.AutoScrollMinSize       = new System.Drawing.Size(33, 21);
     this.tbText.BackBrush                 = null;
     this.tbText.BookmarkColor             = System.Drawing.Color.Red;
     this.tbText.BorderStyle               = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbText.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2;
     this.tbText.CharHeight                = 21;
     this.tbText.CharWidth                 = 11;
     this.tbText.CommentPrefix             = "--";
     this.tbText.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.tbText.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
     this.tbText.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tbText.FindEndOfFoldingBlockStrategy = FastColoredTextBoxNS.FindEndOfFoldingBlockStrategy.Strategy2;
     this.tbText.Font           = new System.Drawing.Font("Courier New", 14.25F);
     this.tbText.IsReplaceMode  = false;
     this.tbText.Language       = FastColoredTextBoxNS.Language.SQL;
     this.tbText.LeftBracket    = '(';
     this.tbText.Location       = new System.Drawing.Point(0, 38);
     this.tbText.Name           = "tbText";
     this.tbText.Paddings       = new System.Windows.Forms.Padding(0);
     this.tbText.RightBracket   = ')';
     this.tbText.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.tbText.Size           = new System.Drawing.Size(465, 327);
     this.tbText.TabIndex       = 16;
     this.tbText.VirtualSpace   = true;
     this.tbText.Zoom           = 100;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lbCapText);
     this.panel2.Controls.Add(this.tbName);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(465, 38);
     this.panel2.TabIndex = 5;
     //
     // toolStrip1
     //
     this.toolStrip1.Font = new System.Drawing.Font("Arial", 11.25F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbRefresh,
         this.tbSave,
         this.tbAdd,
         this.tbDelete,
         this.tbTransform
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(707, 25);
     this.toolStrip1.TabIndex = 19;
     this.toolStrip1.Text     = "toolStrip5";
     //
     // tbRefresh
     //
     this.tbRefresh.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbRefresh.Image = global::FBA.Resource.Refresh_16;
     this.tbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbRefresh.Name   = "tbRefresh";
     this.tbRefresh.Size   = new System.Drawing.Size(80, 22);
     this.tbRefresh.Text   = "Refresh";
     this.tbRefresh.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // tbSave
     //
     this.tbSave.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbSave.Image = global::FBA.Resource.Save_16;
     this.tbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbSave.Name   = "tbSave";
     this.tbSave.Size   = new System.Drawing.Size(61, 22);
     this.tbSave.Text   = "Save";
     this.tbSave.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // tbAdd
     //
     this.tbAdd.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbAdd.Image = global::FBA.Resource.Add_16;
     this.tbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbAdd.Name   = "tbAdd";
     this.tbAdd.Size   = new System.Drawing.Size(53, 22);
     this.tbAdd.Text   = "Add";
     this.tbAdd.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // tbDelete
     //
     this.tbDelete.Font  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbDelete.Image = global::FBA.Resource.Del_16;
     this.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbDelete.Name   = "tbDelete";
     this.tbDelete.Size   = new System.Drawing.Size(70, 22);
     this.tbDelete.Text   = "Delete";
     this.tbDelete.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // tbTransform
     //
     this.tbTransform.Image = global::FBA.Resource.method_2;
     this.tbTransform.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbTransform.Name   = "tbTransform";
     this.tbTransform.Size   = new System.Drawing.Size(95, 22);
     this.tbTransform.Text   = "Transform";
     this.tbTransform.Click += new System.EventHandler(this.cmText_N1_Click);
     //
     // FormText
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(707, 390);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Font   = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "FormText";
     this.Text   = "FormText";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvText)).EndInit();
     this.cmText.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbText)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #13
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.textAbout   = new System.Windows.Forms.TextBox();
     this.panel1      = new System.Windows.Forms.Panel();
     this.btnOk       = new System.Windows.Forms.Button();
     this.label1      = new FBA.LabelFBA();
     this.label2      = new FBA.LabelFBA();
     this.pictureBox1 = new FBA.PictureBoxFBA();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // textAbout
     //
     this.textAbout.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.textAbout.BackColor  = System.Drawing.SystemColors.Window;
     this.textAbout.Font       = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textAbout.Location   = new System.Drawing.Point(10, 62);
     this.textAbout.Multiline  = true;
     this.textAbout.Name       = "textAbout";
     this.textAbout.ReadOnly   = true;
     this.textAbout.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textAbout.Size       = new System.Drawing.Size(476, 270);
     this.textAbout.TabIndex   = 0;
     this.textAbout.WordWrap   = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 338);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(494, 41);
     this.panel1.TabIndex = 11;
     //
     // btnOk
     //
     this.btnOk.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnOk.Image      = global::FBA.Resource.OK_24;
     this.btnOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location   = new System.Drawing.Point(374, 4);
     this.btnOk.Name       = "btnOk";
     this.btnOk.Size       = new System.Drawing.Size(112, 33);
     this.btnOk.TabIndex   = 5;
     this.btnOk.Text       = "OK";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.BtnOkClick);
     //
     // label1
     //
     this.label1.Location    = new System.Drawing.Point(71, 31);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(411, 22);
     this.label1.StarColor   = System.Drawing.Color.Crimson;
     this.label1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label1.StarOffsetX = 2;
     this.label1.StarOffsetY = 0;
     this.label1.StarShow    = false;
     this.label1.StarText    = "*";
     this.label1.TabIndex    = 12;
     this.label1.Text        = "The system of execution of client business applications";
     //
     // label2
     //
     this.label2.Font        = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location    = new System.Drawing.Point(71, 3);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(345, 30);
     this.label2.StarColor   = System.Drawing.Color.Crimson;
     this.label2.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label2.StarOffsetX = 2;
     this.label2.StarOffsetY = 0;
     this.label2.StarShow    = false;
     this.label2.StarText    = "*";
     this.label2.TabIndex    = 13;
     this.label2.Text        = "Business application forms";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::FBA.Resource.ruby_48;
     this.pictureBox1.Location = new System.Drawing.Point(8, 8);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(48, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // FormAbout
     //
     //this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(494, 379);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.textAbout);
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "FormAbout";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "About FBA";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #14
0
 private void InitializeComponent()
 {
     this.panel1         = new System.Windows.Forms.Panel();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.btnOk          = new System.Windows.Forms.Button();
     this.tbComment      = new System.Windows.Forms.TextBox();
     this.tbName         = new System.Windows.Forms.TextBox();
     this.label3         = new FBA.LabelFBA();
     this.lbCap1         = new FBA.LabelFBA();
     this.panel2         = new System.Windows.Forms.Panel();
     this.tabControlFBA1 = new FBA.TabControlFBA();
     this.tabPage1       = new System.Windows.Forms.TabPage();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.tabPage2       = new System.Windows.Forms.TabPage();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.tabPage3       = new System.Windows.Forms.TabPage();
     this.textBox3       = new System.Windows.Forms.TextBox();
     this.tabPage4       = new System.Windows.Forms.TabPage();
     this.textBox4       = new System.Windows.Forms.TextBox();
     this.tabPage5       = new System.Windows.Forms.TabPage();
     this.textBox5       = new System.Windows.Forms.TextBox();
     this.tabPage6       = new System.Windows.Forms.TabPage();
     this.textBox6       = new System.Windows.Forms.TextBox();
     this.tabPage7       = new System.Windows.Forms.TabPage();
     this.textBox7       = new System.Windows.Forms.TextBox();
     this.tabPage8       = new System.Windows.Forms.TabPage();
     this.textBox8       = new System.Windows.Forms.TextBox();
     this.tabPage9       = new System.Windows.Forms.TabPage();
     this.textBox9       = new System.Windows.Forms.TextBox();
     this.tabPage10      = new System.Windows.Forms.TabPage();
     this.textBox10      = new System.Windows.Forms.TextBox();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tabControlFBA1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.tabPage7.SuspendLayout();
     this.tabPage8.SuspendLayout();
     this.tabPage9.SuspendLayout();
     this.tabPage10.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnOk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Font     = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.panel1.Location = new System.Drawing.Point(0, 338);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(672, 47);
     this.panel1.TabIndex = 7;
     //
     // btnCancel
     //
     this.btnCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Image      = global::FBA.Resource.Cancel_24;
     this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location   = new System.Drawing.Point(427, 8);
     this.btnCancel.Margin     = new System.Windows.Forms.Padding(4);
     this.btnCancel.Name       = "btnCancel";
     this.btnCancel.Size       = new System.Drawing.Size(112, 33);
     this.btnCancel.TabIndex   = 2;
     this.btnCancel.Text       = "   Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnOk
     //
     this.btnOk.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Image      = global::FBA.Resource.OK_24;
     this.btnOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOk.Location   = new System.Drawing.Point(547, 8);
     this.btnOk.Margin     = new System.Windows.Forms.Padding(4);
     this.btnOk.Name       = "btnOk";
     this.btnOk.Size       = new System.Drawing.Size(112, 33);
     this.btnOk.TabIndex   = 0;
     this.btnOk.Text       = "  Ok";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // tbComment
     //
     this.tbComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.tbComment.BackColor  = System.Drawing.SystemColors.Info;
     this.tbComment.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbComment.Location   = new System.Drawing.Point(9, 61);
     this.tbComment.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.tbComment.Multiline  = true;
     this.tbComment.Name       = "tbComment";
     this.tbComment.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.tbComment.Size       = new System.Drawing.Size(655, 88);
     this.tbComment.TabIndex   = 11;
     this.tbComment.Tag        = "Main1.Комментарий";
     this.tbComment.WordWrap   = false;
     //
     // tbName
     //
     this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tbName.BackColor = System.Drawing.SystemColors.Info;
     this.tbName.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tbName.Location  = new System.Drawing.Point(99, 4);
     this.tbName.Margin    = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.tbName.Name      = "tbName";
     this.tbName.Size      = new System.Drawing.Size(565, 25);
     this.tbName.TabIndex  = 7;
     this.tbName.Tag       = "Main1.Имя";
     //
     // label3
     //
     this.label3.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location    = new System.Drawing.Point(6, 39);
     this.label3.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name        = "label3";
     this.label3.Size        = new System.Drawing.Size(88, 18);
     this.label3.StarColor   = System.Drawing.Color.Crimson;
     this.label3.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.label3.StarOffsetX = 2;
     this.label3.StarOffsetY = 0;
     this.label3.StarShow    = false;
     this.label3.StarText    = "*";
     this.label3.TabIndex    = 13;
     this.label3.Text        = "Comment:";
     //
     // lbCap1
     //
     this.lbCap1.Font        = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbCap1.Location    = new System.Drawing.Point(4, 4);
     this.lbCap1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbCap1.Name        = "lbCap1";
     this.lbCap1.Size        = new System.Drawing.Size(66, 27);
     this.lbCap1.StarColor   = System.Drawing.Color.Crimson;
     this.lbCap1.StarFont    = new System.Drawing.Font("Arial", 20F);
     this.lbCap1.StarOffsetX = 2;
     this.lbCap1.StarOffsetY = 0;
     this.lbCap1.StarShow    = true;
     this.lbCap1.StarText    = "*";
     this.lbCap1.TabIndex    = 0;
     this.lbCap1.Text        = "Name:";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tabControlFBA1);
     this.panel2.Controls.Add(this.lbCap1);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.tbComment);
     this.panel2.Controls.Add(this.tbName);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(672, 338);
     this.panel2.TabIndex = 9;
     //
     // tabControlFBA1
     //
     this.tabControlFBA1.AttrBrief = null;
     this.tabControlFBA1.Controls.Add(this.tabPage1);
     this.tabControlFBA1.Controls.Add(this.tabPage2);
     this.tabControlFBA1.Controls.Add(this.tabPage3);
     this.tabControlFBA1.Controls.Add(this.tabPage4);
     this.tabControlFBA1.Controls.Add(this.tabPage5);
     this.tabControlFBA1.Controls.Add(this.tabPage6);
     this.tabControlFBA1.Controls.Add(this.tabPage7);
     this.tabControlFBA1.Controls.Add(this.tabPage8);
     this.tabControlFBA1.Controls.Add(this.tabPage9);
     this.tabControlFBA1.Controls.Add(this.tabPage10);
     this.tabControlFBA1.DrawMode              = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.tabControlFBA1.Font                  = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.tabControlFBA1.GroupEnabled          = null;
     this.tabControlFBA1.HideTabs              = false;
     this.tabControlFBA1.Location              = new System.Drawing.Point(14, 155);
     this.tabControlFBA1.Name                  = "tabControlFBA1";
     this.tabControlFBA1.Obj                   = null;
     this.tabControlFBA1.SaveParam             = false;
     this.tabControlFBA1.SelectedIndex         = 0;
     this.tabControlFBA1.SelectTabBackColor    = System.Drawing.Color.Aqua;
     this.tabControlFBA1.SelectTabFontColor    = System.Drawing.Color.Black;
     this.tabControlFBA1.SetSelectTabBackColor = false;
     this.tabControlFBA1.Size                  = new System.Drawing.Size(650, 174);
     this.tabControlFBA1.StarColor             = System.Drawing.Color.Crimson;
     this.tabControlFBA1.StarFont              = new System.Drawing.Font("Arial", 20F);
     this.tabControlFBA1.StarOffsetX           = 2;
     this.tabControlFBA1.StarOffsetY           = 0;
     this.tabControlFBA1.StarPageIndex         = 0;
     this.tabControlFBA1.StarShow              = true;
     this.tabControlFBA1.StarText              = "*";
     this.tabControlFBA1.TabFontColor          = System.Drawing.Color.Black;
     this.tabControlFBA1.TabIndex              = 14;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.textBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(642, 148);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Value1    ";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox1.Location   = new System.Drawing.Point(3, 3);
     this.textBox1.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox1.Size       = new System.Drawing.Size(636, 142);
     this.textBox1.TabIndex   = 8;
     this.textBox1.Tag        = "Main1.Значение";
     this.textBox1.WordWrap   = false;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.textBox2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(642, 148);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Value2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // textBox2
     //
     this.textBox2.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox2.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox2.Location   = new System.Drawing.Point(3, 3);
     this.textBox2.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox2.Size       = new System.Drawing.Size(636, 142);
     this.textBox2.TabIndex   = 9;
     this.textBox2.Tag        = "Main1.Значение";
     this.textBox2.WordWrap   = false;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.textBox3);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(642, 148);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Value3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // textBox3
     //
     this.textBox3.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox3.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox3.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox3.Location   = new System.Drawing.Point(3, 3);
     this.textBox3.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox3.Multiline  = true;
     this.textBox3.Name       = "textBox3";
     this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox3.Size       = new System.Drawing.Size(636, 142);
     this.textBox3.TabIndex   = 9;
     this.textBox3.Tag        = "Main1.Значение";
     this.textBox3.WordWrap   = false;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.textBox4);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(642, 148);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Value4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // textBox4
     //
     this.textBox4.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox4.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox4.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox4.Location   = new System.Drawing.Point(3, 3);
     this.textBox4.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox4.Multiline  = true;
     this.textBox4.Name       = "textBox4";
     this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox4.Size       = new System.Drawing.Size(636, 142);
     this.textBox4.TabIndex   = 9;
     this.textBox4.Tag        = "Main1.Значение";
     this.textBox4.WordWrap   = false;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.textBox5);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size     = new System.Drawing.Size(642, 148);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "Value5";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // textBox5
     //
     this.textBox5.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox5.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox5.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox5.Location   = new System.Drawing.Point(3, 3);
     this.textBox5.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox5.Multiline  = true;
     this.textBox5.Name       = "textBox5";
     this.textBox5.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox5.Size       = new System.Drawing.Size(636, 142);
     this.textBox5.TabIndex   = 9;
     this.textBox5.Tag        = "Main1.Значение";
     this.textBox5.WordWrap   = false;
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.textBox6);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size     = new System.Drawing.Size(642, 148);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text     = "Value6";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // textBox6
     //
     this.textBox6.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox6.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox6.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox6.Location   = new System.Drawing.Point(3, 3);
     this.textBox6.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox6.Multiline  = true;
     this.textBox6.Name       = "textBox6";
     this.textBox6.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox6.Size       = new System.Drawing.Size(636, 142);
     this.textBox6.TabIndex   = 9;
     this.textBox6.Tag        = "Main1.Значение";
     this.textBox6.WordWrap   = false;
     //
     // tabPage7
     //
     this.tabPage7.Controls.Add(this.textBox7);
     this.tabPage7.Location = new System.Drawing.Point(4, 22);
     this.tabPage7.Name     = "tabPage7";
     this.tabPage7.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage7.Size     = new System.Drawing.Size(642, 148);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text     = "Value7";
     this.tabPage7.UseVisualStyleBackColor = true;
     //
     // textBox7
     //
     this.textBox7.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox7.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox7.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox7.Location   = new System.Drawing.Point(3, 3);
     this.textBox7.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox7.Multiline  = true;
     this.textBox7.Name       = "textBox7";
     this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox7.Size       = new System.Drawing.Size(636, 142);
     this.textBox7.TabIndex   = 9;
     this.textBox7.Tag        = "Main1.Значение";
     this.textBox7.WordWrap   = false;
     //
     // tabPage8
     //
     this.tabPage8.Controls.Add(this.textBox8);
     this.tabPage8.Location = new System.Drawing.Point(4, 22);
     this.tabPage8.Name     = "tabPage8";
     this.tabPage8.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage8.Size     = new System.Drawing.Size(642, 148);
     this.tabPage8.TabIndex = 7;
     this.tabPage8.Text     = "Value8";
     this.tabPage8.UseVisualStyleBackColor = true;
     //
     // textBox8
     //
     this.textBox8.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox8.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox8.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox8.Location   = new System.Drawing.Point(3, 3);
     this.textBox8.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox8.Multiline  = true;
     this.textBox8.Name       = "textBox8";
     this.textBox8.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox8.Size       = new System.Drawing.Size(636, 142);
     this.textBox8.TabIndex   = 9;
     this.textBox8.Tag        = "Main1.Значение";
     this.textBox8.WordWrap   = false;
     //
     // tabPage9
     //
     this.tabPage9.Controls.Add(this.textBox9);
     this.tabPage9.Location = new System.Drawing.Point(4, 22);
     this.tabPage9.Name     = "tabPage9";
     this.tabPage9.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage9.Size     = new System.Drawing.Size(642, 148);
     this.tabPage9.TabIndex = 8;
     this.tabPage9.Text     = "Value9";
     this.tabPage9.UseVisualStyleBackColor = true;
     //
     // textBox9
     //
     this.textBox9.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox9.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox9.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox9.Location   = new System.Drawing.Point(3, 3);
     this.textBox9.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox9.Multiline  = true;
     this.textBox9.Name       = "textBox9";
     this.textBox9.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox9.Size       = new System.Drawing.Size(636, 142);
     this.textBox9.TabIndex   = 9;
     this.textBox9.Tag        = "Main1.Значение";
     this.textBox9.WordWrap   = false;
     //
     // tabPage10
     //
     this.tabPage10.Controls.Add(this.textBox10);
     this.tabPage10.Location = new System.Drawing.Point(4, 26);
     this.tabPage10.Name     = "tabPage10";
     this.tabPage10.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage10.Size     = new System.Drawing.Size(642, 144);
     this.tabPage10.TabIndex = 9;
     this.tabPage10.Text     = "Value10";
     this.tabPage10.UseVisualStyleBackColor = true;
     //
     // textBox10
     //
     this.textBox10.BackColor  = System.Drawing.SystemColors.Info;
     this.textBox10.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.textBox10.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox10.Location   = new System.Drawing.Point(3, 3);
     this.textBox10.Margin     = new System.Windows.Forms.Padding(4, 4, 13, 13);
     this.textBox10.Multiline  = true;
     this.textBox10.Name       = "textBox10";
     this.textBox10.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox10.Size       = new System.Drawing.Size(636, 138);
     this.textBox10.TabIndex   = 9;
     this.textBox10.Tag        = "Main1.Значение";
     this.textBox10.WordWrap   = false;
     //
     // FormParamValue
     //
     this.ClientSize = new System.Drawing.Size(672, 385);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.Name            = "FormParamValue";
     this.Text            = "Param property";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormParamValueFormClosing);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.tabControlFBA1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.tabPage7.ResumeLayout(false);
     this.tabPage7.PerformLayout();
     this.tabPage8.ResumeLayout(false);
     this.tabPage8.PerformLayout();
     this.tabPage9.ResumeLayout(false);
     this.tabPage9.PerformLayout();
     this.tabPage10.ResumeLayout(false);
     this.tabPage10.PerformLayout();
     this.ResumeLayout(false);
 }