288 lines
11 KiB
C#
288 lines
11 KiB
C#
namespace VEPROMS
|
|
{
|
|
partial class frmUCF
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
//protected override void Dispose(bool disposing)
|
|
//{
|
|
// if (disposing && (components != null))
|
|
// {
|
|
// components.Dispose();
|
|
// }
|
|
// base.Dispose(disposing);
|
|
//}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.PGpanelBtm = new System.Windows.Forms.Panel();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.btnDelete = new System.Windows.Forms.Button();
|
|
this.btnReset = new System.Windows.Forms.Button();
|
|
this.btnSaveAs = new System.Windows.Forms.Button();
|
|
this.lblPGItem = new System.Windows.Forms.Label();
|
|
this.btnSaveClose = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.PG = new System.Windows.Forms.PropertyGrid();
|
|
this.pnlFormatList = new System.Windows.Forms.Panel();
|
|
this.tbUCFSummary = new System.Windows.Forms.TextBox();
|
|
this.btnDetails = new System.Windows.Forms.Button();
|
|
this.lblSummary = new System.Windows.Forms.Label();
|
|
this.lblDerivedFrom = new System.Windows.Forms.Label();
|
|
this.lblDerFrom = new System.Windows.Forms.Label();
|
|
this.cbxFormatList = new System.Windows.Forms.ComboBox();
|
|
this.lblFormatList = new System.Windows.Forms.Label();
|
|
this.PGpanelBtm.SuspendLayout();
|
|
this.pnlFormatList.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// PGpanelBtm
|
|
//
|
|
this.PGpanelBtm.Controls.Add(this.btnSave);
|
|
this.PGpanelBtm.Controls.Add(this.btnDelete);
|
|
this.PGpanelBtm.Controls.Add(this.btnReset);
|
|
this.PGpanelBtm.Controls.Add(this.btnSaveAs);
|
|
this.PGpanelBtm.Controls.Add(this.lblPGItem);
|
|
this.PGpanelBtm.Controls.Add(this.btnSaveClose);
|
|
this.PGpanelBtm.Controls.Add(this.btnCancel);
|
|
this.PGpanelBtm.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.PGpanelBtm.Location = new System.Drawing.Point(0, 560);
|
|
this.PGpanelBtm.Name = "PGpanelBtm";
|
|
this.PGpanelBtm.Size = new System.Drawing.Size(614, 68);
|
|
this.PGpanelBtm.TabIndex = 0;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnSave.Enabled = false;
|
|
this.btnSave.Location = new System.Drawing.Point(164, 0);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 68);
|
|
this.btnSave.TabIndex = 6;
|
|
this.btnSave.Text = "Save";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Visible = false;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnDelete.Enabled = false;
|
|
this.btnDelete.Location = new System.Drawing.Point(239, 0);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(75, 68);
|
|
this.btnDelete.TabIndex = 5;
|
|
this.btnDelete.Text = "Delete";
|
|
this.btnDelete.UseVisualStyleBackColor = true;
|
|
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
|
//
|
|
// btnReset
|
|
//
|
|
this.btnReset.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnReset.Enabled = false;
|
|
this.btnReset.Location = new System.Drawing.Point(314, 0);
|
|
this.btnReset.Name = "btnReset";
|
|
this.btnReset.Size = new System.Drawing.Size(75, 68);
|
|
this.btnReset.TabIndex = 4;
|
|
this.btnReset.Text = "Reset";
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
//
|
|
// btnSaveAs
|
|
//
|
|
this.btnSaveAs.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnSaveAs.Enabled = false;
|
|
this.btnSaveAs.Location = new System.Drawing.Point(389, 0);
|
|
this.btnSaveAs.Name = "btnSaveAs";
|
|
this.btnSaveAs.Size = new System.Drawing.Size(75, 68);
|
|
this.btnSaveAs.TabIndex = 3;
|
|
this.btnSaveAs.Text = "Save As";
|
|
this.btnSaveAs.UseVisualStyleBackColor = true;
|
|
this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
|
|
//
|
|
// lblPGItem
|
|
//
|
|
this.lblPGItem.AutoSize = true;
|
|
this.lblPGItem.Location = new System.Drawing.Point(39, 20);
|
|
this.lblPGItem.Name = "lblPGItem";
|
|
this.lblPGItem.Size = new System.Drawing.Size(46, 17);
|
|
this.lblPGItem.TabIndex = 2;
|
|
this.lblPGItem.Text = "label1";
|
|
this.lblPGItem.Visible = false;
|
|
//
|
|
// btnSaveClose
|
|
//
|
|
this.btnSaveClose.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnSaveClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnSaveClose.Enabled = false;
|
|
this.btnSaveClose.Location = new System.Drawing.Point(464, 0);
|
|
this.btnSaveClose.Name = "btnSaveClose";
|
|
this.btnSaveClose.Size = new System.Drawing.Size(75, 68);
|
|
this.btnSaveClose.TabIndex = 1;
|
|
this.btnSaveClose.Text = "Save and Close";
|
|
this.btnSaveClose.UseVisualStyleBackColor = true;
|
|
this.btnSaveClose.Click += new System.EventHandler(this.btnSaveClose_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnCancel.Location = new System.Drawing.Point(539, 0);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 68);
|
|
this.btnCancel.TabIndex = 0;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// PG
|
|
//
|
|
this.PG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.PG.Font = new System.Drawing.Font("Arial Rounded MT Bold", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.PG.LineColor = System.Drawing.SystemColors.ControlDark;
|
|
this.PG.Location = new System.Drawing.Point(0, 155);
|
|
this.PG.Name = "PG";
|
|
this.PG.Size = new System.Drawing.Size(614, 405);
|
|
this.PG.TabIndex = 1;
|
|
//
|
|
// pnlFormatList
|
|
//
|
|
this.pnlFormatList.Controls.Add(this.tbUCFSummary);
|
|
this.pnlFormatList.Controls.Add(this.btnDetails);
|
|
this.pnlFormatList.Controls.Add(this.lblSummary);
|
|
this.pnlFormatList.Controls.Add(this.lblDerivedFrom);
|
|
this.pnlFormatList.Controls.Add(this.lblDerFrom);
|
|
this.pnlFormatList.Controls.Add(this.cbxFormatList);
|
|
this.pnlFormatList.Controls.Add(this.lblFormatList);
|
|
this.pnlFormatList.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pnlFormatList.Location = new System.Drawing.Point(0, 0);
|
|
this.pnlFormatList.Name = "pnlFormatList";
|
|
this.pnlFormatList.Size = new System.Drawing.Size(614, 149);
|
|
this.pnlFormatList.TabIndex = 3;
|
|
//
|
|
// tbUCFSummary
|
|
//
|
|
this.tbUCFSummary.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tbUCFSummary.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.tbUCFSummary.Location = new System.Drawing.Point(33, 120);
|
|
this.tbUCFSummary.Name = "tbUCFSummary";
|
|
this.tbUCFSummary.Size = new System.Drawing.Size(485, 15);
|
|
this.tbUCFSummary.TabIndex = 7;
|
|
//
|
|
// btnDetails
|
|
//
|
|
this.btnDetails.Location = new System.Drawing.Point(539, 112);
|
|
this.btnDetails.Name = "btnDetails";
|
|
this.btnDetails.Size = new System.Drawing.Size(63, 33);
|
|
this.btnDetails.TabIndex = 6;
|
|
this.btnDetails.Text = "Details";
|
|
this.btnDetails.UseVisualStyleBackColor = true;
|
|
this.btnDetails.Visible = false;
|
|
this.btnDetails.Click += new System.EventHandler(this.btnDetails_Click);
|
|
//
|
|
// lblSummary
|
|
//
|
|
this.lblSummary.AutoSize = true;
|
|
this.lblSummary.Location = new System.Drawing.Point(5, 96);
|
|
this.lblSummary.Name = "lblSummary";
|
|
this.lblSummary.Size = new System.Drawing.Size(71, 17);
|
|
this.lblSummary.TabIndex = 4;
|
|
this.lblSummary.Text = "Summary:";
|
|
this.lblSummary.Visible = false;
|
|
//
|
|
// lblDerivedFrom
|
|
//
|
|
this.lblDerivedFrom.AutoSize = true;
|
|
this.lblDerivedFrom.Location = new System.Drawing.Point(33, 75);
|
|
this.lblDerivedFrom.Name = "lblDerivedFrom";
|
|
this.lblDerivedFrom.Size = new System.Drawing.Size(0, 17);
|
|
this.lblDerivedFrom.TabIndex = 3;
|
|
this.lblDerivedFrom.Visible = false;
|
|
//
|
|
// lblDerFrom
|
|
//
|
|
this.lblDerFrom.AutoSize = true;
|
|
this.lblDerFrom.Location = new System.Drawing.Point(3, 52);
|
|
this.lblDerFrom.Name = "lblDerFrom";
|
|
this.lblDerFrom.Size = new System.Drawing.Size(97, 17);
|
|
this.lblDerFrom.TabIndex = 2;
|
|
this.lblDerFrom.Text = "Derived From:";
|
|
this.lblDerFrom.Visible = false;
|
|
//
|
|
// cbxFormatList
|
|
//
|
|
this.cbxFormatList.FormattingEnabled = true;
|
|
this.cbxFormatList.Location = new System.Drawing.Point(23, 25);
|
|
this.cbxFormatList.Name = "cbxFormatList";
|
|
this.cbxFormatList.Size = new System.Drawing.Size(550, 24);
|
|
this.cbxFormatList.Sorted = true;
|
|
this.cbxFormatList.TabIndex = 1;
|
|
this.cbxFormatList.SelectedIndexChanged += new System.EventHandler(this.cbxFormatList_SelectedIndexChanged);
|
|
//
|
|
// lblFormatList
|
|
//
|
|
this.lblFormatList.AutoSize = true;
|
|
this.lblFormatList.Location = new System.Drawing.Point(5, 4);
|
|
this.lblFormatList.Name = "lblFormatList";
|
|
this.lblFormatList.Size = new System.Drawing.Size(115, 17);
|
|
this.lblFormatList.TabIndex = 0;
|
|
this.lblFormatList.Text = "Selected Format:";
|
|
//
|
|
// frmUCF
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(614, 628);
|
|
this.Controls.Add(this.pnlFormatList);
|
|
this.Controls.Add(this.PG);
|
|
this.Controls.Add(this.PGpanelBtm);
|
|
this.Name = "frmUCF";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "User Control of Format";
|
|
this.Load += new System.EventHandler(this.frmUCF_Load);
|
|
this.PGpanelBtm.ResumeLayout(false);
|
|
this.PGpanelBtm.PerformLayout();
|
|
this.pnlFormatList.ResumeLayout(false);
|
|
this.pnlFormatList.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel PGpanelBtm;
|
|
private System.Windows.Forms.Button btnSaveClose;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.PropertyGrid PG;
|
|
private System.Windows.Forms.Panel pnlFormatList;
|
|
private System.Windows.Forms.Label lblFormatList;
|
|
private System.Windows.Forms.ComboBox cbxFormatList;
|
|
private System.Windows.Forms.Label lblPGItem;
|
|
private System.Windows.Forms.Button btnSaveAs;
|
|
private System.Windows.Forms.Button btnReset;
|
|
private System.Windows.Forms.Button btnDelete;
|
|
private System.Windows.Forms.Label lblDerivedFrom;
|
|
private System.Windows.Forms.Label lblDerFrom;
|
|
private System.Windows.Forms.Button btnDetails;
|
|
private System.Windows.Forms.Label lblSummary;
|
|
private System.Windows.Forms.TextBox tbUCFSummary;
|
|
private System.Windows.Forms.Button btnSave;
|
|
|
|
}
|
|
}
|
|
|