123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- namespace LYFZ.Software.UI.DoorCityProcess
- {
- partial class OnSingleFirstFormMain
- {
- /// <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(OnSingleFirstFormMain));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnWedding = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnChild = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPortrait = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnService = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnWeddingCelebration = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- 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(700, 260);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(700, 260);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(427, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(668, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(427, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.flowLayoutPanel1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(680, 240);
- this.panelEx1.TabIndex = 0;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel1.Controls.Add(this.btnWedding);
- this.flowLayoutPanel1.Controls.Add(this.btnChild);
- this.flowLayoutPanel1.Controls.Add(this.btnPortrait);
- this.flowLayoutPanel1.Controls.Add(this.btnService);
- this.flowLayoutPanel1.Controls.Add(this.btnWeddingCelebration);
- this.flowLayoutPanel1.Location = new System.Drawing.Point(60, 79);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(595, 94);
- this.flowLayoutPanel1.TabIndex = 10;
- //
- // btnWedding
- //
- this.btnWedding.BackColor = System.Drawing.Color.Transparent;
- this.btnWedding.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWedding.BackImg")));
- this.btnWedding.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnWedding.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.btnWedding.ForeColor = System.Drawing.Color.White;
- this.btnWedding.IsCustomBackImg = false;
- this.btnWedding.IsShowText = true;
- this.btnWedding.Location = new System.Drawing.Point(3, 3);
- this.btnWedding.Name = "btnWedding";
- this.btnWedding.Size = new System.Drawing.Size(110, 80);
- this.btnWedding.TabIndex = 16;
- this.btnWedding.Text = " 婚纱订单";
- this.btnWedding.UseVisualStyleBackColor = false;
- //
- // btnChild
- //
- this.btnChild.BackColor = System.Drawing.Color.Transparent;
- this.btnChild.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnChild.BackImg")));
- this.btnChild.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnChild.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.btnChild.ForeColor = System.Drawing.Color.White;
- this.btnChild.IsCustomBackImg = false;
- this.btnChild.IsShowText = true;
- this.btnChild.Location = new System.Drawing.Point(119, 3);
- this.btnChild.Name = "btnChild";
- this.btnChild.Size = new System.Drawing.Size(110, 80);
- this.btnChild.TabIndex = 17;
- this.btnChild.Text = " 儿童订单";
- this.btnChild.UseVisualStyleBackColor = false;
- //
- // btnPortrait
- //
- this.btnPortrait.BackColor = System.Drawing.Color.Transparent;
- this.btnPortrait.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPortrait.BackImg")));
- this.btnPortrait.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPortrait.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.btnPortrait.ForeColor = System.Drawing.Color.White;
- this.btnPortrait.IsCustomBackImg = false;
- this.btnPortrait.IsShowText = true;
- this.btnPortrait.Location = new System.Drawing.Point(235, 3);
- this.btnPortrait.Name = "btnPortrait";
- this.btnPortrait.Size = new System.Drawing.Size(110, 80);
- this.btnPortrait.TabIndex = 18;
- this.btnPortrait.Text = " 写真订单";
- this.btnPortrait.UseVisualStyleBackColor = false;
- //
- // btnService
- //
- this.btnService.BackColor = System.Drawing.Color.Transparent;
- this.btnService.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnService.BackImg")));
- this.btnService.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnService.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.btnService.ForeColor = System.Drawing.Color.White;
- this.btnService.IsCustomBackImg = false;
- this.btnService.IsShowText = true;
- this.btnService.Location = new System.Drawing.Point(351, 3);
- this.btnService.Name = "btnService";
- this.btnService.Size = new System.Drawing.Size(110, 80);
- this.btnService.TabIndex = 19;
- this.btnService.Text = " 服务订单";
- this.btnService.UseVisualStyleBackColor = false;
- //
- // btnWeddingCelebration
- //
- this.btnWeddingCelebration.BackColor = System.Drawing.Color.Transparent;
- this.btnWeddingCelebration.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWeddingCelebration.BackImg")));
- this.btnWeddingCelebration.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnWeddingCelebration.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
- this.btnWeddingCelebration.ForeColor = System.Drawing.Color.White;
- this.btnWeddingCelebration.IsCustomBackImg = false;
- this.btnWeddingCelebration.IsShowText = true;
- this.btnWeddingCelebration.Location = new System.Drawing.Point(467, 3);
- this.btnWeddingCelebration.Name = "btnWeddingCelebration";
- this.btnWeddingCelebration.Size = new System.Drawing.Size(110, 80);
- this.btnWeddingCelebration.TabIndex = 20;
- this.btnWeddingCelebration.Text = " 婚庆订单";
- this.btnWeddingCelebration.UseVisualStyleBackColor = false;
- //
- // OnSingleFirstFormMain
- //
- 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(700, 325);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "OnSingleFirstFormMain";
- this.Text = "选择开单类型";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal ComponentLibrary.ButtonEx btnWedding;
- protected internal ComponentLibrary.ButtonEx btnChild;
- protected internal ComponentLibrary.ButtonEx btnPortrait;
- protected internal ComponentLibrary.ButtonEx btnService;
- protected internal ComponentLibrary.ButtonEx btnWeddingCelebration;
- }
- }
|