示例#1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        protected override void InitializeComponent()
        {
            _userInputFlowPanel = new System.Windows.Forms.FlowLayoutPanel();
            _signatureControlInputLayoutTable = new System.Windows.Forms.TableLayoutPanel();
            _addDigSigCheckBox     = new System.Windows.Forms.CheckBox();
            _signerlabel           = new System.Windows.Forms.Label();
            _addDocPropCheckBox    = new System.Windows.Forms.CheckBox();
            _reasonLabel           = new System.Windows.Forms.Label();
            _reasonComboBox        = new System.Windows.Forms.ComboBox();
            _actionlabel           = new System.Windows.Forms.Label();
            _locationLabel         = new System.Windows.Forms.Label();
            _locationTextBox       = new System.Windows.Forms.TextBox();
            _divider               = new DialogDivider();
            _buttonflowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
            _cancelButton          = new System.Windows.Forms.Button();
            _signButton            = new System.Windows.Forms.Button();
            _signSaveAsButton      = new System.Windows.Forms.Button();
            _mainLayoutTable       = new System.Windows.Forms.TableLayoutPanel();
            _userInputFlowPanel.SuspendLayout();
            _signatureControlInputLayoutTable.SuspendLayout();
            _buttonflowLayoutPanel.SuspendLayout();
            _mainLayoutTable.SuspendLayout();
            SuspendLayout();

            //
            // _userInputFlowPanel
            //
            _userInputFlowPanel.Anchor       = System.Windows.Forms.AnchorStyles.Left;
            _userInputFlowPanel.AutoSize     = true;
            _userInputFlowPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            _userInputFlowPanel.Controls.Add(_signatureControlInputLayoutTable);
            _userInputFlowPanel.Location = new System.Drawing.Point(3, 71);
            _userInputFlowPanel.Name     = "_userInputFlowPanel";
            _userInputFlowPanel.Size     = new System.Drawing.Size(475, 195);
            //
            // _signatureControlInputLayoutTable
            //
            _signatureControlInputLayoutTable.AutoSize     = true;
            _signatureControlInputLayoutTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            _signatureControlInputLayoutTable.ColumnCount  = 1;
            _signatureControlInputLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            _signatureControlInputLayoutTable.Controls.Add(_divider, 0, 8);
            _signatureControlInputLayoutTable.Controls.Add(_addDigSigCheckBox, 0, 7);
            _signatureControlInputLayoutTable.Controls.Add(_signerlabel, 0, 0);
            _signatureControlInputLayoutTable.Controls.Add(_addDocPropCheckBox, 0, 6);
            _signatureControlInputLayoutTable.Controls.Add(_reasonLabel, 0, 1);
            _signatureControlInputLayoutTable.Controls.Add(_reasonComboBox, 0, 2);
            _signatureControlInputLayoutTable.Controls.Add(_actionlabel, 0, 5);
            _signatureControlInputLayoutTable.Controls.Add(_locationLabel, 0, 3);
            _signatureControlInputLayoutTable.Controls.Add(_locationTextBox, 0, 4);
            _signatureControlInputLayoutTable.Location = new System.Drawing.Point(6, 19);
            _signatureControlInputLayoutTable.Name     = "_signatureControlInputLayoutTable";
            _signatureControlInputLayoutTable.RowCount = 9;
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _signatureControlInputLayoutTable.Size = new System.Drawing.Size(466, 173);
            //
            // _addDigSigCheckBox
            //
            _addDigSigCheckBox.Anchor   = System.Windows.Forms.AnchorStyles.Left;
            _addDigSigCheckBox.AutoSize = true;
            _addDigSigCheckBox.Location = new System.Drawing.Point(3, 136);
            _addDigSigCheckBox.Name     = "_addDigSigCheckBox";
            _addDigSigCheckBox.Size     = new System.Drawing.Size(15, 14);
            _addDigSigCheckBox.TabIndex = 6;
            //
            // _signerlabel
            //
            _signerlabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
            _signerlabel.AutoSize = true;
            _signerlabel.Location = new System.Drawing.Point(3, 20);
            _signerlabel.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 20);
            _signerlabel.Name     = "_signerlabel";
            _signerlabel.Size     = new System.Drawing.Size(0, 0);
            //
            // _addDocPropCheckBox
            //
            _addDocPropCheckBox.Anchor     = System.Windows.Forms.AnchorStyles.Left;
            _addDocPropCheckBox.AutoSize   = true;
            _addDocPropCheckBox.Checked    = true;
            _addDocPropCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
            _addDocPropCheckBox.Location   = new System.Drawing.Point(3, 116);
            _addDocPropCheckBox.Name       = "_addDocPropCheckBox";
            _addDocPropCheckBox.Size       = new System.Drawing.Size(15, 14);
            _addDocPropCheckBox.TabIndex   = 5;
            //
            // _reasonLabel
            //
            _reasonLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
            _reasonLabel.AutoSize = true;
            _reasonLabel.Location = new System.Drawing.Point(3, 40);
            _reasonLabel.Name     = "_reasonLabel";
            _reasonLabel.Size     = new System.Drawing.Size(0, 0);
            //
            // _reasonComboBox
            //
            _reasonComboBox.Anchor            = System.Windows.Forms.AnchorStyles.Left;
            _reasonComboBox.FormattingEnabled = true;
            _reasonComboBox.Location          = new System.Drawing.Point(3, 43);
            _reasonComboBox.MaxLength         = _maxIntentLength;
            _reasonComboBox.Name     = "_reasonComboBox";
            _reasonComboBox.Size     = new System.Drawing.Size(460, 21);
            _reasonComboBox.TabIndex = 0;
            //
            // _actionlabel
            //
            _actionlabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
            _actionlabel.AutoSize = true;
            _actionlabel.Location = new System.Drawing.Point(3, 113);
            _actionlabel.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 0);
            _actionlabel.Name     = "_actionlabel";
            _actionlabel.Size     = new System.Drawing.Size(0, 0);
            //
            // _locationLabel
            //
            _locationLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
            _locationLabel.AutoSize = true;
            _locationLabel.Location = new System.Drawing.Point(3, 77);
            _locationLabel.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 0);
            _locationLabel.Name     = "_locationLabel";
            _locationLabel.Size     = new System.Drawing.Size(0, 0);
            //
            // _locationTextBox
            //
            _locationTextBox.Anchor    = System.Windows.Forms.AnchorStyles.Left;
            _locationTextBox.Location  = new System.Drawing.Point(3, 80);
            _locationTextBox.MaxLength = _maxLocationLength;
            _locationTextBox.Name      = "_locationTextBox";
            _locationTextBox.Size      = new System.Drawing.Size(460, 20);
            _locationTextBox.TabIndex  = 1;
            //
            // _divider
            //
            _divider.Anchor = System.Windows.Forms.AnchorStyles.Left;
            _divider.Margin = new System.Windows.Forms.Padding(0, 15, 0, 0);
            _divider.Name   = "_divider";
            //
            // _buttonflowLayoutPanel
            //
            _buttonflowLayoutPanel.AutoSize     = true;
            _buttonflowLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            _buttonflowLayoutPanel.Controls.Add(_cancelButton);
            _buttonflowLayoutPanel.Controls.Add(_signButton);
            _buttonflowLayoutPanel.Controls.Add(_signSaveAsButton);
            _buttonflowLayoutPanel.Dock          = System.Windows.Forms.DockStyle.Fill;
            _buttonflowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
            _buttonflowLayoutPanel.Location      = new System.Drawing.Point(3, 272);
            _buttonflowLayoutPanel.Margin        = new System.Windows.Forms.Padding(3, 0, 0, 0);
            _buttonflowLayoutPanel.Name          = "_buttonflowLayoutPanel";
            _buttonflowLayoutPanel.Padding       = new System.Windows.Forms.Padding(5, 5, 0, 5);
            _buttonflowLayoutPanel.Size          = new System.Drawing.Size(475, 17);
            //
            // _cancelButton
            //
            _cancelButton.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)));
            _cancelButton.AutoSize     = true;
            _cancelButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            _cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            _cancelButton.Location     = new System.Drawing.Point(434, 8);
            _cancelButton.Name         = "_cancelButton";
            _cancelButton.Padding      = new System.Windows.Forms.Padding(15, 0, 15, 0);
            _cancelButton.Size         = new System.Drawing.Size(36, 6);
            _cancelButton.TabIndex     = 4;
            _cancelButton.Click       += new System.EventHandler(_cancelButton_Click);
            //
            // _signButton
            //
            _signButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            _signButton.AutoSize     = true;
            _signButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            _signButton.Enabled      = false;
            _signButton.Location     = new System.Drawing.Point(392, 8);
            _signButton.Name         = "_signButton";
            _signButton.Padding      = new System.Windows.Forms.Padding(15, 0, 15, 0);
            _signButton.Size         = new System.Drawing.Size(36, 6);
            _signButton.TabIndex     = 3;
            _signButton.Click       += new System.EventHandler(_signSaveButton_Click);
            //
            // _signSaveAsButton
            //
            _signSaveAsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)));
            _signSaveAsButton.AutoSize     = true;
            _signSaveAsButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            _signSaveAsButton.Enabled      = false;
            _signSaveAsButton.Location     = new System.Drawing.Point(350, 8);
            _signSaveAsButton.Name         = "_signSaveAsButton";
            _signSaveAsButton.Padding      = new System.Windows.Forms.Padding(15, 0, 15, 0);
            _signSaveAsButton.Size         = new System.Drawing.Size(36, 6);
            _signSaveAsButton.TabIndex     = 2;
            _signSaveAsButton.Click       += new System.EventHandler(_signSaveAsButton_Click);
            //
            // _mainLayoutTable
            //
            _mainLayoutTable.AutoSize     = true;
            _mainLayoutTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            _mainLayoutTable.ColumnCount  = 1;
            _mainLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            _mainLayoutTable.Controls.Add(_userInputFlowPanel, 0, 1);
            _mainLayoutTable.Controls.Add(_buttonflowLayoutPanel, 0, 2);
            _mainLayoutTable.Location = new System.Drawing.Point(6, 6);
            _mainLayoutTable.Margin   = new System.Windows.Forms.Padding(5);
            _mainLayoutTable.Name     = "_mainLayoutTable";
            _mainLayoutTable.RowCount = 3;
            _mainLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _mainLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
            _mainLayoutTable.Size = new System.Drawing.Size(481, 292);
            //
            // SigningDialog
            //
            AcceptButton        = _signSaveAsButton;
            AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            AutoSize            = true;
            AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            CancelButton        = _cancelButton;
            ClientSize          = new System.Drawing.Size(492, 303);
            Controls.Add(_mainLayoutTable);
            FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            MaximizeBox     = false;
            MinimizeBox     = false;
            Name            = "SigningDialog";
            StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
            _userInputFlowPanel.ResumeLayout(false);
            _userInputFlowPanel.PerformLayout();
            _signatureControlInputLayoutTable.ResumeLayout(false);
            _signatureControlInputLayoutTable.PerformLayout();
            _buttonflowLayoutPanel.ResumeLayout(false);
            _buttonflowLayoutPanel.PerformLayout();
            _mainLayoutTable.ResumeLayout(false);
            _mainLayoutTable.PerformLayout();
            ResumeLayout(false);
            PerformLayout();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected override void InitializeComponent()
 {
     _buttomControlLayoutpanel = new System.Windows.Forms.FlowLayoutPanel();
     _addButton    = new System.Windows.Forms.Button();
     _cancelButton = new System.Windows.Forms.Button();
     _divider      = new DialogDivider();
     _userInputTableLayoutPanel   = new System.Windows.Forms.TableLayoutPanel();
     _dateTimePicker              = new System.Windows.Forms.DateTimePicker();
     _requestedLocationTextBox    = new System.Windows.Forms.TextBox();
     _signatureAppliedByDateLabel = new System.Windows.Forms.Label();
     _requestSignerNameLabel      = new System.Windows.Forms.Label();
     _requestLocationLabel        = new System.Windows.Forms.Label();
     _requestedSignerNameTextBox  = new System.Windows.Forms.TextBox();
     _intentLabel                = new System.Windows.Forms.Label();
     _intentComboBox             = new System.Windows.Forms.ComboBox();
     _mainDialogTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     _buttomControlLayoutpanel.SuspendLayout();
     _userInputTableLayoutPanel.SuspendLayout();
     _mainDialogTableLayoutPanel.SuspendLayout();
     SuspendLayout();
     //
     // _buttomControlLayoutpanel
     //
     _buttomControlLayoutpanel.Anchor       = System.Windows.Forms.AnchorStyles.Right;
     _buttomControlLayoutpanel.AutoSize     = true;
     _buttomControlLayoutpanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _buttomControlLayoutpanel.Controls.Add(_cancelButton);
     _buttomControlLayoutpanel.Controls.Add(_addButton);
     _buttomControlLayoutpanel.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     _buttomControlLayoutpanel.Location      = new System.Drawing.Point(374, 246);
     _buttomControlLayoutpanel.Margin        = new System.Windows.Forms.Padding(10, 2, 0, 0);
     _buttomControlLayoutpanel.Name          = "_buttomControlLayoutpanel";
     _buttomControlLayoutpanel.Size          = new System.Drawing.Size(56, 24);
     //
     // _addButton
     //
     _addButton.AutoSize     = true;
     _addButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _addButton.Name         = "_addButton";
     _addButton.Padding      = new System.Windows.Forms.Padding(20, 0, 20, 0);
     _addButton.Size         = new System.Drawing.Size(65, 6);
     _addButton.TabIndex     = 4;
     _addButton.Click       += new System.EventHandler(_addButton_Click);
     //
     // _cancelButton
     //
     _cancelButton.AutoSize     = true;
     _cancelButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _cancelButton.Name         = "_cancelButton";
     _cancelButton.Padding      = new System.Windows.Forms.Padding(20, 0, 20, 0);
     _cancelButton.Size         = new System.Drawing.Size(65, 6);
     _cancelButton.TabIndex     = 5;
     //
     // _divider
     //
     _divider.Anchor = System.Windows.Forms.AnchorStyles.Left;
     _divider.Margin = new System.Windows.Forms.Padding(0, 20, 0, 5);
     _divider.Name   = "_divider";
     //
     // _userInputTableLayoutPanel
     //
     _userInputTableLayoutPanel.AutoSize     = true;
     _userInputTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _userInputTableLayoutPanel.ColumnCount  = 1;
     _userInputTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     _userInputTableLayoutPanel.Controls.Add(_dateTimePicker, 0, 7);
     _userInputTableLayoutPanel.Controls.Add(_requestedLocationTextBox, 0, 5);
     _userInputTableLayoutPanel.Controls.Add(_signatureAppliedByDateLabel, 0, 6);
     _userInputTableLayoutPanel.Controls.Add(_requestSignerNameLabel, 0, 0);
     _userInputTableLayoutPanel.Controls.Add(_requestLocationLabel, 0, 4);
     _userInputTableLayoutPanel.Controls.Add(_requestedSignerNameTextBox, 0, 1);
     _userInputTableLayoutPanel.Controls.Add(_intentLabel, 0, 2);
     _userInputTableLayoutPanel.Controls.Add(_intentComboBox, 0, 3);
     _userInputTableLayoutPanel.Location = new System.Drawing.Point(10, 23);
     _userInputTableLayoutPanel.Margin   = new System.Windows.Forms.Padding(0);
     _userInputTableLayoutPanel.Name     = "_userInputTableLayoutPanel";
     _userInputTableLayoutPanel.RowCount = 8;
     _userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _userInputTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _userInputTableLayoutPanel.Size = new System.Drawing.Size(407, 197);
     //
     // _dateTimePicker
     //
     _dateTimePicker.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     _dateTimePicker.Location = new System.Drawing.Point(3, 174);
     _dateTimePicker.Name     = "_dateTimePicker";
     _dateTimePicker.Size     = new System.Drawing.Size(245, 20);
     _dateTimePicker.TabIndex = 3;
     // This mirrors the control if and only if the RightToLeft property (which is
     // retrieved from the parent control) is also set to Yes.
     _dateTimePicker.RightToLeftLayout = true;
     //
     // _requestedLocationTextBox
     //
     _requestedLocationTextBox.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     _requestedLocationTextBox.Location  = new System.Drawing.Point(3, 125);
     _requestedLocationTextBox.MaxLength = _maxLocationLength;
     _requestedLocationTextBox.Name      = "_requestedLocationTextBox";
     _requestedLocationTextBox.Size      = new System.Drawing.Size(401, 20);
     _requestedLocationTextBox.TabIndex  = 2;
     //
     // _signatureAppliedByDateLabel
     //
     _signatureAppliedByDateLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     _signatureAppliedByDateLabel.AutoSize = true;
     _signatureAppliedByDateLabel.Location = new System.Drawing.Point(3, 158);
     _signatureAppliedByDateLabel.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 0);
     _signatureAppliedByDateLabel.Name     = "_signatureAppliedByDateLabel";
     _signatureAppliedByDateLabel.Size     = new System.Drawing.Size(17, 13);
     //
     // _requestSignerNameLabel
     //
     _requestSignerNameLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     _requestSignerNameLabel.AutoSize = true;
     _requestSignerNameLabel.Location = new System.Drawing.Point(3, 10);
     _requestSignerNameLabel.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 0);
     _requestSignerNameLabel.Name     = "_requestSignerNameLabel";
     _requestSignerNameLabel.Size     = new System.Drawing.Size(17, 13);
     //
     // _requestLocationLabel
     //
     _requestLocationLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     _requestLocationLabel.AutoSize = true;
     _requestLocationLabel.Location = new System.Drawing.Point(3, 109);
     _requestLocationLabel.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 0);
     _requestLocationLabel.Name     = "_requestLocationLabel";
     _requestLocationLabel.Size     = new System.Drawing.Size(17, 13);
     //
     // _requestedSignerNameTextBox
     //
     _requestedSignerNameTextBox.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     _requestedSignerNameTextBox.Location  = new System.Drawing.Point(3, 26);
     _requestedSignerNameTextBox.MaxLength = _maxNameLength;
     _requestedSignerNameTextBox.Name      = "_requestedSignerNameTextBox";
     _requestedSignerNameTextBox.Size      = new System.Drawing.Size(401, 20);
     _requestedSignerNameTextBox.TabIndex  = 0;
     //
     // _intentLabel
     //
     _intentLabel.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     _intentLabel.AutoSize = true;
     _intentLabel.Location = new System.Drawing.Point(3, 59);
     _intentLabel.Margin   = new System.Windows.Forms.Padding(3, 10, 3, 0);
     _intentLabel.Name     = "_intentLabel";
     _intentLabel.Size     = new System.Drawing.Size(17, 13);
     //
     // _intentComboBox
     //
     _intentComboBox.Anchor            = System.Windows.Forms.AnchorStyles.Left;
     _intentComboBox.FormattingEnabled = true;
     _intentComboBox.Location          = new System.Drawing.Point(3, 75);
     _intentComboBox.MaxLength         = _maxIntentLength;
     _intentComboBox.Name     = "_intentComboBox";
     _intentComboBox.Size     = new System.Drawing.Size(401, 21);
     _intentComboBox.TabIndex = 1;
     //
     // _mainDialogTableLayoutPanel
     //
     _mainDialogTableLayoutPanel.AutoSize     = true;
     _mainDialogTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _mainDialogTableLayoutPanel.ColumnCount  = 1;
     _mainDialogTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     _mainDialogTableLayoutPanel.Controls.Add(_userInputTableLayoutPanel, 0, 0);
     _mainDialogTableLayoutPanel.Controls.Add(_divider, 0, 1);
     _mainDialogTableLayoutPanel.Controls.Add(_buttomControlLayoutpanel, 0, 2);
     _mainDialogTableLayoutPanel.Location = new System.Drawing.Point(9, 9);
     _mainDialogTableLayoutPanel.Margin   = new System.Windows.Forms.Padding(10);
     _mainDialogTableLayoutPanel.Name     = "_mainDialogTableLayoutPanel";
     _mainDialogTableLayoutPanel.RowCount = 2;
     _mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _mainDialogTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _mainDialogTableLayoutPanel.Size = new System.Drawing.Size(433, 273);
     //
     // RequestedSignatureDialog
     //
     AcceptButton        = _addButton;
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     AutoSize            = true;
     AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     ClientSize          = new System.Drawing.Size(451, 282);
     Controls.Add(_mainDialogTableLayoutPanel);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     MaximizeBox     = false;
     MinimizeBox     = false;
     CancelButton    = _cancelButton;
     Name            = "RequestedSignatureDialog";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     _buttomControlLayoutpanel.ResumeLayout(false);
     _buttomControlLayoutpanel.PerformLayout();
     _userInputTableLayoutPanel.ResumeLayout(false);
     _userInputTableLayoutPanel.PerformLayout();
     _mainDialogTableLayoutPanel.ResumeLayout(false);
     _mainDialogTableLayoutPanel.PerformLayout();
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected override void InitializeComponent()
 {
     _buttonDone = new System.Windows.Forms.Button();
     _flowpanelBottomControls = new System.Windows.Forms.FlowLayoutPanel();
     _flowpanelMiddleControls = new System.Windows.Forms.FlowLayoutPanel();
     _buttonSign          = new System.Windows.Forms.Button();
     _buttonViewCert      = new System.Windows.Forms.Button();
     _buttonRequestDelete = new System.Windows.Forms.Button();
     _buttonRequestAdd    = new System.Windows.Forms.Button();
     _divider             = new DialogDivider();
     _columnHeaderPanel   = new System.Windows.Forms.FlowLayoutPanel();
     _listBoxSummary      = new System.Windows.Forms.ListBox();
     _listboxMainPanel    = new System.Windows.Forms.Panel();
     _listboxItemPanel    = new System.Windows.Forms.Panel();
     _mainLayoutTable     = new System.Windows.Forms.TableLayoutPanel();
     _flowpanelBottomControls.SuspendLayout();
     _listboxMainPanel.SuspendLayout();
     _listboxItemPanel.SuspendLayout();
     _mainLayoutTable.SuspendLayout();
     SuspendLayout();
     //
     // _buttonDone
     //
     _buttonDone.AutoSize = true;
     _buttonDone.Location = new System.Drawing.Point(247, 13);
     _buttonDone.Name     = "_buttonDone";
     _buttonDone.Size     = new System.Drawing.Size(75, 23);
     _buttonDone.TabIndex = 2;
     _buttonDone.Click   += new System.EventHandler(_buttonDone_Click);
     //
     // _divider
     //
     _divider.Anchor = System.Windows.Forms.AnchorStyles.Left;
     _divider.Name   = "_divider";
     //
     // _flowpanelMiddleControls
     //
     _flowpanelMiddleControls.Controls.Add(_buttonViewCert);
     _flowpanelMiddleControls.Controls.Add(_buttonSign);
     _flowpanelMiddleControls.Controls.Add(_buttonRequestAdd);
     _flowpanelMiddleControls.Controls.Add(_buttonRequestDelete);
     _flowpanelMiddleControls.AutoSize      = true;
     _flowpanelMiddleControls.AutoSizeMode  = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _flowpanelMiddleControls.Dock          = System.Windows.Forms.DockStyle.Bottom;
     _flowpanelMiddleControls.FlowDirection = System.Windows.Forms.FlowDirection.LeftToRight;
     _flowpanelMiddleControls.Location      = new System.Drawing.Point(297, 0);
     _flowpanelMiddleControls.Name          = "_flowpanelMiddleControls";
     _flowpanelMiddleControls.Margin        = new System.Windows.Forms.Padding(0, 0, 0, 3);
     _flowpanelMiddleControls.Padding       = new System.Windows.Forms.Padding(0, 5, 0, 0);
     _flowpanelMiddleControls.Size          = new System.Drawing.Size(335, 49);
     //
     // _flowpanelBottomControls
     //
     _flowpanelBottomControls.Controls.Add(_buttonDone);
     _flowpanelBottomControls.AutoSize      = true;
     _flowpanelBottomControls.AutoSizeMode  = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _flowpanelBottomControls.Dock          = System.Windows.Forms.DockStyle.Bottom;
     _flowpanelBottomControls.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     _flowpanelBottomControls.Location      = new System.Drawing.Point(297, 0);
     _flowpanelBottomControls.Margin        = new System.Windows.Forms.Padding(0);
     _flowpanelBottomControls.Name          = "_flowpanelBottomControls";
     _flowpanelBottomControls.Padding       = new System.Windows.Forms.Padding(0, 5, 0, 0);
     _flowpanelBottomControls.Size          = new System.Drawing.Size(335, 49);
     //
     // _buttonSign
     //
     _buttonSign.AutoSize = true;
     _buttonSign.Location = new System.Drawing.Point(166, 13);
     _buttonSign.Name     = "_buttonSign";
     _buttonSign.Size     = new System.Drawing.Size(75, 23);
     _buttonSign.TabIndex = 1;
     _buttonSign.Click   += new System.EventHandler(_buttonSign_Click);
     //
     // _buttonViewCert
     //
     _buttonViewCert.AutoSize = true;
     _buttonViewCert.Enabled  = false;
     _buttonViewCert.Location = new System.Drawing.Point(85, 13);
     _buttonViewCert.Name     = "_buttonViewCert";
     _buttonViewCert.Size     = new System.Drawing.Size(75, 23);
     _buttonViewCert.TabIndex = 0;
     _buttonViewCert.Click   += new System.EventHandler(_buttonViewCert_Click);
     //
     // _buttonRequestDelete
     //
     _buttonRequestDelete.AutoSize = true;
     _buttonRequestDelete.Enabled  = false;
     _buttonRequestDelete.Location = new System.Drawing.Point(4, 13);
     _buttonRequestDelete.Name     = "_buttonRequestDelete";
     _buttonRequestDelete.Size     = new System.Drawing.Size(75, 23);
     _buttonRequestDelete.TabIndex = 1;
     //
     // _buttonRequestAdd
     //
     _buttonRequestAdd.AutoSize = true;
     _buttonRequestAdd.Location = new System.Drawing.Point(247, 42);
     _buttonRequestAdd.Name     = "_buttonRequestAdd";
     _buttonRequestAdd.Size     = new System.Drawing.Size(75, 23);
     _buttonRequestAdd.TabIndex = 0;
     _buttonRequestAdd.Visible  = false;
     _buttonRequestAdd.Click   += new System.EventHandler(_buttonRequestAdd_Click);
     //
     // _columnHeaderPanel
     //
     _columnHeaderPanel.BackColor    = System.Drawing.SystemColors.Control;
     _columnHeaderPanel.Dock         = System.Windows.Forms.DockStyle.Top;
     _columnHeaderPanel.AutoSize     = true;
     _columnHeaderPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _columnHeaderPanel.Location     = new System.Drawing.Point(0, 0);
     _columnHeaderPanel.Name         = "_columnHeaderPanel";
     _columnHeaderPanel.Size         = new System.Drawing.Size(600, 25);
     //
     // _listBoxSummary
     //
     _listBoxSummary.BackColor             = System.Drawing.SystemColors.Window;
     _listBoxSummary.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     _listBoxSummary.Dock                  = System.Windows.Forms.DockStyle.Fill;
     _listBoxSummary.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     _listBoxSummary.FormattingEnabled     = true;
     _listBoxSummary.Location              = new System.Drawing.Point(0, 0);
     _listBoxSummary.Name                  = "_listBoxSummary";
     _listBoxSummary.Size                  = new System.Drawing.Size(600, 217);
     _listBoxSummary.TabIndex              = 3;
     _listBoxSummary.TabStop               = false;
     _listBoxSummary.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(_listBoxSummary_DrawItem);
     _listBoxSummary.Resize               += new System.EventHandler(_listBoxSummary_Resize);
     _listBoxSummary.SelectedIndexChanged += new System.EventHandler(_listBoxSummary_SelectedIndexChanged);
     _listBoxSummary.MeasureItem          += new System.Windows.Forms.MeasureItemEventHandler(_listBoxSummary_MeasureItem);
     //
     // _listboxMainPanel
     //
     _listboxMainPanel.BackColor   = System.Drawing.SystemColors.Info;
     _listboxMainPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     _listboxMainPanel.Controls.Add(_listboxItemPanel);
     _listboxMainPanel.Controls.Add(_columnHeaderPanel);
     _listboxMainPanel.Location = new System.Drawing.Point(15, 15);
     _listboxMainPanel.Name     = "_listboxMainPanel";
     _listboxMainPanel.Size     = new System.Drawing.Size(602, 272);
     //
     // _listboxItemPanel
     //
     _listboxItemPanel.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
     _listboxItemPanel.Controls.Add(_listBoxSummary);
     _listboxItemPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     _listboxItemPanel.Location = new System.Drawing.Point(0, 53);
     _listboxItemPanel.Name     = "_listboxItemPanel";
     _listboxItemPanel.Size     = new System.Drawing.Size(600, 217);
     //
     // _mainLayoutTable
     //
     _mainLayoutTable.AutoSize     = true;
     _mainLayoutTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     _mainLayoutTable.ColumnCount  = 1;
     _mainLayoutTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     _mainLayoutTable.Controls.Add(_listboxMainPanel, 0, 1);
     _mainLayoutTable.Controls.Add(_flowpanelMiddleControls, 0, 2);
     _mainLayoutTable.Controls.Add(_divider, 0, 3);
     _mainLayoutTable.Controls.Add(_flowpanelBottomControls, 0, 4);
     _mainLayoutTable.Location = new System.Drawing.Point(6, 6);
     _mainLayoutTable.Margin   = new System.Windows.Forms.Padding(5);
     _mainLayoutTable.Name     = "_mainLayoutTable";
     _mainLayoutTable.RowCount = 3;
     _mainLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _mainLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _mainLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     _mainLayoutTable.RowStyles.Add(new System.Windows.Forms.RowStyle());
     //
     // SignatureSummaryDialog
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     AutoSize            = true;
     AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     CancelButton        = _buttonDone;
     Controls.Add(_mainLayoutTable);
     MaximizeBox     = false;
     MinimizeBox     = false;
     MinimumSize     = new System.Drawing.Size(629, 378);
     Visible         = false;
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     Name            = "SignatureSummaryDialog";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     _flowpanelBottomControls.ResumeLayout(false);
     _flowpanelBottomControls.PerformLayout();
     _listboxMainPanel.ResumeLayout(false);
     _listboxItemPanel.ResumeLayout(false);
     _mainLayoutTable.ResumeLayout(false);
     _mainLayoutTable.PerformLayout();
     ResumeLayout(false);
 }