123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- namespace UAS_LabelMachine
- {
- partial class BartenderPreview
- {
- /// <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(BartenderPreview));
- this.SQL = new System.Windows.Forms.RichTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.Cancel = new UAS_LabelMachine.CustomControl.NormalButton();
- this.Save = new UAS_LabelMachine.CustomControl.NormalButton();
- this.LabelPreViewPic = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.LabelPreViewPic)).BeginInit();
- this.SuspendLayout();
- //
- // SQL
- //
- this.SQL.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SQL.Location = new System.Drawing.Point(27, 35);
- this.SQL.Name = "SQL";
- this.SQL.Size = new System.Drawing.Size(434, 96);
- this.SQL.TabIndex = 1;
- this.SQL.Text = "";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(24, 11);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(72, 21);
- this.label1.TabIndex = 2;
- this.label1.Text = "SQL语句";
- //
- // Cancel
- //
- this.Cancel.Image = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
- this.Cancel.Location = new System.Drawing.Point(261, 527);
- this.Cancel.Name = "Cancel";
- this.Cancel.Size = new System.Drawing.Size(75, 30);
- this.Cancel.TabIndex = 4;
- this.Cancel.Text = "取消";
- this.Cancel.UseVisualStyleBackColor = true;
- this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
- //
- // Save
- //
- this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
- this.Save.Location = new System.Drawing.Point(151, 527);
- this.Save.Name = "Save";
- this.Save.Size = new System.Drawing.Size(75, 30);
- this.Save.TabIndex = 3;
- this.Save.Tag = "";
- this.Save.Text = "保存";
- this.Save.UseVisualStyleBackColor = true;
- this.Save.Click += new System.EventHandler(this.Save_Click);
- //
- // LabelPreViewPic
- //
- this.LabelPreViewPic.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.LabelPreViewPic.Location = new System.Drawing.Point(27, 148);
- this.LabelPreViewPic.Name = "LabelPreViewPic";
- this.LabelPreViewPic.Size = new System.Drawing.Size(434, 347);
- this.LabelPreViewPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
- this.LabelPreViewPic.TabIndex = 0;
- this.LabelPreViewPic.TabStop = false;
- //
- // BartenderPreview
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(489, 576);
- this.Controls.Add(this.Cancel);
- this.Controls.Add(this.Save);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.SQL);
- this.Controls.Add(this.LabelPreViewPic);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Name = "BartenderPreview";
- this.Tag = "Make!LabelPreview";
- this.Text = "标签预览";
- this.Load += new System.EventHandler(this.标签预览_Load);
- ((System.ComponentModel.ISupportInitialize)(this.LabelPreViewPic)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox LabelPreViewPic;
- private System.Windows.Forms.RichTextBox SQL;
- private System.Windows.Forms.Label label1;
- private CustomControl.NormalButton Save;
- private CustomControl.NormalButton Cancel;
- }
- }
|