123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- namespace LYFZ.Software.UI
- {
- partial class frmShortcutToolSet
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmShortcutToolSet));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.ckbCommonfunctionssystem = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
- this.btnBrowse = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.pictureBoxico = new System.Windows.Forms.PictureBox();
- this.txtOpenUrl = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtTitle = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxico)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- this.plExMainContainer.Size = new System.Drawing.Size(580, 195);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(580, 195);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(548, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(521, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.ckbCommonfunctionssystem);
- this.panelEx1.Controls.Add(this.btnBrowse);
- this.panelEx1.Controls.Add(this.btnClose);
- this.panelEx1.Controls.Add(this.btnSave);
- this.panelEx1.Controls.Add(this.pictureBoxico);
- this.panelEx1.Controls.Add(this.txtOpenUrl);
- this.panelEx1.Controls.Add(this.txtTitle);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(10);
- this.panelEx1.Size = new System.Drawing.Size(560, 175);
- this.panelEx1.TabIndex = 0;
- //
- // ckbCommonfunctionssystem
- //
- this.ckbCommonfunctionssystem.AutoSize = true;
- this.ckbCommonfunctionssystem.BackColor = System.Drawing.Color.Transparent;
- this.ckbCommonfunctionssystem.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.ckbCommonfunctionssystem.DownBack = null;
- this.ckbCommonfunctionssystem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ckbCommonfunctionssystem.Location = new System.Drawing.Point(264, 33);
- this.ckbCommonfunctionssystem.MouseBack = null;
- this.ckbCommonfunctionssystem.Name = "ckbCommonfunctionssystem";
- this.ckbCommonfunctionssystem.NormlBack = null;
- this.ckbCommonfunctionssystem.SelectedDownBack = null;
- this.ckbCommonfunctionssystem.SelectedMouseBack = null;
- this.ckbCommonfunctionssystem.SelectedNormlBack = null;
- this.ckbCommonfunctionssystem.Size = new System.Drawing.Size(123, 21);
- this.ckbCommonfunctionssystem.TabIndex = 6;
- this.ckbCommonfunctionssystem.Text = "使用系统默认功能";
- this.ckbCommonfunctionssystem.UseVisualStyleBackColor = false;
- //
- // btnBrowse
- //
- this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
- this.btnBrowse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowse.BackImg")));
- this.btnBrowse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnBrowse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnBrowse.ForeColor = System.Drawing.Color.White;
- this.btnBrowse.IsCustomBackImg = false;
- this.btnBrowse.IsShowText = true;
- this.btnBrowse.Location = new System.Drawing.Point(472, 93);
- this.btnBrowse.Name = "btnBrowse";
- this.btnBrowse.Size = new System.Drawing.Size(69, 24);
- this.btnBrowse.TabIndex = 5;
- this.btnBrowse.Text = "浏 览";
- this.btnBrowse.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(421, 128);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(120, 32);
- this.btnClose.TabIndex = 4;
- this.btnClose.Text = "关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(273, 128);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(120, 32);
- this.btnSave.TabIndex = 4;
- this.btnSave.Text = "确 定";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // pictureBoxico
- //
- this.pictureBoxico.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pictureBoxico.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pictureBoxico.InitialImage = null;
- this.pictureBoxico.Location = new System.Drawing.Point(7, 31);
- this.pictureBoxico.Name = "pictureBoxico";
- this.pictureBoxico.Size = new System.Drawing.Size(96, 96);
- this.pictureBoxico.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBoxico.TabIndex = 3;
- this.pictureBoxico.TabStop = false;
- //
- // txtOpenUrl
- //
- this.txtOpenUrl.BackColor = System.Drawing.Color.Transparent;
- this.txtOpenUrl.Icon = null;
- this.txtOpenUrl.IconIsButton = false;
- this.txtOpenUrl.IsPasswordChat = '\0';
- this.txtOpenUrl.IsSystemPasswordChar = false;
- this.txtOpenUrl.Lines = new string[0];
- this.txtOpenUrl.Location = new System.Drawing.Point(117, 92);
- this.txtOpenUrl.Margin = new System.Windows.Forms.Padding(0);
- this.txtOpenUrl.MaxLength = 32767;
- this.txtOpenUrl.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtOpenUrl.MouseBack = null;
- this.txtOpenUrl.Multiline = false;
- this.txtOpenUrl.Name = "txtOpenUrl";
- this.txtOpenUrl.NormlBack = null;
- this.txtOpenUrl.Padding = new System.Windows.Forms.Padding(5);
- this.txtOpenUrl.ReadOnly = false;
- this.txtOpenUrl.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOpenUrl.Size = new System.Drawing.Size(350, 26);
- this.txtOpenUrl.TabIndex = 1;
- this.txtOpenUrl.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOpenUrl.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOpenUrl.WaterText = "输入要打开程序的地址";
- this.txtOpenUrl.WordWrap = true;
- //
- // txtTitle
- //
- this.txtTitle.BackColor = System.Drawing.Color.Transparent;
- this.txtTitle.Icon = null;
- this.txtTitle.IconIsButton = false;
- this.txtTitle.IsPasswordChat = '\0';
- this.txtTitle.IsSystemPasswordChar = false;
- this.txtTitle.Lines = new string[0];
- this.txtTitle.Location = new System.Drawing.Point(117, 31);
- this.txtTitle.Margin = new System.Windows.Forms.Padding(0);
- this.txtTitle.MaxLength = 6;
- this.txtTitle.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtTitle.MouseBack = null;
- this.txtTitle.Multiline = false;
- this.txtTitle.Name = "txtTitle";
- this.txtTitle.NormlBack = null;
- this.txtTitle.Padding = new System.Windows.Forms.Padding(5);
- this.txtTitle.ReadOnly = false;
- this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTitle.Size = new System.Drawing.Size(133, 26);
- this.txtTitle.TabIndex = 1;
- this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTitle.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTitle.WaterText = "6个字以内";
- this.txtTitle.WordWrap = true;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(4, 9);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(112, 17);
- this.labelEx3.TabIndex = 0;
- this.labelEx3.Text = "快捷图标(双击修改)";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(121, 74);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(128, 17);
- this.labelEx2.TabIndex = 0;
- this.labelEx2.Text = "快捷方式打开程序地址";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(122, 9);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(143, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "快捷方式名称(6个字以内)";
- //
- // frmShortcutToolSet
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(580, 260);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.Name = "frmShortcutToolSet";
- this.Text = "快捷工具栏设置";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxico)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- public ComponentLibrary.TextBoxEx txtTitle;
- public System.Windows.Forms.PictureBox pictureBoxico;
- public ComponentLibrary.TextBoxEx txtOpenUrl;
- public ComponentLibrary.ButtonForm btnBrowse;
- public ComponentLibrary.ButtonEx btnClose;
- public ComponentLibrary.ButtonEx btnSave;
- public OtherExpansion.SkinControl.SkinCheckBox ckbCommonfunctionssystem;
- }
- }
|