317 lines
14 KiB
C#
317 lines
14 KiB
C#
namespace OledMonitor
|
|
{
|
|
partial class IconBrowser
|
|
{
|
|
/// <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.panelTop = new System.Windows.Forms.Panel();
|
|
this.btnBrowse = new System.Windows.Forms.Button();
|
|
this.txtIconDirectory = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panelBottom = new System.Windows.Forms.Panel();
|
|
this.txtIconDimensions = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.numY = new System.Windows.Forms.NumericUpDown();
|
|
this.numX = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtIconName = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnInsert = new System.Windows.Forms.Button();
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
|
this.splitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.lstIcons = new System.Windows.Forms.ListBox();
|
|
this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.panelTop.SuspendLayout();
|
|
this.panelBottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
this.splitContainer.Panel1.SuspendLayout();
|
|
this.splitContainer.Panel2.SuspendLayout();
|
|
this.splitContainer.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelTop
|
|
//
|
|
this.panelTop.Controls.Add(this.btnBrowse);
|
|
this.panelTop.Controls.Add(this.txtIconDirectory);
|
|
this.panelTop.Controls.Add(this.label1);
|
|
this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelTop.Location = new System.Drawing.Point(0, 0);
|
|
this.panelTop.Name = "panelTop";
|
|
this.panelTop.Size = new System.Drawing.Size(584, 40);
|
|
this.panelTop.TabIndex = 0;
|
|
//
|
|
// btnBrowse
|
|
//
|
|
this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnBrowse.Location = new System.Drawing.Point(497, 9);
|
|
this.btnBrowse.Name = "btnBrowse";
|
|
this.btnBrowse.Size = new System.Drawing.Size(75, 23);
|
|
this.btnBrowse.TabIndex = 2;
|
|
this.btnBrowse.Text = "Browse...";
|
|
this.btnBrowse.UseVisualStyleBackColor = true;
|
|
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
|
//
|
|
// txtIconDirectory
|
|
//
|
|
this.txtIconDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtIconDirectory.Location = new System.Drawing.Point(119, 10);
|
|
this.txtIconDirectory.Name = "txtIconDirectory";
|
|
this.txtIconDirectory.Size = new System.Drawing.Size(372, 23);
|
|
this.txtIconDirectory.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(101, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Icons Directory:";
|
|
//
|
|
// panelBottom
|
|
//
|
|
this.panelBottom.Controls.Add(this.txtIconDimensions);
|
|
this.panelBottom.Controls.Add(this.label5);
|
|
this.panelBottom.Controls.Add(this.numY);
|
|
this.panelBottom.Controls.Add(this.numX);
|
|
this.panelBottom.Controls.Add(this.label4);
|
|
this.panelBottom.Controls.Add(this.label3);
|
|
this.panelBottom.Controls.Add(this.txtIconName);
|
|
this.panelBottom.Controls.Add(this.label2);
|
|
this.panelBottom.Controls.Add(this.btnCancel);
|
|
this.panelBottom.Controls.Add(this.btnInsert);
|
|
this.panelBottom.Controls.Add(this.lblStatus);
|
|
this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelBottom.Location = new System.Drawing.Point(0, 341);
|
|
this.panelBottom.Name = "panelBottom";
|
|
this.panelBottom.Size = new System.Drawing.Size(584, 120);
|
|
this.panelBottom.TabIndex = 1;
|
|
//
|
|
// txtIconDimensions
|
|
//
|
|
this.txtIconDimensions.Location = new System.Drawing.Point(119, 39);
|
|
this.txtIconDimensions.Name = "txtIconDimensions";
|
|
this.txtIconDimensions.ReadOnly = true;
|
|
this.txtIconDimensions.Size = new System.Drawing.Size(100, 23);
|
|
this.txtIconDimensions.TabIndex = 10;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(12, 42);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(77, 15);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "Dimensions:";
|
|
//
|
|
// numY
|
|
//
|
|
this.numY.Location = new System.Drawing.Point(119, 82);
|
|
this.numY.Maximum = new decimal(new int[] {
|
|
200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numY.Name = "numY";
|
|
this.numY.Size = new System.Drawing.Size(60, 23);
|
|
this.numY.TabIndex = 8;
|
|
//
|
|
// numX
|
|
//
|
|
this.numX.Location = new System.Drawing.Point(119, 68);
|
|
this.numX.Maximum = new decimal(new int[] {
|
|
200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numX.Name = "numX";
|
|
this.numX.Size = new System.Drawing.Size(60, 23);
|
|
this.numX.TabIndex = 7;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(12, 84);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(67, 15);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "Y Position:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 70);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(67, 15);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "X Position:";
|
|
//
|
|
// txtIconName
|
|
//
|
|
this.txtIconName.Location = new System.Drawing.Point(119, 10);
|
|
this.txtIconName.Name = "txtIconName";
|
|
this.txtIconName.ReadOnly = true;
|
|
this.txtIconName.Size = new System.Drawing.Size(200, 23);
|
|
this.txtIconName.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 13);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(101, 15);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Selected Icon:";
|
|
//
|
|
// 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(497, 85);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 2;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnInsert
|
|
//
|
|
this.btnInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnInsert.Location = new System.Drawing.Point(416, 85);
|
|
this.btnInsert.Name = "btnInsert";
|
|
this.btnInsert.Size = new System.Drawing.Size(75, 23);
|
|
this.btnInsert.TabIndex = 1;
|
|
this.btnInsert.Text = "Insert";
|
|
this.btnInsert.UseVisualStyleBackColor = true;
|
|
this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click);
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblStatus.AutoSize = true;
|
|
this.lblStatus.Location = new System.Drawing.Point(325, 13);
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(0, 15);
|
|
this.lblStatus.TabIndex = 0;
|
|
//
|
|
// splitContainer
|
|
//
|
|
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer.Location = new System.Drawing.Point(0, 40);
|
|
this.splitContainer.Name = "splitContainer";
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
this.splitContainer.Panel1.Controls.Add(this.lstIcons);
|
|
this.splitContainer.Panel1Collapsed = true;
|
|
this.splitContainer.Panel1MinSize = 0;
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
this.splitContainer.Panel2.Controls.Add(this.flowLayoutPanel);
|
|
this.splitContainer.Size = new System.Drawing.Size(584, 301);
|
|
this.splitContainer.SplitterDistance = 194;
|
|
this.splitContainer.TabIndex = 2;
|
|
//
|
|
// lstIcons
|
|
//
|
|
this.lstIcons.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstIcons.FormattingEnabled = true;
|
|
this.lstIcons.ItemHeight = 15;
|
|
this.lstIcons.Location = new System.Drawing.Point(0, 0);
|
|
this.lstIcons.Name = "lstIcons";
|
|
this.lstIcons.Size = new System.Drawing.Size(194, 301);
|
|
this.lstIcons.TabIndex = 0;
|
|
//
|
|
// flowLayoutPanel
|
|
//
|
|
this.flowLayoutPanel.AutoScroll = true;
|
|
this.flowLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.flowLayoutPanel.Name = "flowLayoutPanel";
|
|
this.flowLayoutPanel.Padding = new System.Windows.Forms.Padding(10);
|
|
this.flowLayoutPanel.Size = new System.Drawing.Size(584, 301);
|
|
this.flowLayoutPanel.TabIndex = 0;
|
|
//
|
|
// IconBrowser
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(584, 461);
|
|
this.Controls.Add(this.splitContainer);
|
|
this.Controls.Add(this.panelBottom);
|
|
this.Controls.Add(this.panelTop);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(400, 400);
|
|
this.Name = "IconBrowser";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Icon Browser";
|
|
this.Load += new System.EventHandler(this.IconBrowser_Load);
|
|
this.panelTop.ResumeLayout(false);
|
|
this.panelTop.PerformLayout();
|
|
this.panelBottom.ResumeLayout(false);
|
|
this.panelBottom.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numX)).EndInit();
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Panel panelTop;
|
|
private Button btnBrowse;
|
|
private TextBox txtIconDirectory;
|
|
private Label label1;
|
|
private Panel panelBottom;
|
|
private Button btnCancel;
|
|
private Button btnInsert;
|
|
private Label lblStatus;
|
|
private SplitContainer splitContainer;
|
|
private ListBox lstIcons;
|
|
private FlowLayoutPanel flowLayoutPanel;
|
|
private TextBox txtIconName;
|
|
private Label label2;
|
|
private NumericUpDown numY;
|
|
private NumericUpDown numX;
|
|
private Label label4;
|
|
private Label label3;
|
|
private TextBox txtIconDimensions;
|
|
private Label label5;
|
|
}
|
|
} |