| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- namespace Dongke.WinForm.Controls.InvoiceLayout
- {
- partial class BackgroundSetting
- {
- /// <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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BackgroundSetting));
- this.btnReference = new System.Windows.Forms.Button();
- this.txtBackgroundName = new System.Windows.Forms.TextBox();
- this.lblSelectBackground = new System.Windows.Forms.Label();
- this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
- this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
- this.lblImageSize = new System.Windows.Forms.Label();
- this.lblImageCausion = new System.Windows.Forms.Label();
- this.toolTip = new System.Windows.Forms.ToolTip(this.components);
- this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
- this.btnOK = new Dongke.WinForm.Controls.BtnButton();
- this.btnCompress = new Dongke.WinForm.Controls.BtnButton();
- this.btnSaveAs = new Dongke.WinForm.Controls.BtnButton();
- this.btnRemove = new Dongke.WinForm.Controls.BtnButton();
- this.SuspendLayout();
- //
- // btnReference
- //
- this.btnReference.Location = new System.Drawing.Point(455, 33);
- this.btnReference.Name = "btnReference";
- this.btnReference.Size = new System.Drawing.Size(60, 23);
- this.btnReference.TabIndex = 3;
- this.btnReference.Text = "选择...";
- this.btnReference.UseVisualStyleBackColor = true;
- this.btnReference.Click += new System.EventHandler(this.btnReference_Click);
- //
- // txtBackgroundName
- //
- this.txtBackgroundName.Location = new System.Drawing.Point(57, 35);
- this.txtBackgroundName.Name = "txtBackgroundName";
- this.txtBackgroundName.ReadOnly = true;
- this.txtBackgroundName.Size = new System.Drawing.Size(392, 21);
- this.txtBackgroundName.TabIndex = 2;
- //
- // lblSelectBackground
- //
- this.lblSelectBackground.AutoSize = true;
- this.lblSelectBackground.BackColor = System.Drawing.Color.Transparent;
- this.lblSelectBackground.Location = new System.Drawing.Point(12, 38);
- this.lblSelectBackground.Name = "lblSelectBackground";
- this.lblSelectBackground.Size = new System.Drawing.Size(41, 12);
- this.lblSelectBackground.TabIndex = 1;
- this.lblSelectBackground.Text = "文件名";
- //
- // lblImageSize
- //
- this.lblImageSize.AutoSize = true;
- this.lblImageSize.BackColor = System.Drawing.Color.Transparent;
- this.lblImageSize.Location = new System.Drawing.Point(402, 59);
- this.lblImageSize.Name = "lblImageSize";
- this.lblImageSize.Size = new System.Drawing.Size(47, 12);
- this.lblImageSize.TabIndex = 8;
- this.lblImageSize.Text = "60Kbyte";
- //
- // lblImageCausion
- //
- this.lblImageCausion.AutoSize = true;
- this.lblImageCausion.BackColor = System.Drawing.Color.Transparent;
- this.lblImageCausion.Location = new System.Drawing.Point(12, 11);
- this.lblImageCausion.Name = "lblImageCausion";
- this.lblImageCausion.Size = new System.Drawing.Size(161, 12);
- this.lblImageCausion.TabIndex = 0;
- this.lblImageCausion.Text = "请选择小于200Kbyte的图片。";
- //
- // toolTip
- //
- this.toolTip.AutoPopDelay = 5000;
- this.toolTip.InitialDelay = 500;
- this.toolTip.ReshowDelay = 500;
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(430, 92);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 8;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- //
- // btnOK
- //
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
- this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.Location = new System.Drawing.Point(340, 92);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 33);
- this.btnOK.TabIndex = 7;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnCompress
- //
- this.btnCompress.BackColor = System.Drawing.Color.Transparent;
- this.btnCompress.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCompress.BackgroundImage")));
- this.btnCompress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCompress.ForeColor = System.Drawing.Color.White;
- this.btnCompress.Location = new System.Drawing.Point(103, 92);
- this.btnCompress.Name = "btnCompress";
- this.btnCompress.Size = new System.Drawing.Size(85, 33);
- this.btnCompress.TabIndex = 5;
- this.btnCompress.Text = "压缩图片";
- this.btnCompress.UseVisualStyleBackColor = true;
- this.btnCompress.Click += new System.EventHandler(this.btnCompress_Click);
- //
- // btnSaveAs
- //
- this.btnSaveAs.BackColor = System.Drawing.Color.Transparent;
- this.btnSaveAs.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.BackgroundImage")));
- this.btnSaveAs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSaveAs.ForeColor = System.Drawing.Color.White;
- this.btnSaveAs.Location = new System.Drawing.Point(12, 92);
- this.btnSaveAs.Name = "btnSaveAs";
- this.btnSaveAs.Size = new System.Drawing.Size(85, 33);
- this.btnSaveAs.TabIndex = 4;
- this.btnSaveAs.Text = "另存为...";
- this.btnSaveAs.UseVisualStyleBackColor = true;
- this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
- //
- // btnRemove
- //
- this.btnRemove.BackColor = System.Drawing.Color.Transparent;
- this.btnRemove.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRemove.BackgroundImage")));
- this.btnRemove.Enabled = false;
- this.btnRemove.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnRemove.ForeColor = System.Drawing.Color.White;
- this.btnRemove.Location = new System.Drawing.Point(194, 92);
- this.btnRemove.Name = "btnRemove";
- this.btnRemove.Size = new System.Drawing.Size(85, 33);
- this.btnRemove.TabIndex = 6;
- this.btnRemove.Text = "删除";
- this.btnRemove.UseVisualStyleBackColor = true;
- this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
- //
- // BackgroundSetting
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Window;
- this.ClientSize = new System.Drawing.Size(527, 160);
- this.Controls.Add(this.lblImageCausion);
- this.Controls.Add(this.lblImageSize);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.btnCompress);
- this.Controls.Add(this.btnRemove);
- this.Controls.Add(this.btnSaveAs);
- this.Controls.Add(this.btnReference);
- this.Controls.Add(this.txtBackgroundName);
- this.Controls.Add(this.lblSelectBackground);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MinimumSize = new System.Drawing.Size(403, 138);
- this.Name = "BackgroundSetting";
- this.ShowIcon = true;
- this.Text = "背景图片设置";
- this.Load += new System.EventHandler(this.BackgroundSetting_Load);
- this.Controls.SetChildIndex(this.lblSelectBackground, 0);
- this.Controls.SetChildIndex(this.txtBackgroundName, 0);
- this.Controls.SetChildIndex(this.btnReference, 0);
- this.Controls.SetChildIndex(this.btnSaveAs, 0);
- this.Controls.SetChildIndex(this.btnRemove, 0);
- this.Controls.SetChildIndex(this.btnCompress, 0);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.lblImageSize, 0);
- this.Controls.SetChildIndex(this.lblImageCausion, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnReference;
- private System.Windows.Forms.TextBox txtBackgroundName;
- private System.Windows.Forms.Label lblSelectBackground;
- private System.Windows.Forms.OpenFileDialog openFileDialog;
- private System.Windows.Forms.SaveFileDialog saveFileDialog;
- private System.Windows.Forms.Label lblImageSize;
- private System.Windows.Forms.Label lblImageCausion;
- private System.Windows.Forms.ToolTip toolTip;
- private Dongke.WinForm.Controls.BtnButton btnCancel;
- private Dongke.WinForm.Controls.BtnButton btnOK;
- private Dongke.WinForm.Controls.BtnButton btnCompress;
- private Dongke.WinForm.Controls.BtnButton btnSaveAs;
- private Dongke.WinForm.Controls.BtnButton btnRemove;
- }
- }
|