Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.OpenDlg        = new System.Windows.Forms.OpenFileDialog();
     this.lstAttachments = new Menees.Windows.Forms.ExtendedListView();
     this.colFileName    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnAdd         = new System.Windows.Forms.Button();
     this.btnDelete      = new System.Windows.Forms.Button();
     this.btnAddBlank    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // OpenDlg
     //
     this.OpenDlg.Filter      = "All Files (*.*)|*.*";
     this.OpenDlg.Multiselect = true;
     this.OpenDlg.Title       = "Select Attachment(s)";
     //
     // lstAttachments
     //
     this.lstAttachments.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.lstAttachments.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colFileName
     });
     this.lstAttachments.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lstAttachments.LabelEdit   = true;
     this.lstAttachments.Location    = new System.Drawing.Point(12, 12);
     this.lstAttachments.Name        = "lstAttachments";
     this.lstAttachments.Size        = new System.Drawing.Size(356, 256);
     this.lstAttachments.TabIndex    = 0;
     this.lstAttachments.UseCompatibleStateImageBehavior = false;
     this.lstAttachments.SelectedIndexChanged           += new System.EventHandler(this.Attachments_SelectedIndexChanged);
     //
     // colFileName
     //
     this.colFileName.Text  = "File Name";
     this.colFileName.Width = 75;
     //
     // btnAdd
     //
     this.btnAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(200, 280);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(80, 23);
     this.btnAdd.TabIndex = 2;
     this.btnAdd.Text     = "Add &File(s)...";
     this.btnAdd.Click   += new System.EventHandler(this.Add_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Location = new System.Drawing.Point(288, 280);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(80, 23);
     this.btnDelete.TabIndex = 3;
     this.btnDelete.Text     = "&Delete";
     this.btnDelete.Click   += new System.EventHandler(this.Delete_Click);
     //
     // btnAddBlank
     //
     this.btnAddBlank.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddBlank.Location = new System.Drawing.Point(112, 280);
     this.btnAddBlank.Name     = "btnAddBlank";
     this.btnAddBlank.Size     = new System.Drawing.Size(80, 23);
     this.btnAddBlank.TabIndex = 1;
     this.btnAddBlank.Text     = "Add &Blank";
     this.btnAddBlank.Click   += new System.EventHandler(this.AddBlank_Click);
     //
     // EmailAttachmentsCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.Controls.Add(this.btnAddBlank);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.lstAttachments);
     this.Name = "EmailAttachmentsCtrl";
     this.Size = new System.Drawing.Size(380, 314);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.List           = new Menees.Windows.Forms.ExtendedListView();
     this.colName        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCategory    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnCancel      = new System.Windows.Forms.Button();
     this.btnOK          = new System.Windows.Forms.Button();
     this.instructions   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // List
     //
     this.List.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.List.CheckBoxes = true;
     this.List.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colName,
         this.colCategory,
         this.colDescription
     });
     this.List.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.List.Location    = new System.Drawing.Point(14, 44);
     this.List.Name        = "List";
     this.List.Size        = new System.Drawing.Size(551, 184);
     this.List.TabIndex    = 0;
     this.List.UseCompatibleStateImageBehavior = false;
     //
     // colName
     //
     this.colName.Text = "Name";
     //
     // colCategory
     //
     this.colCategory.Text = "Category";
     //
     // colDescription
     //
     this.colDescription.Text  = "Description";
     this.colDescription.Width = 292;
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(474, 247);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(90, 29);
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "&Cancel";
     //
     // btnOK
     //
     this.btnOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location     = new System.Drawing.Point(373, 247);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(90, 29);
     this.btnOK.TabIndex     = 1;
     this.btnOK.Text         = "&OK";
     //
     // instructions
     //
     this.instructions.AutoSize = true;
     this.instructions.Location = new System.Drawing.Point(14, 15);
     this.instructions.Name     = "instructions";
     this.instructions.Size     = new System.Drawing.Size(328, 15);
     this.instructions.TabIndex = 3;
     this.instructions.Text     = "Check each step that should be included in the current build:";
     //
     // ConfirmStepsDlg
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(582, 293);
     this.Controls.Add(this.instructions);
     this.Controls.Add(this.List);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ConfirmStepsDlg";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Confirm Steps";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCancel      = new System.Windows.Forms.Button();
     this.btnOK          = new System.Windows.Forms.Button();
     this.List           = new Menees.Windows.Forms.ExtendedListView();
     this.colType        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(484, 299);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(90, 28);
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "&Cancel";
     //
     // btnOK
     //
     this.btnOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location     = new System.Drawing.Point(384, 299);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(90, 28);
     this.btnOK.TabIndex     = 1;
     this.btnOK.Text         = "&OK";
     //
     // List
     //
     this.List.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.List.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colType,
         this.colDescription
     });
     this.List.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.List.Location    = new System.Drawing.Point(14, 20);
     this.List.Name        = "List";
     this.List.Size        = new System.Drawing.Size(559, 262);
     this.List.Sorting     = System.Windows.Forms.SortOrder.Ascending;
     this.List.TabIndex    = 0;
     this.List.UseCompatibleStateImageBehavior = false;
     this.List.SelectedIndexChanged           += new System.EventHandler(this.List_SelectedIndexChanged);
     this.List.DoubleClick += new System.EventHandler(this.List_DoubleClick);
     //
     // colType
     //
     this.colType.Text  = "Type";
     this.colType.Width = 154;
     //
     // colDescription
     //
     this.colDescription.Text  = "Description";
     this.colDescription.Width = 403;
     //
     // StepTypeDlg
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(590, 341);
     this.Controls.Add(this.List);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "StepTypeDlg";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Insert Step";
     this.Load           += new System.EventHandler(this.StepTypeDlg_Load);
     this.ResumeLayout(false);
 }