123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm
- {
- partial class DecimalSetSuperSmallForm
- {
- /// <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(DecimalSetSuperSmallForm));
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbText = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCanel = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.labelEx2);
- this.plExMainContainer.Controls.Add(this.btnCanel);
- this.plExMainContainer.Controls.Add(this.btnOK);
- this.plExMainContainer.Controls.Add(this.cmbText);
- this.plExMainContainer.Controls.Add(this.labelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(460, 265);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(460, 265);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(401, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.Location = new System.Drawing.Point(428, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(374, 0);
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Location = new System.Drawing.Point(121, 63);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(41, 12);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "格式:";
- //
- // cmbText
- //
- this.cmbText.FormattingEnabled = true;
- this.cmbText.Location = new System.Drawing.Point(165, 59);
- this.cmbText.Name = "cmbText";
- this.cmbText.ReadOnly = false;
- this.cmbText.Size = new System.Drawing.Size(149, 20);
- this.cmbText.TabIndex = 1;
- //
- // btnOK
- //
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
- this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.IsShowText = true;
- this.btnOK.Location = new System.Drawing.Point(123, 176);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 28);
- this.btnOK.TabIndex = 2;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = false;
- //
- // btnCanel
- //
- this.btnCanel.BackColor = System.Drawing.Color.Transparent;
- this.btnCanel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanel.BackImg")));
- this.btnCanel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCanel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCanel.ForeColor = System.Drawing.Color.White;
- this.btnCanel.IsShowText = true;
- this.btnCanel.Location = new System.Drawing.Point(240, 176);
- this.btnCanel.Name = "btnCanel";
- this.btnCanel.Size = new System.Drawing.Size(85, 28);
- this.btnCanel.TabIndex = 3;
- this.btnCanel.Text = "取消";
- this.btnCanel.UseVisualStyleBackColor = false;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.BackColor = System.Drawing.Color.Transparent;
- this.labelEx2.Location = new System.Drawing.Point(133, 91);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(119, 12);
- this.labelEx2.TabIndex = 4;
- this.labelEx2.Text = "注:以5000000元为例";
- //
- // DecimalSetSuperSmallForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(460, 330);
- this.Name = "DecimalSetSuperSmallForm";
- this.Text = "金额格式设置";
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.ComboBoxEx cmbText;
- protected ComponentLibrary.ButtonEx btnCanel;
- protected ComponentLibrary.ButtonEx btnOK;
- }
- }
|