123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm
- {
- partial class DateSetSuperSmallForm
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DateSetSuperSmallForm));
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbText = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.lblExample = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
-
-
-
- this.plExMainContainer.Controls.Add(this.lblExample);
- this.plExMainContainer.Controls.Add(this.cmbText);
- this.plExMainContainer.Controls.Add(this.labelEx1);
- this.plExMainContainer.Controls.Add(this.btnCancel);
- this.plExMainContainer.Controls.Add(this.btnOK);
- this.plExMainContainer.Size = new System.Drawing.Size(460, 265);
-
-
-
- this.plFormMainContent.Size = new System.Drawing.Size(460, 265);
-
-
-
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(271, 0);
-
-
-
- this.btnAppFormExit.Location = new System.Drawing.Point(428, 0);
-
-
-
- this.btnAppFormMinimize.Location = new System.Drawing.Point(271, 0);
-
-
-
- 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(133, 181);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 28);
- this.btnOK.TabIndex = 0;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = false;
-
-
-
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
- this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.IsShowText = true;
- this.btnCancel.Location = new System.Drawing.Point(242, 181);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 28);
- this.btnCancel.TabIndex = 1;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = false;
-
-
-
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Location = new System.Drawing.Point(131, 74);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(41, 12);
- this.labelEx1.TabIndex = 2;
- this.labelEx1.Text = "格式:";
-
-
-
- this.cmbText.FormattingEnabled = true;
- this.cmbText.Location = new System.Drawing.Point(174, 71);
- this.cmbText.Name = "cmbText";
- this.cmbText.ReadOnly = false;
- this.cmbText.Size = new System.Drawing.Size(151, 20);
- this.cmbText.TabIndex = 3;
-
-
-
- this.lblExample.AutoSize = true;
- this.lblExample.BackColor = System.Drawing.Color.Transparent;
- this.lblExample.Location = new System.Drawing.Point(131, 105);
- this.lblExample.Name = "lblExample";
- this.lblExample.Size = new System.Drawing.Size(53, 12);
- this.lblExample.TabIndex = 4;
- this.lblExample.Text = "labelEx2";
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(460, 330);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "DateSetSuperSmallForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "日期格式设置";
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ButtonEx btnOK;
- protected ComponentLibrary.LabelEx lblExample;
- protected ComponentLibrary.ComboBoxEx cmbText;
- protected ComponentLibrary.ButtonEx btnCancel;
- }
- }
|