You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.9 KiB
53 lines
1.9 KiB
namespace Kingo.Mobile.Shape2KOTool |
|
{ |
|
// Token: 0x02000068 RID: 104 |
|
public partial class frmSymbolSetting : global::System.Windows.Forms.Form |
|
{ |
|
// Token: 0x060003EF RID: 1007 RVA: 0x000160C8 File Offset: 0x000142C8 |
|
protected override void Dispose(bool disposing) |
|
{ |
|
if (disposing && this.components != null) |
|
{ |
|
this.components.Dispose(); |
|
} |
|
base.Dispose(disposing); |
|
} |
|
|
|
// Token: 0x060003F0 RID: 1008 RVA: 0x00016100 File Offset: 0x00014300 |
|
private void InitializeComponent() |
|
{ |
|
this.groupBox1 = new global::System.Windows.Forms.GroupBox(); |
|
this.groupBox2 = new global::System.Windows.Forms.GroupBox(); |
|
base.SuspendLayout(); |
|
this.groupBox1.Location = new global::System.Drawing.Point(12, 13); |
|
this.groupBox1.Name = "groupBox1"; |
|
this.groupBox1.Size = new global::System.Drawing.Size(590, 168); |
|
this.groupBox1.TabIndex = 0; |
|
this.groupBox1.TabStop = false; |
|
this.groupBox1.Text = "单一样式"; |
|
this.groupBox2.Location = new global::System.Drawing.Point(12, 197); |
|
this.groupBox2.Name = "groupBox2"; |
|
this.groupBox2.Size = new global::System.Drawing.Size(590, 163); |
|
this.groupBox2.TabIndex = 1; |
|
this.groupBox2.TabStop = false; |
|
this.groupBox2.Text = "分组样式"; |
|
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f); |
|
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; |
|
base.ClientSize = new global::System.Drawing.Size(614, 372); |
|
base.Controls.Add(this.groupBox2); |
|
base.Controls.Add(this.groupBox1); |
|
base.Name = "frmSymbolSetting"; |
|
this.Text = "样式设置"; |
|
base.ResumeLayout(false); |
|
} |
|
|
|
// Token: 0x0400028E RID: 654 |
|
private global::System.ComponentModel.IContainer components = null; |
|
|
|
// Token: 0x0400028F RID: 655 |
|
private global::System.Windows.Forms.GroupBox groupBox1; |
|
|
|
// Token: 0x04000290 RID: 656 |
|
private global::System.Windows.Forms.GroupBox groupBox2; |
|
} |
|
}
|
|
|